A B C D E F G H I J K L M N O P Q R S T U V W X

A

ABS - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
AMBIGUOUS_CURSOR_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
APPLICATION_IDENTITY - Static variable in class com.triactive.jdo.model.ClassMetaData
 
AVG - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
AbsFunction - class com.triactive.jdo.store.sql.expr.fn.AbsFunction.
 
AbsFunction() - Constructor for class com.triactive.jdo.store.sql.expr.fn.AbsFunction
 
AbstractFieldManager - class com.triactive.jdo.AbstractFieldManager.
 
AbstractFieldManager() - Constructor for class com.triactive.jdo.AbstractFieldManager
 
AbstractSqlExpression - class com.triactive.jdo.store.sql.expr.AbstractSqlExpression.
 
AbstractSqlExpression.Body - interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.Body.
The "body" of an SQL expression.
AbstractSqlExpression.CompoundExpression - interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.CompoundExpression.
The "body" of an SQL expression made up of one or more component SQL expressions.
AbstractSqlExpression.SimpleColumnReference - interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.SimpleColumnReference.
The "body" of an SQL expression which references no more than one column.
AbstractSqlExpression.SubqueryExpression - interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.SubqueryExpression.
The "body" of an SQL expression made up of a subquery.
AlternativesExpression - class com.triactive.jdo.store.sql.expr.AlternativesExpression.
A series of two or more boolean expressions combined with OR.
AlternativesExpression(BooleanExpression, BooleanExpression) - Constructor for class com.triactive.jdo.store.sql.expr.AlternativesExpression
 
ApacheReferenceEnhancer - class com.triactive.jdo.enhance.ApacheReferenceEnhancer.
An implementation of the ReferenceEnhancer that wraps the Apache version.
ApacheReferenceEnhancer() - Constructor for class com.triactive.jdo.enhance.ApacheReferenceEnhancer
 
ArrayMetaData - class com.triactive.jdo.model.ArrayMetaData.
 
ArrayMetaData(FieldMetaData, Element) - Constructor for class com.triactive.jdo.model.ArrayMetaData
 
accessAsFieldIn(FcoExpression) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
accessAsFieldIn(FcoExpression) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
accessAsFieldIn(FcoExpression) - Method in class com.triactive.jdo.store.mapping.Mapping
Returns an SQL expression representing the persistent field mapped by this mapping within a particular first-class object expression.
accessAsFieldIn(FcoExpression) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
accessField(String) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
accessField(String) - Method in class com.triactive.jdo.store.sql.expr.FcoExpression
 
accessField(String) - Method in class com.triactive.jdo.store.sql.expr.ObjectReferenceExpression
 
accessField(String) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this.fieldName".
adaptTo(DatabaseIdentifier, DatabaseMetaData) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Initializes the database adapter based on the given JDBC metadata.
adaptTo(DatabaseIdentifier, DatabaseMetaData) - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
adaptTo(DatabaseIdentifier, DatabaseMetaData) - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
add(Object) - Method in class com.triactive.jdo.sco.HashSet
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.DecimalLiteral
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
add(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this + expr".
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
add(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
add(int) - Method in class com.triactive.jdo.util.IntArrayList
Appends the specified element to the end of this list.
add(int, int) - Method in class com.triactive.jdo.util.IntArrayList
Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.triactive.jdo.util.WeakHashSet
Adds the specified element to the set if it is not already present.
addAll(Collection) - Method in class com.triactive.jdo.sco.HashSet
 
addAll(int[]) - Method in class com.triactive.jdo.util.IntArrayList
Appends all of the elements in the specified array to the end of this list.
addAll(int, int[]) - Method in class com.triactive.jdo.util.IntArrayList
Inserts all of the elements in the specified array into this list, starting at the specified position.
addCandidateKey(CandidateKey) - Method in class com.triactive.jdo.store.sql.BaseTable
 
addClasses(Class[]) - Method in interface com.triactive.jdo.SchemaManager
Adds to the schema any database objects (tables, views, constraints, indexes, etc.) necessary to enable persistence of the given PersistenceCapable class(es).
addColumn(Column) - Method in class com.triactive.jdo.store.sql.CandidateKey
 
addColumn(Column, Column) - Method in class com.triactive.jdo.store.sql.ForeignKey
 
addColumn(Column) - Method in class com.triactive.jdo.store.sql.Index
 
addColumn(Column) - Method in interface com.triactive.jdo.store.sql.Table
 
addExtension(String, Object) - Method in interface com.triactive.jdo.Query
Adds a vendor-specific extension to this query.
addExtension(String, Object) - Method in class com.triactive.jdo.store.query.Query
Adds a vendor-specific extension to this query.
addForeignKey(ForeignKey) - Method in class com.triactive.jdo.store.sql.BaseTable
 
addIndex(Index) - Method in class com.triactive.jdo.store.sql.BaseTable
 
addMapTable(FieldMetaData) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Called by Mapping objects in the midst of StoreManager.addClasses() to request the creation of a map table.
addSetTable(FieldMetaData) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Called by Mapping objects in the midst of StoreManager.addClasses() to request the creation of a set table.
addVendorExtensions(URL, Element) - Method in class com.triactive.jdo.model.MetaData
Add the vendor extensions found nested within the given Element.
allowsNullValues - Variable in class com.triactive.jdo.model.MapMetaData
 
allowsNullValues() - Method in class com.triactive.jdo.model.MapMetaData
 
allowsNullValues() - Method in class com.triactive.jdo.sco.HashMap
 
allowsNullValues() - Method in class com.triactive.jdo.sco.Hashtable
 
allowsNullValues() - Method in interface com.triactive.jdo.sco.SCOMap
Indicates whether or not this map allows null values.
allowsNullValues() - Method in class com.triactive.jdo.store.ManyToManyMapStore
Indicates whether null values are allowed to be stored.
allowsNullValues() - Method in interface com.triactive.jdo.store.MapStore
Indicates whether null values are allowed to be stored.
allowsNullValues() - Method in class com.triactive.jdo.store.OneToManyMapStore
Indicates whether null values are allowed to be stored.
allowsNullValues() - Method in interface com.triactive.jdo.store.PersistentMap
Indicates whether or not this map allows null values.
allowsNulls() - Method in class com.triactive.jdo.sco.HashSet
 
allowsNulls() - Method in interface com.triactive.jdo.sco.SCOCollection
Indicates whether or not this collection allows null elements.
allowsNulls() - Method in interface com.triactive.jdo.store.CollectionStore
Indicates whether or not null elements are allowed to be stored.
allowsNulls() - Method in class com.triactive.jdo.store.ManyToManySetStore
Indicates whether or not null elements are allowed to be stored.
allowsNulls() - Method in class com.triactive.jdo.store.OneToManySetStore
Indicates whether or not null elements are allowed to be stored.
allowsNulls() - Method in interface com.triactive.jdo.store.PersistentSet
Indicates whether or not this set allows null elements.
alreadyDistinct() - Method in class com.triactive.jdo.sco.HashSet
 
alreadyDistinct() - Method in interface com.triactive.jdo.store.query.Queryable
Indicates whether or not the candidate collection contains a set of distinct (unique) objects.
and(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
and(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
 
and(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
and(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this && expr".
andHavingCondition(BooleanExpression) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
ANDs the given condition into the HAVING clause for this statement.
andWhereCondition(String) - Method in class com.triactive.jdo.store.sql.FetchStatement
 
andWhereCondition(BooleanExpression) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
ANDs the given condition into the WHERE clause for this statement.
append(char) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
append(String) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
append(StatementTextGenerator) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
append(StatementText) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
append(Object) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
appendParameter(ColumnMapping, Object) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
applyUpdates() - Method in interface com.triactive.jdo.SCO
Called to indicate that the owning object is being made persistent, or that the persistent state of this field is being updated.
applyUpdates() - Method in class com.triactive.jdo.sco.Date
 
applyUpdates() - Method in class com.triactive.jdo.sco.HashMap
 
applyUpdates() - Method in class com.triactive.jdo.sco.HashSet
 
applyUpdates() - Method in class com.triactive.jdo.sco.Hashtable
 
applyUpdates() - Method in class com.triactive.jdo.sco.SqlDate
 
applyUpdates() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
areAssignableFrom(Class[], Class[]) - Static method in class com.triactive.jdo.util.Types
Tests if a set of parameters types are all assignable from a given set of argument types.
arrayMetaData - Variable in class com.triactive.jdo.model.FieldMetaData
 
ascOrDesc - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Column sort sequence.
assertConstraintsInitialized() - Method in class com.triactive.jdo.store.sql.BaseTable
 
assertConstraintsNotFrozen() - Method in class com.triactive.jdo.store.sql.BaseTable
 
assertConstraintsUninitialized() - Method in class com.triactive.jdo.store.sql.BaseTable
 
assertNotFrozen() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Asserts that the statement text has not yet been generated.
assertNotFrozen() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
assertSameTable(Column) - Method in class com.triactive.jdo.store.sql.Key
 
autoIncrement - Variable in class com.triactive.jdo.store.adapter.TypeInfo
true indicates the type automatically increments for each new row inserted, false otherwise.
avgFunction(SqlExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL AVG() function.

B

BaseTable - class com.triactive.jdo.store.sql.BaseTable.
 
BaseTable(TableName, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.BaseTable
 
BetweenExpression - class com.triactive.jdo.store.sql.expr.BetweenExpression.
An SQL expression using the BETWEEN operator.
BetweenExpression(SqlExpression, SqlExpression, SqlExpression) - Constructor for class com.triactive.jdo.store.sql.expr.BetweenExpression
Constructs a BETWEEN expression of the form val BETWEEN lo AND hi.
BigDecimalMapping - class com.triactive.jdo.store.mapping.BigDecimalMapping.
 
BigDecimalMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.BigDecimalMapping
 
BigDecimalMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.BigDecimalMapping
 
BigIntegerMapping - class com.triactive.jdo.store.mapping.BigIntegerMapping.
 
BigIntegerMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.BigIntegerMapping
 
BigIntegerMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.BigIntegerMapping
 
BinaryExpression - class com.triactive.jdo.store.sql.expr.BinaryExpression.
 
BinaryExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.BinaryExpression
 
BinaryExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.BinaryExpression
 
BinaryFunction - class com.triactive.jdo.store.sql.expr.fn.BinaryFunction.
 
BinaryFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.BinaryFunction
 
BinaryLiteral - class com.triactive.jdo.store.sql.expr.BinaryLiteral.
 
BinaryLiteral(QueryStatement, byte[]) - Constructor for class com.triactive.jdo.store.sql.expr.BinaryLiteral
 
BooleanBitColumnExpression - class com.triactive.jdo.store.sql.expr.BooleanBitColumnExpression.
 
BooleanBitColumnExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanBitColumnExpression
 
BooleanBitColumnExpression(QueryStatement.QueryColumn, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanBitColumnExpression
 
BooleanBitColumnLiteral - class com.triactive.jdo.store.sql.expr.BooleanBitColumnLiteral.
 
BooleanBitColumnLiteral(QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanBitColumnLiteral
 
BooleanCharColumnExpression - class com.triactive.jdo.store.sql.expr.BooleanCharColumnExpression.
 
BooleanCharColumnExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanCharColumnExpression
 
BooleanCharColumnExpression(QueryStatement.QueryColumn, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanCharColumnExpression
 
BooleanCharColumnLiteral - class com.triactive.jdo.store.sql.expr.BooleanCharColumnLiteral.
 
BooleanCharColumnLiteral(QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanCharColumnLiteral
 
BooleanCharMapping - class com.triactive.jdo.store.mapping.BooleanCharMapping.
 
BooleanCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.BooleanCharMapping
 
BooleanCharMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.BooleanCharMapping
 
BooleanExpression - class com.triactive.jdo.store.sql.expr.BooleanExpression.
 
BooleanExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanExpression
 
BooleanExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanExpression
 
BooleanLiteral - class com.triactive.jdo.store.sql.expr.BooleanLiteral.
 
BooleanLiteral(QueryStatement, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
BooleanMapping - class com.triactive.jdo.store.mapping.BooleanMapping.
 
BooleanMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.BooleanMapping
 
BooleanMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.BooleanMapping
 
BooleanOperator - class com.triactive.jdo.store.sql.expr.op.BooleanOperator.
 
BooleanOperator(String, int, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.op.BooleanOperator
 
BufferedQueryIterator - class com.triactive.jdo.store.sql.expr.BufferedQueryIterator.
An iterator over all the results from a QueryStatement.
BufferedQueryIterator(PersistenceManager, SqlExpression) - Constructor for class com.triactive.jdo.store.sql.expr.BufferedQueryIterator
 
BufferedQueryIterator(PersistenceManager, QueryStatement, ResultExpression) - Constructor for class com.triactive.jdo.store.sql.expr.BufferedQueryIterator
 
ByteArrayMapping - class com.triactive.jdo.store.mapping.ByteArrayMapping.
 
ByteArrayMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ByteArrayMapping
 
ByteArrayMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.ByteArrayMapping
 
ByteMapping - class com.triactive.jdo.store.mapping.ByteMapping.
 
ByteMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ByteMapping
 
ByteMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.ByteMapping
 
binaryNumericPromotion(Class[]) - Static method in class com.triactive.jdo.util.Types
Performs binary numeric promotion on a set of input types.
binaryNumericPromotion(Class, Class) - Static method in class com.triactive.jdo.util.Types
Performs binary numeric promotion on a pair of types.
bindTo(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.sql.expr.UnboundVariable
 
bindVariable(String, SqlExpression) - Method in class com.triactive.jdo.store.query.JdoqlQuery.Compiler
 
bitTypeIsReallyBoolean() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the primary (ie first) eligible boolean data type is Types.BIT but in fact it fully behaves as a boolean type.
body - Variable in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
booleanValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
booleanValue(String, boolean) - Static method in class com.triactive.jdo.util.SystemProperty
Returns the value of a system property as a boolean.
box(Class) - Static method in class com.triactive.jdo.util.Types
Performs a boxing conversion, if applicable.
box(Class[]) - Static method in class com.triactive.jdo.util.Types
Performs a boxing conversion on multiple classes.

C

CARDINALITY_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
CARDINALITY_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
CHAR_LENGTH - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
CONFIG_FILE_ERROR - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
CONNECTION_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
CONNECTION_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
CONSTRUCTED - Static variable in class com.triactive.jdo.model.ClassMetaData
 
COUNT - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
CROSS - Static variable in class com.triactive.jdo.store.sql.expr.JoinType
 
CandidateKey - class com.triactive.jdo.store.sql.CandidateKey.
 
CandidateKey(BaseTable) - Constructor for class com.triactive.jdo.store.sql.CandidateKey
 
CandidateKey(Column) - Constructor for class com.triactive.jdo.store.sql.CandidateKey
 
CandidateKey(Column, Column) - Constructor for class com.triactive.jdo.store.sql.CandidateKey
 
CandidateSetExpression - class com.triactive.jdo.store.sql.expr.CandidateSetExpression.
A set expression that represents some collection in a query candidate class, or a collection obtained from an object linked from the candidate class by navigation.
CandidateSetExpression(QueryStatement.QueryColumn, CollectionStore, String) - Constructor for class com.triactive.jdo.store.sql.expr.CandidateSetExpression
 
CastFunction - class com.triactive.jdo.store.sql.expr.fn.CastFunction.
 
CastFunction(Class) - Constructor for class com.triactive.jdo.store.sql.expr.fn.CastFunction
 
CatalogInfo - class com.triactive.jdo.store.adapter.CatalogInfo.
The base class of all catalog metadata value classes.
CatalogInfo() - Constructor for class com.triactive.jdo.store.adapter.CatalogInfo
 
CatalogInfoCache - class com.triactive.jdo.store.adapter.CatalogInfoCache.
Used to access all database metadata that is catalog information.
CatalogInfoCache(DatabaseAdapter, String, String) - Constructor for class com.triactive.jdo.store.adapter.CatalogInfoCache
Contructs a new catalog info cache for the specified database schema.
CatalogName - class com.triactive.jdo.store.sql.CatalogName.
An SQL catalog name.
CatalogName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.CatalogName
Constructs a catalog name.
CharacterExpression - class com.triactive.jdo.store.sql.expr.CharacterExpression.
 
CharacterExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.CharacterExpression
 
CharacterExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.CharacterExpression
 
CharacterLiteral - class com.triactive.jdo.store.sql.expr.CharacterLiteral.
 
CharacterLiteral(QueryStatement, char) - Constructor for class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
CharacterLiteral(QueryStatement, Character) - Constructor for class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
CharacterMapping - class com.triactive.jdo.store.mapping.CharacterMapping.
 
CharacterMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.CharacterMapping
 
CharacterMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.CharacterMapping
 
ClassBaseTable - class com.triactive.jdo.store.sql.ClassBaseTable.
A database base table that serves as backing for a persistence-capable Java class.
ClassBaseTable(TableName, ClassMetaData, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.ClassBaseTable
 
ClassDefinitionException - exception com.triactive.jdo.store.ClassDefinitionException.
A ClassDefinitionException is thrown if the settings of a persistent class are inconsistent with it's metadata.
ClassDefinitionException() - Constructor for class com.triactive.jdo.store.ClassDefinitionException
Constructs a class definition exception with no specific detail message.
ClassDefinitionException(String) - Constructor for class com.triactive.jdo.store.ClassDefinitionException
Constructs a class definition exception with the specified detail message.
ClassFinder - class com.triactive.jdo.util.ClassFinder.
Used to load classes according to the rules defined in the JDO spec.
ClassMetaData - class com.triactive.jdo.model.ClassMetaData.
 
ClassMetaDataFlagMismatchException - exception com.triactive.jdo.model.ClassMetaDataFlagMismatchException.
A ClassMetaDataFlagMismatchException is thrown if the flag of a persistent field of an enhanced class does not match what would be expected based on the corresponding JDO metadata.
ClassMetaDataFlagMismatchException(Class, int, byte, byte) - Constructor for class com.triactive.jdo.model.ClassMetaDataFlagMismatchException
Constructs a class metadata flag mismatch exception.
ClassMetaDataMismatchException - exception com.triactive.jdo.model.ClassMetaDataMismatchException.
A ClassMetaDataMismatchException is thrown if the names, types, or flags of the persistent fields of an enhanced class do not match those that would be expected based on the corresponding JDO metadata.
ClassMetaDataMismatchException(Class, String) - Constructor for class com.triactive.jdo.model.ClassMetaDataMismatchException
Constructs a class metadata mismatch exception with the specified detail message.
ClassMetaDataMismatchException(Class, String[], List) - Constructor for class com.triactive.jdo.model.ClassMetaDataMismatchException
Constructs a class metadata mismatch exception caused by a difference in the list of persistent fields.
ClassMetaDataMismatchException(Class, int, String, String) - Constructor for class com.triactive.jdo.model.ClassMetaDataMismatchException
Constructs a class metadata mismatch exception caused by a different field name for a given field number.
ClassMetaDataMismatchException(Class, int, Class, Class) - Constructor for class com.triactive.jdo.model.ClassMetaDataMismatchException
Constructs a class metadata mismatch exception caused by a different field type for a given field number.
ClassNotPersistenceCapableException - exception com.triactive.jdo.ClassNotPersistenceCapableException.
An ClassNotPersistenceCapableException is thrown if an attempt is made to persist or otherwise manage an object whose class is not persistence- capable.
ClassNotPersistenceCapableException(Class) - Constructor for class com.triactive.jdo.ClassNotPersistenceCapableException
Constructs a class-not-persistence-capable exception with the specified detail message.
ClassTable - interface com.triactive.jdo.store.sql.ClassTable.
A database table that serves as backing for a persistence-capable Java class.
ClassView - class com.triactive.jdo.store.sql.ClassView.
 
ClassView(TableName, ClassMetaData, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.ClassView
 
CollectionMetaData - class com.triactive.jdo.model.CollectionMetaData.
 
CollectionMetaData(FieldMetaData, Element) - Constructor for class com.triactive.jdo.model.CollectionMetaData
 
CollectionStore - interface com.triactive.jdo.store.CollectionStore.
The backing store for a collection.
Column - class com.triactive.jdo.store.sql.Column.
A column in a database table.
Column(Table, ColumnName) - Constructor for class com.triactive.jdo.store.sql.Column
 
ColumnDefinitionException - exception com.triactive.jdo.store.sql.ColumnDefinitionException.
An ColumnDefinitionException is thrown if the settings of a database column are incompatible with the data type of the object field to which it is mapped.
ColumnDefinitionException() - Constructor for class com.triactive.jdo.store.sql.ColumnDefinitionException
Constructs a column definition exception with no specific detail message.
ColumnDefinitionException(String) - Constructor for class com.triactive.jdo.store.sql.ColumnDefinitionException
Constructs a column definition exception with the specified detail message.
ColumnInfo - class com.triactive.jdo.store.adapter.ColumnInfo.
Represents the metadata of a specific table column.
ColumnInfo(ResultSet) - Constructor for class com.triactive.jdo.store.adapter.ColumnInfo
Constructs a column information object from the current row of the given result set.
ColumnInfo(String, String, String, String, short, String, int, int, int, int, String, String, int, int, String) - Constructor for class com.triactive.jdo.store.adapter.ColumnInfo
Constructs a column information object from its individual attributes.
ColumnMapping - class com.triactive.jdo.store.mapping.ColumnMapping.
A database mapping that maps a Java type to a single column.
ColumnMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ColumnMapping
Constructs a new column mapping for a given Java type.
ColumnMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.ColumnMapping
Constructs a new column mapping for a given persistent field.
ColumnName - class com.triactive.jdo.store.sql.ColumnName.
An SQL column name.
ColumnName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.ColumnName
Constructs a column name.
ColumnOptions - interface com.triactive.jdo.model.ColumnOptions.
 
CommitStateTransitionException - exception com.triactive.jdo.CommitStateTransitionException.
 
CommitStateTransitionException(Exception[]) - Constructor for class com.triactive.jdo.CommitStateTransitionException
 
CompareOperator - class com.triactive.jdo.store.sql.expr.op.CompareOperator.
 
CompareOperator(String, int) - Constructor for class com.triactive.jdo.store.sql.expr.op.CompareOperator
 
CompareOperator(String, CompareOperator) - Constructor for class com.triactive.jdo.store.sql.expr.op.CompareOperator
 
ComplexMapping - class com.triactive.jdo.store.mapping.ComplexMapping.
A database mapping that incorporates custom logic for object storage and retrieval.
ComplexMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ComplexMapping
Constructs a new complex mapping for a given Java type.
ComplexMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.ComplexMapping
Constructs a new complex mapping for a given persistent field.
ConnectionFactoryNotFoundException - exception com.triactive.jdo.ConnectionFactoryNotFoundException.
A ConnectionFactoryNotFoundException is thrown if a named connection factory cannot be found using its JNDI name.
ConnectionFactoryNotFoundException(String, Exception) - Constructor for class com.triactive.jdo.ConnectionFactoryNotFoundException
Constructs a connection factory not found exception.
ConnectionInUseException - exception com.triactive.jdo.ConnectionInUseException.
An ConnectionInUseException is thrown if an operation is attempted that requires a new database connection (such as Transaction.begin()) and a previously obtained database connection (such as for non-transactional read or write) is still in-use.
ConnectionInUseException() - Constructor for class com.triactive.jdo.ConnectionInUseException
Constructs a connection-in-use exception.
ConstraintName - class com.triactive.jdo.store.sql.ConstraintName.
An SQL constraint name.
ConstraintName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.ConstraintName
Constructs a constraint name.
ConstraintName(DatabaseAdapter, SchemaName, String) - Constructor for class com.triactive.jdo.store.sql.ConstraintName
Constructs a constraint name.
CorrelationName - class com.triactive.jdo.store.sql.CorrelationName.
An SQL correlation name.
CorrelationName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.CorrelationName
Constructs a correlation name.
call(List) - Method in class com.triactive.jdo.store.sql.expr.fn.BinaryFunction
 
call(List) - Method in class com.triactive.jdo.store.sql.expr.fn.CastFunction
 
call(List) - Method in class com.triactive.jdo.store.sql.expr.fn.NumericFunction
 
call(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
call(SqlExpression, SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
call(SqlExpression, SqlExpression, SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
call(SqlExpression[]) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
call(List) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
call(List) - Method in class com.triactive.jdo.store.sql.expr.fn.StringFunction
 
callExternalEnhancer(String[]) - Method in class com.triactive.jdo.enhance.Enhancer
Called by enhance() to enhance a list of classes.
callExternalEnhancer(String[]) - Method in class com.triactive.jdo.enhance.ReferenceEnhancer
Called by the superclass enhance() method to enhance a list of classes.
callMethod(String, List) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
callMethod(String, List) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this.methodName(arguments)".
callReferenceEnhancer(String[]) - Method in class com.triactive.jdo.enhance.ApacheReferenceEnhancer
 
callReferenceEnhancer(String[]) - Method in class com.triactive.jdo.enhance.ReferenceEnhancer
Called to invoke the underlying reference enhancer.
callReferenceEnhancer(String[]) - Method in class com.triactive.jdo.enhance.SunReferenceEnhancer
 
candidateClass - Variable in class com.triactive.jdo.store.query.Query
 
cardinality - Variable in class com.triactive.jdo.store.adapter.IndexInfo
When IndexInfo.type is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index.
caseSensitive - Variable in class com.triactive.jdo.store.adapter.TypeInfo
true indicates this data type is case-sensitive in comparisons, false otherwise.
cast(SqlExpression, Class) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for casting an expression to another type.
cast(SqlExpression, Class) - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
cast(Class) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
cast(Class) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
cast(Class) - Method in class com.triactive.jdo.store.sql.expr.ObjectDatastoreIdExpression
 
cast(Class) - Method in class com.triactive.jdo.store.sql.expr.ObjectReferenceExpression
 
cast(Class) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing this expression cast to the given data type.
castTo(Class, ResultExpression) - Static method in class com.triactive.jdo.store.query.result.ResultCast
 
castTo(Class, List) - Static method in class com.triactive.jdo.store.query.result.ResultCast
 
charOctetLength - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates the maximum number of bytes in the column (for char types only).
charValue() - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
checkDecimal() - Method in class com.triactive.jdo.store.sql.Column
 
checkInteger() - Method in class com.triactive.jdo.store.sql.Column
 
checkPrimitive() - Method in class com.triactive.jdo.store.sql.Column
 
checkString() - Method in class com.triactive.jdo.store.sql.Column
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.BigDecimalMapping
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.BigIntegerMapping
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.ByteArrayMapping
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Chooses an appropriate SQL type for a column based on the column's options.
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.OracleStringMapping
 
chooseColumnType(Column) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
classCode() - Method in class com.triactive.jdo.store.adapter.SqlState
Returns the class code for this SQLSTATE.
classForName(String, boolean, Class) - Method in class com.triactive.jdo.util.ClassFinder
Returns the Class object associated with the class or interface with the given string name.
classForName(String, boolean) - Method in class com.triactive.jdo.util.ClassFinder
Returns the Class object associated with the class or interface with the given string name.
classForName(String, boolean, ClassLoader) - Static method in class com.triactive.jdo.util.ClassFinder
Returns the Class object associated with the class or interface with the given string name.
classId - Variable in class com.triactive.jdo.store.OIDGenerator
The class ID of OIDs to generate.
clazz - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
clear() - Method in class com.triactive.jdo.sco.HashMap
 
clear() - Method in class com.triactive.jdo.sco.HashSet
 
clear() - Method in class com.triactive.jdo.sco.Hashtable
 
clear() - Method in class com.triactive.jdo.store.request.RequestCache
Clears this request cache.
clear() - Method in class com.triactive.jdo.util.IntArrayList
Removes all of the elements from this list.
clear() - Method in class com.triactive.jdo.util.SoftHashMap
Removes all mappings from this map.
clear() - Method in class com.triactive.jdo.util.WeakHashSet
Removes all of the elements from the set.
clearAll(Collection) - Method in interface com.triactive.jdo.store.MapStore
Clears the maps associated with an entire group of objects.
clearAll(Collection) - Method in interface com.triactive.jdo.store.SetStore
Clears the sets associated with an entire group of objects.
clearOnDelete - Variable in class com.triactive.jdo.model.CollectionMetaData
 
clearOnDelete() - Method in class com.triactive.jdo.model.CollectionMetaData
 
clearOnDelete() - Method in class com.triactive.jdo.model.MapMetaData
 
clone() - Method in interface com.triactive.jdo.SCO
Returns a clone of this SCO instance.
clone() - Method in class com.triactive.jdo.sco.Date
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.HashMap
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.HashSet
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.Hashtable
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.SqlDate
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.sco.SqlTimestamp
Creates and returns a copy of this object.
clone() - Method in class com.triactive.jdo.util.IntArrayList
Returns a copy of this IntArrayList instance.
close() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
close() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
close(Object) - Method in class com.triactive.jdo.store.query.Query
Close a query result and release any resources associated with it.
close() - Method in interface com.triactive.jdo.store.query.QueryResult
Closes the query result and releases any underlying database resources.
closeAll() - Method in class com.triactive.jdo.store.query.Query
Close all query results associated with this Query instance, and release all resources associated with them.
col - Variable in class com.triactive.jdo.store.mapping.ColumnMapping
The column we are mapped to, or null for a prototypical mapping.
col - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
The column within the table expression.
collectionMetaData - Variable in class com.triactive.jdo.model.FieldMetaData
 
columnDef - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
The default value for the column; may be null.
columnName - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
The column name.
columnName - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Column name.
columnName - Variable in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
The primary key column name.
columnNumbersByField - Variable in class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
columnSize - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates the column size.
columns - Variable in class com.triactive.jdo.store.sql.Key
 
columns - Variable in class com.triactive.jdo.store.sql.expr.TableExprAsSubquery
 
com() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
com() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "~this".
com.triactive.jdo - package com.triactive.jdo
 
com.triactive.jdo.enhance - package com.triactive.jdo.enhance
 
com.triactive.jdo.jdbc - package com.triactive.jdo.jdbc
 
com.triactive.jdo.jdbc.trace - package com.triactive.jdo.jdbc.trace
 
com.triactive.jdo.model - package com.triactive.jdo.model
 
com.triactive.jdo.sco - package com.triactive.jdo.sco
 
com.triactive.jdo.state - package com.triactive.jdo.state
 
com.triactive.jdo.store - package com.triactive.jdo.store
 
com.triactive.jdo.store.adapter - package com.triactive.jdo.store.adapter
 
com.triactive.jdo.store.mapping - package com.triactive.jdo.store.mapping
 
com.triactive.jdo.store.query - package com.triactive.jdo.store.query
 
com.triactive.jdo.store.query.result - package com.triactive.jdo.store.query.result
 
com.triactive.jdo.store.request - package com.triactive.jdo.store.request
 
com.triactive.jdo.store.sql - package com.triactive.jdo.store.sql
 
com.triactive.jdo.store.sql.expr - package com.triactive.jdo.store.sql.expr
 
com.triactive.jdo.store.sql.expr.fn - package com.triactive.jdo.store.sql.expr.fn
 
com.triactive.jdo.store.sql.expr.op - package com.triactive.jdo.store.sql.expr.op
 
com.triactive.jdo.util - package com.triactive.jdo.util
 
compareBooleanCapabilities(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to capabilities relevant to boolean types.
compareDateOrTimeCapabilities(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to capabilities relevant to date, time, or timestamp types.
compareIntegerCapabilities(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to capabilities relevant to integral types.
compareMaxPrecision(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to size capacity.
compareNullabilityAndSearchability(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to nullability and searchability.
compareNumberCapabilities(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to capabilities relevant to non-integer number types.
compareNumericSizeCapacity(TypeInfo) - Method in class com.triactive.jdo.store.adapter.