Maatri 0.4 (Build 905)
Embeddable Database Engine
A C D E F G I M O S U

A

AUTO_REORGANIZE - Static variable in class com.bittecsystems.maatri.Maatri
Maatri instance property.

C

clone() - Method in class com.bittecsystems.maatri.Maatri
Blocks cloning of Maatri object.
closeConnection(int) - Static method in class com.bittecsystems.maatri.Maatri
Closes the connection specified by the con parameter.
com.bittecsystems.maatri - package com.bittecsystems.maatri
Provides the interfaces and classes necessary to create and maintain Maatri embeddable database.
CONNECTION_FAILURE - Static variable in exception com.bittecsystems.maatri.MaatriException
Exception Type CONNECTION_FAILURE indicates a failed connection has been detected.
CRITICAL_FAILURE - Static variable in exception com.bittecsystems.maatri.MaatriException
Exception Type CRITICAL_FAILURE indicates a severe error may have occured during a data manipulation or I/O operation.

D

declareGetDataMethods() - Method in interface com.bittecsystems.maatri.MaatriPersistable
Implement persistable data via list of getter method-name(s).
declareIndexMethods() - Method in interface com.bittecsystems.maatri.MaatriPersistable
Implement index-candidate persistable data via list of getter method-names.
declareSetDataMethods() - Method in interface com.bittecsystems.maatri.MaatriPersistable
Implement persistable data via list of setter method-name(s).
DUPLICATE_OBJECT - Static variable in class com.bittecsystems.maatri.Maatri
Maatri Exception Type, raised when search finds a duplicate persisted object.

E

EXCEPTION_LEVEL - Static variable in class com.bittecsystems.maatri.Maatri
Maatri instance property.

F

FAILURE - Static variable in exception com.bittecsystems.maatri.MaatriException
Exception Type FAILURE indicates database operation failures like Operation Failures: Auto-increment Duplicate key Class mismatch between Original object and Updated object PrimaryID mismatch between Original object and Updated object Class record not found for fetch It is recommended that the primary application take appropriate action after assessing each exception message.
fetch(int, int, int) - Static method in class com.bittecsystems.maatri.Maatri
Return the next / previous object in query result.
FETCH_NEXT - Static variable in class com.bittecsystems.maatri.Maatri
Maatri parameter passed to return the next object in query result.
FETCH_PREV - Static variable in class com.bittecsystems.maatri.Maatri
Maatri parameter passed to return the previous object in query result.

G

get(int, Class, String) - Static method in class com.bittecsystems.maatri.Maatri
Return a Query Id for the passed query string.
getExceptionType() - Method in exception com.bittecsystems.maatri.MaatriException
Returns the Exception Type.
getMessage() - Method in exception com.bittecsystems.maatri.MaatriException
Returns the exception message formatted as a String describing the nature of the exception.

I

ILLEGAL_STATE - Static variable in class com.bittecsystems.maatri.Maatri
Maatri Exception Type, raised when data manipulation functions are called via Iterator based indexed access without making a prior call to next() or previous().

M

Maatri - Class in com.bittecsystems.maatri
Maatri class provides embeddable database engine context.
Maatri() - Constructor for class com.bittecsystems.maatri.Maatri
Constructor Maatri can be called from openConnection method only.
MaatriException - Exception in com.bittecsystems.maatri
MaatriException class provides a way to capture exceptions reported by the Maatri Embeddable Database Engine.
MaatriPersistable - Interface in com.bittecsystems.maatri
Maatri Embeddable Database Engine provides a minimally intrusive mechanism for primary applications to enable object persistance via the MaatriPersistable interface.

O

OBJECT_NOT_FOUND - Static variable in class com.bittecsystems.maatri.Maatri
Maatri Exception Type, raised when search fails to find a persisted object.
openConnection(String) - Static method in class com.bittecsystems.maatri.Maatri
Opens a connection to the database file in the location specified by the path parameter.

S

set(int, Object) - Static method in class com.bittecsystems.maatri.Maatri
Data manipulation function for inserting persistable object to the database.
set(int, Object, Object) - Static method in class com.bittecsystems.maatri.Maatri
Data manipulation function providing one interface to either replace existing object or removing it from the database.
setProperty(int, String, String) - Static method in class com.bittecsystems.maatri.Maatri
Customize the Maatri instance by setting properties.
SYSTEM_OUT_ENABLE - Static variable in class com.bittecsystems.maatri.Maatri
Maatri instance property.

U

USERHOME - Static variable in class com.bittecsystems.maatri.Maatri
Maatri helper property, declares the User's Home Directory.

A C D E F G I M O S U
Maatri 0.4 (Build 905)
Embeddable Database Engine

Copyright © 2008-2013 BitTec Systems. All Rights Reserved.