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.TypeInfo
Compares this numeric type with another for order with respect to size capacity.
compareScaleRange(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to range of scale.
compareStringCapabilities(TypeInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with another for order with respect to capabilities relevant to string types, character or binary.
compareTo(Object) - Method in class com.triactive.jdo.model.FieldMetaData
 
compareTo(Object) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Compares this type with the specified type for order.
compareTo(Object) - Method in class com.triactive.jdo.store.sql.Column
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Compares this object with the specified object for order.
compile() - Method in class com.triactive.jdo.store.query.JdoqlQuery.Compiler
 
compile() - Method in class com.triactive.jdo.store.query.Query
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
conditionList - Variable in class com.triactive.jdo.store.sql.FetchStatement
 
conn - Variable in class com.triactive.jdo.store.RetryableTransaction
 
constraintsFrozen() - Method in class com.triactive.jdo.store.sql.BaseTable
 
constraintsInitialized() - Method in class com.triactive.jdo.store.sql.BaseTable
 
contains(Object) - Method in class com.triactive.jdo.sco.HashSet
 
contains(QueryStatement) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Tests whether the given statement is a subquery of this statement.
contains(int) - Method in class com.triactive.jdo.util.IntArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.triactive.jdo.util.InternPool
 
contains(Object) - Method in class com.triactive.jdo.util.WeakHashSet
Indicates whether the set contains the specified element.
containsAll(Collection) - Method in class com.triactive.jdo.sco.HashSet
 
containsAll(int[]) - Method in class com.triactive.jdo.util.IntArrayList
Returns true if this list contains all of the elements in the specified list.
containsEntry(Map.Entry) - Method in interface com.triactive.jdo.store.PersistentMap
Indicates whether or not this map contains the given entry.
containsKey(Object) - Method in class com.triactive.jdo.sco.HashMap
 
containsKey(Object) - Method in class com.triactive.jdo.sco.Hashtable
 
containsKey(Object) - Method in class com.triactive.jdo.util.SoftHashMap
Returns true if this map contains a mapping for the specified key.
containsKeyMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
containsKeyMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.MapLiteral
 
containsMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CandidateSetExpression
 
containsMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SetExpression
 
containsMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SetLiteral
Return the BooleanExpression that results from SetLiteral.contains(SqlExpression).
containsValue(Object) - Method in class com.triactive.jdo.sco.HashMap
 
containsValue(Object) - Method in class com.triactive.jdo.sco.Hashtable
 
containsValue(Object) - Method in class com.triactive.jdo.util.SoftHashMap
Returns true if this map maps one or more keys to the specified value.
containsValueMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
containsValueMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.MapLiteral
 
countFunction(SqlExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL COUNT() function.
create(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
create(StoreManager.MgmtTransaction) - Method in interface com.triactive.jdo.store.sql.Table
 
create(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.View
 
createIndexesBeforeForeignKeys() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
createIndexesBeforeForeignKeys() - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
createParams - Variable in class com.triactive.jdo.store.adapter.TypeInfo
Indicates the parameters used in defining columns of this type.
createTypeInfo(DatabaseMetaData) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Creates TypeInfo objects for all of the data types and saves them in the 'types' list.
currentTransaction() - Method in class com.triactive.jdo.PersistenceManagerImpl
 

D

DATASTORE_IDENTITY - Static variable in class com.triactive.jdo.model.ClassMetaData
 
DATA_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
DATA_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
DRIVER_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the name of the JDBC driver class to use for all tests.
DYNAMIC_SQL_ERROR - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
DatabaseAdapter - class com.triactive.jdo.store.adapter.DatabaseAdapter.
Provides methods for adapting SQL language elements to a specific vendor's database.
DatabaseAdapter() - Constructor for class com.triactive.jdo.store.adapter.DatabaseAdapter
 
DatabaseIdentifier - class com.triactive.jdo.store.adapter.DatabaseIdentifier.
Represents identifying information for a particular database and driver.
DatabaseIdentifier(String) - Constructor for class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
DatabaseIdentifier(String, String, String, String) - Constructor for class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
DatabaseIdentifier(String, String, int, int, String, String) - Constructor for class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
DatabaseIdentifierJdbc2 - class com.triactive.jdo.store.adapter.DatabaseIdentifierJdbc2.
A database identifier used with drivers that conform to JDBC 2.
DatabaseIdentifierJdbc2(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.adapter.DatabaseIdentifierJdbc2
 
DatabaseIdentifierJdbc3 - class com.triactive.jdo.store.adapter.DatabaseIdentifierJdbc3.
A database identifier used with drivers that conform to JDBC 3 or higher.
DatabaseIdentifierJdbc3(DatabaseMetaData) - Constructor for class com.triactive.jdo.store.adapter.DatabaseIdentifierJdbc3
 
DatabaseProperties - interface com.triactive.jdo.DatabaseProperties.
The system properties used to define the database connection.
DatastoreOIDGenerator - class com.triactive.jdo.store.DatastoreOIDGenerator.
An OID generator backed by the sequences in JDO_TABLE.
DatastoreOIDGenerator(int) - Constructor for class com.triactive.jdo.store.DatastoreOIDGenerator
Constructs a new datastore OID generator.
Date - class com.triactive.jdo.sco.Date.
A mutable second-class date object.
Date(Object, String, Date) - Constructor for class com.triactive.jdo.sco.Date
Creates a Date object that represents the same time as the given java.util.Date.
DateCharMapping - class com.triactive.jdo.store.mapping.DateCharMapping.
 
DateCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.DateCharMapping
 
DateCharMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.DateCharMapping
 
DateLiteral - class com.triactive.jdo.store.sql.expr.DateLiteral.
 
DateLiteral(QueryStatement, Date) - Constructor for class com.triactive.jdo.store.sql.expr.DateLiteral
 
DateMapping - class com.triactive.jdo.store.mapping.DateMapping.
 
DateMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.DateMapping
 
DateMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.DateMapping
 
DecimalLiteral - class com.triactive.jdo.store.sql.expr.DecimalLiteral.
A decimal literal value.
DecimalLiteral(QueryStatement, BigDecimal) - Constructor for class com.triactive.jdo.store.sql.expr.DecimalLiteral
 
DeleteAllInRequest - class com.triactive.jdo.store.request.DeleteAllInRequest.
A request that deletes all rows from a table whose ID is in a specified set.
DeleteAllInRequest.Id - class com.triactive.jdo.store.request.DeleteAllInRequest.Id.
 
DeleteAllInRequest.Id(ClassBaseTable) - Constructor for class com.triactive.jdo.store.request.DeleteAllInRequest.Id
 
DeleteRequest - class com.triactive.jdo.store.request.DeleteRequest.
 
DeleteRequest.Id - class com.triactive.jdo.store.request.DeleteRequest.Id.
 
DeleteRequest.Id(ClassBaseTable) - Constructor for class com.triactive.jdo.store.request.DeleteRequest.Id
 
DeleteWhereEqualRequest - class com.triactive.jdo.store.request.DeleteWhereEqualRequest.
A request that deletes all rows from a table where a specified column equals a specified value.
DeleteWhereEqualRequest.Id - class com.triactive.jdo.store.request.DeleteWhereEqualRequest.Id.
 
DeleteWhereEqualRequest.Id(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.request.DeleteWhereEqualRequest.Id
 
DeleteWhereSuperEqualRequest - class com.triactive.jdo.store.request.DeleteWhereSuperEqualRequest.
A request that deletes corresponding rows from a subtable based on matching rows from a supertable where a specified column equals a specified value.
DeleteWhereSuperEqualRequest.Id - class com.triactive.jdo.store.request.DeleteWhereSuperEqualRequest.Id.
 
DeleteWhereSuperEqualRequest.Id(ClassBaseTable, ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.request.DeleteWhereSuperEqualRequest.Id
 
Deleteable - interface com.triactive.jdo.Deleteable.
A collection whose persistence-capable elements can be deleted as a group from the data store.
DoubleFunction - class com.triactive.jdo.store.sql.expr.fn.DoubleFunction.
 
DoubleFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.DoubleFunction
 
DoubleMapping - class com.triactive.jdo.store.mapping.DoubleMapping.
 
DoubleMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.DoubleMapping
 
DoubleMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.DoubleMapping
 
DriverManagerDataSource - class com.triactive.jdo.DriverManagerDataSource.
 
DriverManagerDataSource(String, String) - Constructor for class com.triactive.jdo.DriverManagerDataSource
 
DropJDOTables - class com.triactive.jdo.DropJDOTables.
A command-line utility to clear all JDO tables use with the specified database and schema.
DuplicateColumnNameException - exception com.triactive.jdo.store.sql.DuplicateColumnNameException.
A DuplicateColumnNameException is thrown if an attempt is made to add a column to a table with a name already in-use by an existing column.
DuplicateColumnNameException(Table, Column) - Constructor for class com.triactive.jdo.store.sql.DuplicateColumnNameException
Constructs a duplicate column name exception.
DuplicateFieldException - exception com.triactive.jdo.model.DuplicateFieldException.
A DuplicateFieldException is thrown if more than one definition for the same field name is encountered in the XML metadata for a given persistence capable class.
DuplicateFieldException(URL, String) - Constructor for class com.triactive.jdo.model.DuplicateFieldException
Constructs a duplicate field exception with the specified detail message.
DuplicateFieldException(URL, String, Exception) - Constructor for class com.triactive.jdo.model.DuplicateFieldException
Constructs a duplicate field exception with the specified detail message and nested exception.
DyadicOperator - class com.triactive.jdo.store.sql.expr.op.DyadicOperator.
 
DyadicOperator(String, int, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.op.DyadicOperator
 
dataStoreModifyCount() - Method in interface com.triactive.jdo.PersistenceManager
Returns the number of data store modifications made under this persistence manager.
dataStoreModifyCount() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
dataType - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates the JDBC (SQL) data type from Types.
dataType - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The JDBC (SQL) data type number of this data type.
dbDriver - Static variable in interface com.triactive.jdo.DatabaseProperties
The name of the JDBC driver class to use for all tests.
dbPassword - Static variable in interface com.triactive.jdo.DatabaseProperties
The database password to use for all tests.
dbURL - Static variable in interface com.triactive.jdo.DatabaseProperties
The JDBC driver URL to use for all tests.
dbUser - Static variable in interface com.triactive.jdo.DatabaseProperties
The database user name to use for all tests.
dba - Variable in class com.triactive.jdo.store.mapping.Mapping
The database adapter for this mapping.
dba - Variable in class com.triactive.jdo.store.query.Query
 
dba - Variable in class com.triactive.jdo.store.request.Request
The table's database adapter.
dba - Variable in class com.triactive.jdo.store.sql.SqlIdentifier
The database adapter for the relevant database.
dbid - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The identifier for the underlying database.
decimalDigits - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates the number of fractional digits.
decimalValue() - Method in class com.triactive.jdo.store.sql.expr.DecimalLiteral
 
decimalValue() - Method in class com.triactive.jdo.store.sql.expr.FloatingPointLiteral
 
decimalValue() - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
declareImports(String) - Method in class com.triactive.jdo.store.query.Query
Set the import statements to be used to identify the fully qualified name of variables or parameters.
declareParameters(String) - Method in class com.triactive.jdo.store.query.Query
Declare the list of parameters query execution.
declareVariables(String) - Method in class com.triactive.jdo.store.query.Query
Declare the unbound variables to be used in the query.
declareVariables(String) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Declare the unbound variables to be used in the query.
defaultFetchGroup - Variable in class com.triactive.jdo.model.FieldMetaData
 
defaultRangeVar - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The range variable for the default table expression, ie "THIS".
deferrability - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
Indicates whether the evaluation of the foreign key constraint can be deferred until commit time.
defineConstraints(BaseTable, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table. Depending on the type of mapping, this may mean adding any or all of candidate keys, foreign keys, or indexes to the specified table and/or other tables.

This method only applies to base tables. It will always be called after calling Mapping.defineStorage(com.triactive.jdo.store.sql.Table, com.triactive.jdo.store.StoreManager.MgmtTransaction) and is passed the same table argument.

The StoreManager will never call this method more than once..

defineConstraints(BaseTable, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
defineConstraints(BaseTable, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.Mapping
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table.
defineConstraints(BaseTable, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table.
defineConstraints(BaseTable, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table.
defineConstraints(BaseTable, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
defineStorage(Table, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Causes the mapping object to define whatever backing storage it needs, relative to the specified table. Depending on the type of mapping, this may mean adding columns to the table, constructing other related table objects, or both.

Storage in this case means only tables, columns, and primary keys. Other candidate keys, foreign keys, and indexes are added by Mapping.defineConstraints(com.triactive.jdo.store.sql.BaseTable, com.triactive.jdo.store.StoreManager.MgmtTransaction).

The StoreManager will never call this method more than once..

defineStorage(Table, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
defineStorage(Table, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.Mapping
Causes the mapping object to define whatever backing storage it needs, relative to the specified table.
defineStorage(Table, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
Causes the mapping object to define whatever backing storage it needs, relative to the specified table.
defineStorage(Table, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
 
defineStorage(Table, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
delete(StateManager) - Method in class com.triactive.jdo.store.StoreManager
Deletes a persistent object from the database.
delete(StateManager) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
deleteAllIn(Collection) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
deleteObject(StateManager) - Method in class com.triactive.jdo.store.mapping.ComplexMapping
Deletes an object from the database.
deleteObject(StateManager) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
deleteObject(StateManager) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
deleteObjects(Collection) - Method in class com.triactive.jdo.store.mapping.ComplexMapping
Deletes a collection of objects from the database.
deleteObjects(Collection) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
deleteObjects(Collection) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
deletePersistent(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
deletePersistent(boolean) - Method in interface com.triactive.jdo.StateManager
 
deletePersistent(boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
Deletes the instance.
deletePersistentAll() - Method in interface com.triactive.jdo.Deleteable
Deletes all instances in this collection from the data store.
deletePersistentAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
deletePersistentAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
deletePersistentAll() - Method in class com.triactive.jdo.sco.HashSet
 
deleteRule - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
What happens to a foreign key when the primary key is deleted.
deleteWhereEqual(Collection, int, Object) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
destDir - Variable in class com.triactive.jdo.enhance.ReferenceEnhancer
 
discardCompiled() - Method in class com.triactive.jdo.store.query.JdoqlQuery
 
discardCompiled() - Method in class com.triactive.jdo.store.query.Query
 
discardCompiled() - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
 
distinct - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
true if results must be DISTINCT.
div(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
div(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
div(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this / expr".
driverName - Variable in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
driverVersion - Variable in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
drop(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
drop(StoreManager.MgmtTransaction) - Method in interface com.triactive.jdo.store.sql.Table
 
drop(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.View
 
dropAllTables() - Method in interface com.triactive.jdo.SchemaManager
Drops all tables in the schema.
dropAllTables(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
dropConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
dropTablesFor(Class[]) - Method in interface com.triactive.jdo.SchemaManager
Removes from the schema any existing database tables used in persisting the given PersistenceCapable class(es).
dropTablesFor(Class[], StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
dump(Object, PrintWriter) - Method in interface com.triactive.jdo.PersistenceManager
Prints debugging info on an object to the specified output.
dump(Object, PrintWriter) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
dump(PrintWriter) - Method in interface com.triactive.jdo.StateManager
 
dump(PrintWriter) - Method in class com.triactive.jdo.state.StateManagerImpl
 

E

ELEMENT - Static variable in class com.triactive.jdo.store.sql.Role
 
EXTERNAL_ROUTINE_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
EXTERNAL_ROUTINE_INVOCATION_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
EmbeddedRequest - class com.triactive.jdo.store.request.EmbeddedRequest.
An abstract base class for simple DB requests involving a single PreparedStatement.
EmbeddedRequest(StateManager, String) - Constructor for class com.triactive.jdo.store.request.EmbeddedRequest
 
EmbeddedRequest.ReadOnly - class com.triactive.jdo.store.request.EmbeddedRequest.ReadOnly.
 
EmbeddedRequest.ReadOnly(StateManager, String) - Constructor for class com.triactive.jdo.store.request.EmbeddedRequest.ReadOnly
 
EmbeddedRequest.ReadWrite - class com.triactive.jdo.store.request.EmbeddedRequest.ReadWrite.
 
EmbeddedRequest.ReadWrite(StateManager, String) - Constructor for class com.triactive.jdo.store.request.EmbeddedRequest.ReadWrite
 
Enhancer - class com.triactive.jdo.enhance.Enhancer.
Abstract class for JDO bytecode enhancement utility.
Enhancer() - Constructor for class com.triactive.jdo.enhance.Enhancer
Protected constructor to prevent outside instantiation.
effectiveCatalogName(StoreManager) - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns the effective catalog name for this object.
effectiveCatalogName(StoreManager) - Method in class com.triactive.jdo.store.sql.SchemaName
Returns the effective catalog name for this object.
effectiveFetchSize() - Method in class com.triactive.jdo.store.query.Query
 
effectiveResultSetType() - Method in class com.triactive.jdo.store.query.Query
 
effectiveSchemaName(StoreManager) - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns the effective schema name for this object.
effectiveUniqueSetting() - Method in class com.triactive.jdo.store.query.JdoqlQuery
 
effectiveUniqueSetting() - Method in class com.triactive.jdo.store.query.Query
 
effectiveUniqueSetting() - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
 
elementType - Variable in class com.triactive.jdo.model.ArrayMetaData
 
elementType - Variable in class com.triactive.jdo.model.CollectionMetaData
 
elements() - Method in class com.triactive.jdo.sco.Hashtable
 
embedIn(QueryStatement) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Establishes the query statement to which this statement belongs.
embedded - Variable in class com.triactive.jdo.model.FieldMetaData
 
embeddedElement - Variable in class com.triactive.jdo.model.ArrayMetaData
 
embeddedElement - Variable in class com.triactive.jdo.model.CollectionMetaData
 
embeddedKey - Variable in class com.triactive.jdo.model.MapMetaData
 
embeddedValue - Variable in class com.triactive.jdo.model.MapMetaData
 
endsWithMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
endsWithMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
enhance(List) - Method in class com.triactive.jdo.enhance.Enhancer
 
enhance(String[]) - Method in class com.triactive.jdo.enhance.ReferenceEnhancer
Runs the reference enhancer.
enlistInTransaction(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
Called by state managers to enlist in the transaction cache.
enlistInTransaction(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
ensureCapacity(int) - Method in class com.triactive.jdo.util.IntArrayList
Increases the capacity of this IntArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entrySet() - Method in class com.triactive.jdo.sco.HashMap
 
entrySet() - Method in class com.triactive.jdo.sco.Hashtable
 
entrySet() - Method in class com.triactive.jdo.util.SoftHashMap
Returns a collection view of the mappings contained in this map.
eor(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
eor(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
 
eor(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
eor(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this ^ expr".
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryLiteral
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NullLiteral
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.OIDExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.OIDLiteral
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.ObjectExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.ObjectLiteral
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
eq(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this == expr".
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
eq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
equals(Object) - Method in class com.triactive.jdo.DriverManagerDataSource
 
equals(Object) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
equals(Object) - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.sco.HashMap
 
equals(Object) - Method in class com.triactive.jdo.sco.HashSet
 
equals(Object) - Method in class com.triactive.jdo.sco.Hashtable
 
equals(Object) - Method in class com.triactive.jdo.store.ManyToManyMapStore
 
equals(Object) - Method in class com.triactive.jdo.store.ManyToManySetStore
 
equals(Object) - Method in class com.triactive.jdo.store.OID
 
equals(Object) - Method in class com.triactive.jdo.store.OneToManyMapStore
 
equals(Object) - Method in class com.triactive.jdo.store.OneToManySetStore
 
equals(Object) - Method in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
equals(Object) - Method in class com.triactive.jdo.store.adapter.ForeignKeyInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.adapter.IndexInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.adapter.TableInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Tests this object for equality with another object.
equals(Object) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
equals(Object) - Method in class com.triactive.jdo.store.mapping.Mapping
Tests this object for equality with another object.
equals(Object) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
equals(Object) - Method in class com.triactive.jdo.store.query.JdoqlQuery
 
equals(Object) - Method in class com.triactive.jdo.store.query.Query
 
equals(Object) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
 
equals(Object) - Method in class com.triactive.jdo.store.request.Request.IdTbl
 
equals(Object) - Method in class com.triactive.jdo.store.request.Request.IdTblFld
 
equals(Object) - Method in class com.triactive.jdo.store.request.Request.IdTblFlds
 
equals(Object) - Method in class com.triactive.jdo.store.request.Request.IdTblTblFld
 
equals(Object) - Method in class com.triactive.jdo.store.sql.BaseTable
 
equals(Object) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
equals(Object) - Method in class com.triactive.jdo.store.sql.ClassView
 
equals(Object) - Method in class com.triactive.jdo.store.sql.Column
 
equals(Object) - Method in class com.triactive.jdo.store.sql.ForeignKey
 
equals(Object) - Method in class com.triactive.jdo.store.sql.Index
 
equals(Object) - Method in class com.triactive.jdo.store.sql.Key
 
equals(Object) - Method in class com.triactive.jdo.store.sql.QualifiedName
Tests this object for equality with another object.
equals(Object) - Method in class com.triactive.jdo.store.sql.SchemaName
Tests this object for equality with another object.
equals(Object) - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Tests this object for equality with another object.
equals(Object) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Tests this object for equality with another object.
equals(Object) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
equals(Object) - Method in class com.triactive.jdo.util.ClassFinder
Indicates whether some object is "equal to" this one.
equals(Object) - Method in class com.triactive.jdo.util.IntArrayList
Compares the specified object with this list for equality.
evict(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evict() - Method in interface com.triactive.jdo.StateManager
 
evict() - Method in class com.triactive.jdo.state.StateManagerImpl
 
evictAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictAll() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
evictFromTransaction(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
Called by state managers to evict themselves from the transaction cache.
evictFromTransaction(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
execute() - Method in class com.triactive.jdo.store.RetryableTransaction
Executes the transaction.
execute(int) - Method in class com.triactive.jdo.store.RetryableTransaction
Implements the body of the transaction.
execute() - Method in class com.triactive.jdo.store.query.Query
Execute the query and return the filtered Collection.
execute(Object) - Method in class com.triactive.jdo.store.query.Query
Execute the query and return the filtered Collection.
execute(Object, Object) - Method in class com.triactive.jdo.store.query.Query
Execute the query and return the filtered Collection.
execute(Object, Object, Object) - Method in class com.triactive.jdo.store.query.Query
Execute the query and return the filtered Collection.
execute(Collection) - Method in class com.triactive.jdo.store.request.DeleteAllInRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.request.DeleteRequest
 
execute(Collection, Object) - Method in class com.triactive.jdo.store.request.DeleteWhereEqualRequest
 
execute(Collection, Object) - Method in class com.triactive.jdo.store.request.DeleteWhereSuperEqualRequest
Executes the request.
execute(PreparedStatement) - Method in class com.triactive.jdo.store.request.EmbeddedRequest
 
execute() - Method in class com.triactive.jdo.store.request.EmbeddedRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.request.FetchRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.request.InsertRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.request.LookupRequest
 
execute(StateManager) - Method in class com.triactive.jdo.store.request.UpdateRequest
 
executeStatements(Collection) - Method in class com.triactive.jdo.store.RetryableTransaction
Convenience method for executing a collection of SQL statements during the transaction.
executeWithArray(Object[]) - Method in class com.triactive.jdo.store.query.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in class com.triactive.jdo.store.query.JdoqlQuery
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in class com.triactive.jdo.store.query.Query
Execute the query and return the filtered Collection.
executeWithMap(Map) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Execute the query and return the filtered Collection.
exists(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
exists(StoreManager.MgmtTransaction) - Method in interface com.triactive.jdo.store.sql.Table
Tests if the database table exists.
expression - Variable in class com.triactive.jdo.store.sql.expr.OrderingSpec
The expression value by which to order.
extensions - Variable in class com.triactive.jdo.store.query.Query
 

F

FEATURE_NOT_SUPPORTED - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
FEATURE_NOT_SUPPORTED - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
FIXED_LENGTH - Static variable in class com.triactive.jdo.store.sql.Column
 
FULL_OUTER - Static variable in class com.triactive.jdo.store.sql.expr.JoinType
 
FcoExpression - class com.triactive.jdo.store.sql.expr.FcoExpression.
 
FcoExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.FcoExpression
 
FcoExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.FcoExpression
 
FcoResultExpression - class com.triactive.jdo.store.sql.expr.FcoResultExpression.
 
FcoResultExpression(PersistenceManager, FcoExpression) - Constructor for class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
FetchRequest - class com.triactive.jdo.store.request.FetchRequest.
 
FetchRequest.Id - class com.triactive.jdo.store.request.FetchRequest.Id.
 
FetchRequest.Id(ClassBaseTable, int[]) - Constructor for class com.triactive.jdo.store.request.FetchRequest.Id
 
FetchStatement - class com.triactive.jdo.store.sql.FetchStatement.
 
FetchStatement(ClassBaseTable) - Constructor for class com.triactive.jdo.store.sql.FetchStatement
 
FieldManager - interface com.triactive.jdo.FieldManager.
 
FieldMetaData - class com.triactive.jdo.model.FieldMetaData.
 
FieldMetaData(ClassMetaData, Element) - Constructor for class com.triactive.jdo.model.FieldMetaData
 
FieldMetaData(ClassMetaData, Field) - Constructor for class com.triactive.jdo.model.FieldMetaData
 
FloatMapping - class com.triactive.jdo.store.mapping.FloatMapping.
 
FloatMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.FloatMapping
 
FloatMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.FloatMapping
 
FloatingPointLiteral - class com.triactive.jdo.store.sql.expr.FloatingPointLiteral.
 
FloatingPointLiteral(QueryStatement, double) - Constructor for class com.triactive.jdo.store.sql.expr.FloatingPointLiteral
 
FloatingPointLiteral(QueryStatement, Number) - Constructor for class com.triactive.jdo.store.sql.expr.FloatingPointLiteral
 
ForeignKey - class com.triactive.jdo.store.sql.ForeignKey.
 
ForeignKey(boolean) - Constructor for class com.triactive.jdo.store.sql.ForeignKey
 
ForeignKey(Column, ClassBaseTable, boolean) - Constructor for class com.triactive.jdo.store.sql.ForeignKey
 
ForeignKeyInfo - class com.triactive.jdo.store.adapter.ForeignKeyInfo.
Represents the metadata of a specific foreign key column.
ForeignKeyInfo(ResultSet) - Constructor for class com.triactive.jdo.store.adapter.ForeignKeyInfo
Constructs a foreign key information object from the current row of the given result set.
ForeignKeyInfo(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class com.triactive.jdo.store.adapter.ForeignKeyInfo
Constructs a foreign key information object from its individual attributes.
fetch(StateManager, int[]) - Method in class com.triactive.jdo.store.StoreManager
Fetches a persistent object from the database.
fetch(StateManager, int[]) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
fetchBooleanField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchBooleanField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchBooleanField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchBooleanField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchByteField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchByteField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchByteField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchByteField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchCharField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchCharField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchCharField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchCharField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchDoubleField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchDoubleField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchDoubleField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchDoubleField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchFloatField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchFloatField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchFloatField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchFloatField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchIntField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchIntField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchIntField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchIntField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchLongField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchLongField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchLongField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchLongField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchObject(StateManager) - Method in class com.triactive.jdo.store.mapping.ComplexMapping
Fetchs an object from the database.
fetchObject(StateManager) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
fetchObject(StateManager) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
fetchObjectField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchObjectField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchObjectField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchObjectField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchShortField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchShortField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchShortField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchShortField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
fetchStringField(int) - Method in class com.triactive.jdo.AbstractFieldManager
 
fetchStringField(int) - Method in interface com.triactive.jdo.FieldManager
 
fetchStringField(int) - Method in class com.triactive.jdo.GenericFieldManager
 
fetchStringField(int) - Method in class com.triactive.jdo.store.ResultSetGetter
 
field - Variable in class com.triactive.jdo.model.FieldMetaData
 
field - Variable in class com.triactive.jdo.store.request.Request.IdTblFld
 
field - Variable in class com.triactive.jdo.store.request.Request.IdTblTblFld
 
fieldMappings - Variable in class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
fieldName - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
fieldNumbers - Variable in class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
fields - Variable in class com.triactive.jdo.store.request.Request.IdTblFlds
 
filter - Variable in class com.triactive.jdo.store.query.Query
 
filterCondition - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Filter condition, if any.
finalize() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
findSchemaName(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ProbeTable
 
findStateManager(Object) - Method in interface com.triactive.jdo.PersistenceManager
Finds the StateManager for a given object.
findStateManager(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
Returns the StateManager for a given object.
findStateManagers(Collection) - Method in interface com.triactive.jdo.PersistenceManager
Finds the StateManagers for a collection of objects.
findStateManagers(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
Finds the StateManagers for a collection of objects.
fixedPrecScale - Variable in class com.triactive.jdo.store.adapter.TypeInfo
true indicates the type can be assigned a fixed scale value, such as for decimal or currency types, false otherwise.
fkColumnName - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The foreign key column name.
fkName - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The foreign key name.
fkTableCat - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The foreign key table catalog, which may be null.
fkTableName - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The foreign key table name.
fkTableSchem - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The foreign key table schema, which may be null.
flush() - Method in interface com.triactive.jdo.StateManager
 
flush() - Method in class com.triactive.jdo.state.StateManagerImpl
Flushes any dirty fields to the data store.
flushDirty() - Method in interface com.triactive.jdo.PersistenceManager
Causes any dirty state manager to be updated in storage.
flushDirty() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
fmd - Variable in class com.triactive.jdo.store.mapping.Mapping
The metadata for the persistent field mapped by this mapping, or null if not mapping a persistent field.
forCandidateKey(BaseTable, int) - Static method in class com.triactive.jdo.store.sql.ConstraintName
Generates a new candidate key constraint name.
forClass(Class) - Static method in class com.triactive.jdo.model.ClassMetaData
 
forDatabase(DatabaseMetaData) - Static method in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
forField(Class, String) - Static method in class com.triactive.jdo.model.FieldMetaData
 
forFieldType(Class) - Static method in class com.triactive.jdo.sco.SCOProcessor
Returns the SCO processor for fields of the given type.
forForeignKey(BaseTable, int) - Static method in class com.triactive.jdo.store.sql.ConstraintName
Generates a new foreign key constraint name.
forPrimaryKey(BaseTable) - Static method in class com.triactive.jdo.store.sql.ConstraintName
Generates a new primary key constraint name.
forTable(BaseTable, boolean, int) - Static method in class com.triactive.jdo.store.sql.IndexName
Generates a new index name.
fromCols - Variable in class com.triactive.jdo.store.sql.expr.Join
 
fromColumns() - Method in class com.triactive.jdo.store.sql.expr.Join
 
fromJavaName(DatabaseAdapter, String) - Static method in class com.triactive.jdo.store.sql.ColumnName
Converts a Java name string to an SQL column name.
fromJavaName(DatabaseAdapter, String) - Static method in class com.triactive.jdo.store.sql.TableName
Converts a Java name string to an SQL table name.
fromJavaName(DatabaseAdapter, SchemaName, String) - Static method in class com.triactive.jdo.store.sql.TableName
Converts a Java name string to an SQL table name.
fromString(DatabaseAdapter, String) - Static method in class com.triactive.jdo.store.sql.CatalogName
Constructs a catalog name from a string.
fromStrings(DatabaseAdapter, String, String) - Static method in class com.triactive.jdo.store.sql.SchemaName
Constructs a schema name from strings.
fromStrings(DatabaseAdapter, String, String, String) - Static method in class com.triactive.jdo.store.sql.TableName
Constructs a table name from strings.
fullName - Variable in class com.triactive.jdo.store.sql.SqlIdentifier
The full identifier value before any truncation.
fullyQualified(StoreManager) - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns a new qualified name object representing this name fully-qualified (if possible) with catalog and schema.
fullyQualified(StoreManager) - Method in class com.triactive.jdo.store.sql.SchemaName
Returns a new schema name object representing this name fully-qualified (if possible) with catalog.

G

GenericFieldManager - class com.triactive.jdo.GenericFieldManager.
An abstract base class for a field manager that deals with all fields as generic Objects.
GenericFieldManager() - Constructor for class com.triactive.jdo.GenericFieldManager
 
get(Object) - Method in class com.triactive.jdo.sco.HashMap
 
get(Object) - Method in class com.triactive.jdo.sco.Hashtable
 
get(int) - Method in class com.triactive.jdo.util.IntArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class com.triactive.jdo.util.SoftHashMap
Returns the value to which the specified key is mapped in this soft hash map, or null if the map contains no mapping for this key.
getAbsoluteFieldNumber(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getAddCandidateKeyStatement(ConstraintName, CandidateKey) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to add a candidate key to its table.
getAddForeignKeyStatement(ConstraintName, ForeignKey) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to add a foreign key to its table.
getAddPrimaryKeyStatement(ConstraintName, PrimaryKey) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to add a primary key to its table.
getAllFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getAllTableMetadata(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
getAllTableMetadata(String, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
getArrayMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getAutoCreateTables() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getAutoCreateTables() - Method in interface com.triactive.jdo.SchemaManagementOptions
Returns whether or not to automatically create any missing database objects (tables, constraints, indexes, etc.).
getBackingMap(Object, String) - Method in class com.triactive.jdo.sco.SCOProcessor.MapProcessor
Returns the backing store for the specified Map field.
getBackingMap(StateManager) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
getBackingSet(Object, String) - Method in class com.triactive.jdo.sco.SCOProcessor.SetProcessor
Returns the backing store for the specified Collection or Set field.
getBackingSet(StateManager) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
getBestIdentifyingPatterns() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a database identifier containing patterns with which to identify which databases are best supported by this adapter.
getBestIdentifyingPatterns() - Method in class com.triactive.jdo.store.adapter.HsqldbAdapter
 
getBoolean(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
getBoolean(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getBooleanFalseValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanBitColumnLiteral
Return the String value for FALSE in the database.
getBooleanFalseValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanCharColumnLiteral
Return the String value for FALSE in the database.
getBooleanFalseValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
Return the String value for FALSE in the database.
getBooleanField(PersistenceCapable, int, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getBooleanTrueValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanBitColumnLiteral
Return the String value for TRUE in the database.
getBooleanTrueValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanCharColumnLiteral
Return the String value for TRUE in the database.
getBooleanTrueValue() - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
Return the String value for TRUE in the database.
getByte(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
getByte(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getByteField(PersistenceCapable, int, byte) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getCandidateClass() - Method in class com.triactive.jdo.sco.HashSet
 
getCandidateClass() - Method in class com.triactive.jdo.store.query.Query
Get the class of the candidate instances of the query.
getCandidateClass() - Method in interface com.triactive.jdo.store.query.Queryable
Returns the default class of candidate objects contained in this queryable collection.
getCatalogName() - Method in interface com.triactive.jdo.SchemaManager
Returns the name of the database catalog.
getCatalogName() - Method in class com.triactive.jdo.store.StoreManager
 
getCatalogName() - Method in class com.triactive.jdo.store.sql.SchemaName
Returns the catalog name part of this schema name.
getChar(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
getChar(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getCharField(PersistenceCapable, int, char) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getClassBaseTable(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the primary table serving as backing for the given class.
getClassFinder() - Method in class com.triactive.jdo.store.StoreManager
Returns the class finder to be used for all lookup of classes associated with this store manager.
getClassID() - Method in class com.triactive.jdo.store.OID
Returns the class ID portion of the OID.
getClassId(Class) - Method in interface com.triactive.jdo.SchemaManager
Returns the class ID number for the specified persistence-capable class.
getClassId(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the class ID for the given class.
getClassMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getClassMetaData() - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
getClassMetaData() - Method in interface com.triactive.jdo.store.sql.ClassTable
 
getClassMetaData() - Method in class com.triactive.jdo.store.sql.ClassView
 
getClassTable(int, Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the class table having the given class ID.
getCollectionMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getColumn() - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Returns the column this object is mapped to, if any.
getColumn(Column) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns a query column object for the specified column in the default table expression.
getColumn(CorrelationName, Column) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns a query column object for the specified column in the specified table expression.
getColumn(Column) - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
getColumnInfo(TableName) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the column info for a database table.
getColumnInfo(TableName, Connection) - Method in class com.triactive.jdo.store.adapter.CatalogInfoCache
Returns the column info for a database table.
getColumnList() - Method in class com.triactive.jdo.store.sql.Key
 
getColumnList(Collection) - Static method in class com.triactive.jdo.store.sql.Key
 
getColumnMapping() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
getColumnMapping() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns the preferred mapping for this expression if it is a column mapping.
getColumns() - Method in class com.triactive.jdo.store.sql.Key
 
getColumns(Column[]) - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
getConnection() - Method in class com.triactive.jdo.DriverManagerDataSource
 
getConnection(String, String) - Method in class com.triactive.jdo.DriverManagerDataSource
 
getConnection(boolean) - Method in interface com.triactive.jdo.PersistenceManager
Obtains a JDBC connection to the data store.
getConnection(boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getConnection(boolean) - Method in interface com.triactive.jdo.Transaction
 
getConnection(int) - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
Acquires a connection from the underlying data source and initializes it, if necessary.
getConnection() - Method in class com.triactive.jdo.store.RetryableTransaction
Returns the JDBC connection currently being used by the transaction.
getConnectionDriverName() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the driver name for the data store connection.
getConnectionFactory() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the data store connection factory.
getConnectionFactory() - Method in class com.triactive.jdo.store.RetryableTransaction
Returns the connection factory from which this object obtains its JDBC connections.
getConnectionFactory() - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
 
getConnectionFactory2() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the second data store connection factory.
getConnectionFactory2Name() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the name for the second data store connection factory.
getConnectionFactoryName() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the name for the data store connection factory.
getConnectionURL() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the URL for the data store connection.
getConnectionUserName() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the user name for the data store connection.
getCorrelatedColumns() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns a set containing all the correlated (ie superquery) columns referenced in this statement.
getCreateIndexStatement(IndexName, Index) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to add an index to its table.
getCreateTableStatement(BaseTable, Column[]) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to create the given table having the given columns.
getCurrentTimestamp() - Method in interface com.triactive.jdo.SchemaManager
Returns a timestamp reflecting the database's current date and time.
getCurrentTimestamp(Connection) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a timestamp reflecting the database's current date and time.
getDatabaseAdapter() - Method in class com.triactive.jdo.store.RetryableTransaction
Returns the database adapter associated with connections provided by this object's connection factory.
getDatabaseAdapter() - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
 
getDatabaseAdapter() - Method in class com.triactive.jdo.store.StoreManager
Returns the database adapter used by this store manager.
getDatabaseAdapter() - Method in interface com.triactive.jdo.store.sql.Table
 
getDatabaseAdapter() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Convenience method to return the associated store manager's database adapter.
getDatabaseUrl() - Method in interface com.triactive.jdo.SchemaManager
Returns the connection URL for the database.
getDatabaseUrl() - Method in class com.triactive.jdo.store.StoreManager
 
getDate(ResultSet, int) - Method in class com.triactive.jdo.store.mapping.SqlDateMapping
 
getDefaultFetchGroupFieldFlags() - Method in class com.triactive.jdo.model.ClassMetaData
 
getDefaultFetchGroupFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getDefaultMappingsByType() - Static method in class com.triactive.jdo.store.mapping.Mapping
Returns the default map of Java types to Mapping classes.
getDefaultTableExpression() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the "default" table expression in the statement.
getDocumentBuilder() - Static method in class com.triactive.jdo.util.XMLHelper
Obtain a DocumentBuilder to parse XML files.
getDouble(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getDouble(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
getDoubleField(PersistenceCapable, int, double) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getDropForeignKeyStatement(BaseTable, ConstraintName) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to drop a foreign key from its table.
getDropForeignKeyStatement(BaseTable, ConstraintName) - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to drop the given table.
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.adapter.HsqldbAdapter
 
getDropTableStatement(BaseTable) - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
getDropViewStatement(View) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL to drop the given view.
getElementColumnOptions() - Method in class com.triactive.jdo.model.ArrayMetaData
 
getElementColumnOptions() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getElementMapping() - Method in class com.triactive.jdo.store.sql.SetTable
 
getElementType() - Method in class com.triactive.jdo.model.ArrayMetaData
 
getElementType() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getElementType() - Method in class com.triactive.jdo.sco.HashSet
 
getElementType() - Method in interface com.triactive.jdo.sco.SCOCollection
Returns the type of elements in this collection.
getElementType() - Method in interface com.triactive.jdo.store.CollectionStore
Returns the type of elements stored in the collection.
getElementType() - Method in class com.triactive.jdo.store.ManyToManySetStore
Returns the type of elements stored in the collection.
getElementType() - Method in class com.triactive.jdo.store.OneToManySetStore
Returns the type of elements stored in the collection.
getElementType() - Method in interface com.triactive.jdo.store.PersistentSet
Returns the type of elements in this set.
getExtent(Class, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getExtent(PersistenceManager, Class, boolean) - Method in class com.triactive.jdo.store.StoreManager
 
getFetchSize() - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default JDBC fetch size for all PersistenceManagers obtained from this factory.
getFetchSize() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getFetchSize() - Method in interface com.triactive.jdo.Transaction
 
getField(int) - Method in interface com.triactive.jdo.StateManager
 
getField() - Method in class com.triactive.jdo.model.FieldMetaData
 
getField(int) - Method in class com.triactive.jdo.state.StateManagerImpl
Reads the current value of the specified field.
getFieldAbsolute(int) - Method in class com.triactive.jdo.model.ClassMetaData
 
getFieldCount() - Method in class com.triactive.jdo.model.ClassMetaData
 
getFieldMapping(int) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
getFieldMapping(String) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
getFieldMapping(int) - Method in interface com.triactive.jdo.store.sql.ClassTable
 
getFieldMapping(String) - Method in interface com.triactive.jdo.store.sql.ClassTable
 
getFieldMapping(int) - Method in class com.triactive.jdo.store.sql.ClassView
 
getFieldMapping(String) - Method in class com.triactive.jdo.store.sql.ClassView
 
getFieldMetaData() - Method in class com.triactive.jdo.store.mapping.Mapping
Returns the field metadata for the field that this mapping maps to the database.
getFieldName() - Method in interface com.triactive.jdo.SCO
Returns the field name in the owner object.
getFieldName() - Method in class com.triactive.jdo.sco.Date
 
getFieldName() - Method in class com.triactive.jdo.sco.HashMap
 
getFieldName() - Method in class com.triactive.jdo.sco.HashSet
 
getFieldName() - Method in class com.triactive.jdo.sco.Hashtable
 
getFieldName() - Method in class com.triactive.jdo.sco.SqlDate
 
getFieldName() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
getFieldRelative(int) - Method in class com.triactive.jdo.model.ClassMetaData
 
getFloat(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getFloat(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
getFloatField(PersistenceCapable, int, float) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getForceConnectionInit() - Method in interface com.triactive.jdo.PersistenceManagerFactory
The ForceConnectionInit setting for all PersistenceManagers obtained from this factory.
getForceConnectionInit() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getForcedInitialization() - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
When true, every returned connection is forcibly initialized with setAutoCommit() and setTransactionIsolation().
getForeignKeyInfo(TableName) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the foreign key info for a database table.
getForeignKeyInfo(TableName, Connection) - Method in class com.triactive.jdo.store.adapter.CatalogInfoCache
Returns the foreign key info for a database table.
getIDMapping() - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
getIdentifier() - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns the identifier part of this qualified name.
getIdentifier() - Method in class com.triactive.jdo.store.sql.SchemaName
Returns the identifier part of this schema name.
getIdentifierQuoteString() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getIdentityClass() - Method in class com.triactive.jdo.model.ClassMetaData
 
getIdentityType() - Method in class com.triactive.jdo.model.ClassMetaData
 
getIgnoreCache() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreCache() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getIgnoreCache() - Method in class com.triactive.jdo.store.query.Query
Get the ignoreCache option setting.
getIndexInfo(TableName) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the index info for a database table.
getIndexInfo(TableName, Connection) - Method in class com.triactive.jdo.store.adapter.CatalogInfoCache
Returns the index info for a database table.
getInheritedFieldCount() - Method in class com.triactive.jdo.model.ClassMetaData
 
getInstance(ClassBaseTable, Table, ColumnMapping, ColumnMapping, ColumnMapping) - Static method in class com.triactive.jdo.store.ManyToManyMapStore
Returns a many-to-many map store.
getInstance(ClassBaseTable, Table, ColumnMapping, ColumnMapping) - Static method in class com.triactive.jdo.store.ManyToManySetStore
Returns a many-to-many set store.
getInstance(ClassBaseTable, ClassBaseTable, int, int) - Static method in class com.triactive.jdo.store.OneToManyMapStore
Returns a one-to-many map store.
getInstance(ClassBaseTable, ClassBaseTable, int) - Static method in class com.triactive.jdo.store.OneToManySetStore
Returns a one-to-many set store.
getInstance(PersistenceManagerFactoryImpl, String, String) - Static method in class com.triactive.jdo.store.StoreManager
Obtains a store manager instance.
getInstance(Connection) - Static method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a DatabaseAdapter object appropriate for the database currently underlying the given Connection.
getInstance() - Static method in class com.triactive.jdo.store.request.RequestCache
Returns the singleton instance of the request cache.
getInstance() - Static method in class com.triactive.jdo.util.ClassFinder
Returns the class finder instance associated with the context class loader of the calling thread.
getInstance(ClassLoader) - Static method in class com.triactive.jdo.util.ClassFinder
Returns the class finder instance associated with the specified class loader.
getInt(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getInt(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
getIntField(PersistenceCapable, int, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getInverseField() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getInverseField() - Method in class com.triactive.jdo.model.MapMetaData
 
getJDBCTypeName(int) - Static method in class com.triactive.jdo.store.adapter.TypeInfo
Returns the string name of the Java constant that equals the given JDBC type number type.
getJDBCTypeNames(int[]) - Static method in class com.triactive.jdo.store.adapter.TypeInfo
Returns a string containing a series of Java constant names for the JDBC type numbers in types.
getJavaName() - Method in class com.triactive.jdo.model.ArrayMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.ClassMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.FieldMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.MapMetaData
 
getJavaName() - Method in class com.triactive.jdo.model.MetaData
 
getJavaName(int, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
getJavaType() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.Body
Returns the corresponding Java type of the expression.
getJavaType() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
getJavaType() - Method in class com.triactive.jdo.store.sql.expr.ObjectReferenceExpression
 
getJavaType() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns the corresponding Java type of this expression.
getJdbcTrace() - Method in interface com.triactive.jdo.PersistenceManagerFactory
The JDBC trace options for all PersistenceManagers obtained from this factory.
getJdbcTrace() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getJoinConditions() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the join conditions to be prefixed on the WHERE clause.
getKeyColumnOptions() - Method in class com.triactive.jdo.model.MapMetaData
 
getKeyField() - Method in class com.triactive.jdo.model.MapMetaData
 
getKeyMapping() - Method in class com.triactive.jdo.store.sql.MapTable
 
getKeyType() - Method in class com.triactive.jdo.model.MapMetaData
 
getKeyType() - Method in class com.triactive.jdo.sco.HashMap
 
getKeyType() - Method in class com.triactive.jdo.sco.Hashtable
 
getKeyType() - Method in interface com.triactive.jdo.sco.SCOMap
Returns the type of keys in this map.
getKeyType() - Method in class com.triactive.jdo.store.ManyToManyMapStore
Returns the type of keys stored in the Map fields.
getKeyType() - Method in interface com.triactive.jdo.store.MapStore
Returns the type of keys stored in the Map fields.
getKeyType() - Method in class com.triactive.jdo.store.OneToManyMapStore
Returns the type of keys stored in the Map fields.
getKeyType() - Method in interface com.triactive.jdo.store.PersistentMap
Returns the type of keys in this map.
getLength() - Method in interface com.triactive.jdo.model.ColumnOptions
 
getLength() - Method in class com.triactive.jdo.model.FieldMetaData
 
getLengthType() - Method in class com.triactive.jdo.store.sql.Column
 
getLogExecutionFailures() - Method in class com.triactive.jdo.jdbc.trace.Trace
When true, any SQL statement whose execution throws a SQLException is logged at ERROR level.
getLogExecutionTimes() - Method in class com.triactive.jdo.jdbc.trace.Trace
When true, each SQL statement is logged at INFO level upon successful execution, along with the execution time in milliseconds.
getLogWarnings() - Method in class com.triactive.jdo.jdbc.trace.Trace
When true, all SQLWarning objects occurring on a Connection, Statement, or ResultSet are logged at WARN level.
getLogWriter() - Method in class com.triactive.jdo.DriverManagerDataSource
 
getLoginTimeout() - Method in class com.triactive.jdo.DriverManagerDataSource
 
getLong(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getLong(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
getLongField(PersistenceCapable, int, long) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getMapMetaData() - Method in class com.triactive.jdo.model.FieldMetaData
 
getMapping() - Method in class com.triactive.jdo.store.sql.Column
 
getMapping() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.Body
Returns the preferred mapping for mapping this expression to/from Java objects.
getMapping() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
getMapping() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns the preferred mapping for mapping this expression to/from Java objects.
getMaxCatalogNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxColumnNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxConstraintNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxCorrelationNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxIndexNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxPool() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the MaxPool setting for the PersistenceManager pool for this factory.
getMaxPreparedStatementParameters() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxSchemaNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMaxTableNameLength() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
getMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.MapLiteral
 
getMinPool() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the MinPool setting for the PersistenceManager pool for this factory.
getMsWait() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the MsWait setting for the PersistenceManager pool for this factory.
getMultithreaded() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getMultithreaded() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getName() - Method in class com.triactive.jdo.model.FieldMetaData
 
getName() - Method in class com.triactive.jdo.store.query.result.NamedResultExpression
Returns the name of this result expression.
getName() - Method in class com.triactive.jdo.store.sql.Column
 
getName() - Method in interface com.triactive.jdo.store.sql.Table
 
getNextOIDHiValue(int, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
getNontransactionalConnectionFactory() - Method in class com.triactive.jdo.store.StoreManager
Returns the connection factory to be used for non-transactional access.
getNontransactionalDataSource() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Returns the data source to be used for non-transactional access.
getNontransactionalRead() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNullValueHandling() - Method in class com.triactive.jdo.model.FieldMetaData
 
getOIDGenerator(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the OID generator for the specified class.
getObject() - Method in interface com.triactive.jdo.StateManager
 
getObject() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.BigDecimalMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.BigIntegerMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ByteArrayMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.DateMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.OIDMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
 
getObject(PersistenceManager, ResultSet, int, int[], FieldManager) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
Gets the value of the designated column in the current row of a ResultSet object as a Java object.
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.SqlDateMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
getObject(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
getObjectById(Object, Class, boolean) - Method in interface com.triactive.jdo.PersistenceManager
Locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Object, Class, int[], FieldManager) - Method in interface com.triactive.jdo.PersistenceManager
Locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Object, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectById(Object, Class, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectById(Object, Class, int[], FieldManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectField(PersistenceCapable, int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getObjectId(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getObjectId() - Method in interface com.triactive.jdo.StateManager
 
getObjectId() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getObjectId(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getObjectIdClass(Class) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getOptimistic() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOptions() - Method in class com.triactive.jdo.store.StoreManager
Returns the current schema management options for the calling thread.
getOrderedClassNames(String[]) - Static method in class com.triactive.jdo.enhance.Enhancer
Returns a list of all classes declared in the given metadata files, ordered such that all superclasses occur before their subclasses.
getOwnedByCollection() - Method in class com.triactive.jdo.model.FieldMetaData
 
getOwnedByMap() - Method in class com.triactive.jdo.model.FieldMetaData
 
getOwner() - Method in interface com.triactive.jdo.SCO
Returns the owner object of the SCO instance.
getOwner() - Method in class com.triactive.jdo.sco.Date
 
getOwner() - Method in class com.triactive.jdo.sco.HashMap
 
getOwner() - Method in class com.triactive.jdo.sco.HashSet
 
getOwner() - Method in class com.triactive.jdo.sco.Hashtable
 
getOwner() - Method in class com.triactive.jdo.sco.SqlDate
 
getOwner() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
getOwnerField() - Method in class com.triactive.jdo.model.CollectionMetaData
 
getOwnerField() - Method in class com.triactive.jdo.model.MapMetaData
 
getOwnerMapping() - Method in class com.triactive.jdo.store.sql.MapTable
 
getOwnerMapping() - Method in class com.triactive.jdo.store.sql.SetTable
 
getPCClass() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPCSuperclass() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPackageName() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPersistenceManager() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get an instance of PersistenceManager from this factory.
getPersistenceManager(String, String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get an instance of PersistenceManager from this factory.
getPersistenceManager() - Method in interface com.triactive.jdo.StateManager
 
getPersistenceManager(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Return the PersistenceManager that owns this instance.
getPersistenceManager() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getPersistenceManager() - Method in class com.triactive.jdo.store.query.Query
Get the PersistenceManager associated with this Query.
getPersistenceManagerFactory(Properties) - Static method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Return a new PersistenceManagerFactoryImpl with options set according to the given Properties.
getPersistenceManagerFactory() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getPersistenceModifier() - Method in class com.triactive.jdo.model.FieldMetaData
 
getPersistentFieldFlags() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPersistentFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getPrecision() - Method in interface com.triactive.jdo.model.ColumnOptions
 
getPrecision() - Method in class com.triactive.jdo.model.FieldMetaData
 
getPrecision() - Method in class com.triactive.jdo.store.sql.Column
 
getPrimaryKeyInfo(TableName) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the primary key info for a database table.
getPrimaryKeyInfo(TableName, Connection) - Method in class com.triactive.jdo.store.adapter.CatalogInfoCache
Returns the primary key info for a database table.
getProperties() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Return non-configurable properties of this PersistenceManagerFactory.
getQueryCurrentSchemaNameStatement() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a statement that will return the name of the current schema.
getQueryCurrentSchemaNameStatement() - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
getQueryCurrentTimestampStatement() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a statement that will return a timestamp reflecting the database's current date and time.
getQueryCurrentTimestampStatement() - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
getQueryCurrentTimestampStatement() - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
getQueryStatement() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.Body
Returns the query statement to which the expression belongs.
getQueryStatement() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
getQueryStatement() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Returns the query statement to which this query column belongs.
getQueryStatement() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the query statement to which this statement belongs, if any.
getQueryStatement() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns the query statement to which this expression belongs.
getQueryStatement() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
getRangeVariable() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Returns the range variable (table alias) for the column in its query statement.
getReferencedClasses(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getReferencedColumn() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.SimpleColumnReference
Returns the single query column referenced by this expression.
getReferencedColumns() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.SubqueryExpression
Returns the query columns in this query referenced by this expression.
getReferencedColumns() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
getReferencedColumns() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a set containing all the query columns referenced by this expression.
getReferencedType(String, ClassMetaData) - Static method in class com.triactive.jdo.model.MetaData
 
getRelativeFieldNumber(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getRequest(Request.Id) - Method in class com.triactive.jdo.store.request.RequestCache
Returns a request object having the given request identifier.
getRestoreValues() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default RestoreValues setting for all PersistenceManager instances obtained from this factory.
getResultExpression(ResultSetMetaData) - Method in class com.triactive.jdo.store.query.JdoqlQuery
 
getResultExpression(ResultSetMetaData) - Method in class com.triactive.jdo.store.query.Query
 
getResultExpression(ResultSetMetaData) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
 
getResultSetType() - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default result set type for all PersistenceManagers obtained from this factory.
getResultSetType() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getResultSetType() - Method in interface com.triactive.jdo.Transaction
 
getResultType() - Method in class com.triactive.jdo.store.query.result.NamedResultExpression
 
getResultType() - Method in class com.triactive.jdo.store.query.result.ResultAsOther
 
getResultType() - Method in class com.triactive.jdo.store.query.result.ResultByConstructor
 
getResultType() - Method in class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
getResultType() - Method in interface com.triactive.jdo.store.sql.expr.ResultExpression
Returns the type of objects produced by this result expression.
getRetainValues() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getSCOClass() - Method in class com.triactive.jdo.store.SCOID
Returns the class of the object identified by this SCOID.
getScale() - Method in interface com.triactive.jdo.model.ColumnOptions
 
getScale() - Method in class com.triactive.jdo.model.FieldMetaData
 
getScale() - Method in class com.triactive.jdo.store.sql.Column
 
getSchemaManager(PersistenceManager) - Static method in class com.triactive.jdo.SchemaManagerFactory
Returns a schema manager for the specified persistence manager.
getSchemaName() - Method in interface com.triactive.jdo.SchemaManager
Returns the name of the database schema.
getSchemaName() - Method in class com.triactive.jdo.store.StoreManager
 
getSchemaName(Connection) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns name of the current schema on the specified connection.
getSchemaName() - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns the (catalog and) schema name part of this qualified name.
getSchemaName() - Method in class com.triactive.jdo.store.sql.SchemaTable
 
getSchemaTable(boolean) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the schema table (JDO_TABLE).
getSecondClassMutableFieldFlags() - Method in class com.triactive.jdo.model.ClassMetaData
 
getSecondClassMutableFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getShort(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getShort(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
getShortField(PersistenceCapable, int, short) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getSourceURL() - Method in class com.triactive.jdo.model.ClassMetaData
 
getSqlAddFKStatements(Map) - Method in class com.triactive.jdo.store.sql.BaseTable
 
getSqlCreateIndexStatements(Map) - Method in class com.triactive.jdo.store.sql.BaseTable
 
getSqlCreateStatements(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
getSqlCreateStatements(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ClassView
 
getSqlCreateStatements(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.View
 
getSqlDefinition() - Method in class com.triactive.jdo.store.sql.Column
Returns a SQL DDL string defining this column as would be included in a CREATE TABLE statement.
getSqlDropStatements(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
getSqlDropStatements(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.View
 
getSqlIdentifierSuffix(DatabaseAdapter, Class) - Method in class com.triactive.jdo.store.sql.Role
 
getSqlInsertionValue() - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Returns the SQL text to be included in INSERT statements when inserting a value into this mapping's column.
getSqlInsertionValue() - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
getSqlInsertionValue() - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
getSqlPostProcessor() - Method in class com.triactive.jdo.model.ClassMetaData
 
getSqlState(SQLException) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a SqlState object for the specified SQLException, if one is present and valid.
getSqlState(SQLException) - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
getSqlUpdateValue() - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Returns the SQL text to be included in UPDATE statements when updating a value in this mapping's column.
getSqlUpdateValue() - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
getSqlUpdateValue() - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
getStatementText() - Method in class com.triactive.jdo.store.query.JdoqlQuery
 
getStatementText() - Method in class com.triactive.jdo.store.query.Query
 
getStatementText() - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
 
getStoreManager() - Method in interface com.triactive.jdo.PersistenceManager
Returns the store manager used for storage by this persistence manager.
getStoreManager() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getStoreManager() - Method in interface com.triactive.jdo.StateManager
 
getStoreManager() - Method in class com.triactive.jdo.state.StateManagerImpl
 
getStoreManager() - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the store manager that initiated this transaction.
getStoreManager() - Method in class com.triactive.jdo.store.query.Query
Get the StoreManager associated with this Query.
getStoreManager() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the associated store manager.
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.OracleStringMapping
 
getString(PersistenceManager, ResultSet, int) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
getStringField(PersistenceCapable, int, String) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable if the value for the specified field is not cached (i.e., StateManager.isLoaded() fails).
getSupertable() - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
getTable(TableName) - Method in class com.triactive.jdo.store.StoreManager
Returns the table having the given SQL name, if any.
getTable(int) - Method in class com.triactive.jdo.store.StoreManager
Returns the table having the given table ID.
getTable(MetaData) - Method in class com.triactive.jdo.store.StoreManager
Returns the table having the given metadata, if any.
getTable(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns the primary table serving as backing for the given class.
getTable() - Method in class com.triactive.jdo.store.sql.Column
 
getTable() - Method in class com.triactive.jdo.store.sql.Key
 
getTableCatalog() - Method in class com.triactive.jdo.store.adapter.CatalogInfo
 
getTableCatalog() - Method in class com.triactive.jdo.store.adapter.ColumnInfo
 
getTableCatalog() - Method in class com.triactive.jdo.store.adapter.ForeignKeyInfo
 
getTableCatalog() - Method in class com.triactive.jdo.store.adapter.IndexInfo
 
getTableCatalog() - Method in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
 
getTableCatalog() - Method in class com.triactive.jdo.store.adapter.TableInfo
 
getTableExpression() - Method in class com.triactive.jdo.store.sql.expr.FcoExpression
 
getTableExpression() - Method in class com.triactive.jdo.store.sql.expr.ObjectDatastoreIdExpression
 
getTableExpression() - Method in class com.triactive.jdo.store.sql.expr.ObjectNondurableIdExpression
 
getTableExpression(CorrelationName) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the table expression associated with the range variable rangeVar.
getTableExpressions() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns all the table expressions in the statement.
getTableInfo(TableName, Connection) - Method in class com.triactive.jdo.store.adapter.CatalogInfoCache
Returns the table info for a database table.
getTableMetadata(MetaData, StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
Retrieve the TableMetadata for the given MetaData.
getTableName() - Method in class com.triactive.jdo.store.adapter.CatalogInfo
 
getTableName() - Method in class com.triactive.jdo.store.adapter.ColumnInfo
 
getTableName() - Method in class com.triactive.jdo.store.adapter.ForeignKeyInfo
 
getTableName() - Method in class com.triactive.jdo.store.adapter.IndexInfo
 
getTableName() - Method in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
 
getTableName() - Method in class com.triactive.jdo.store.adapter.TableInfo
 
getTableSchema() - Method in class com.triactive.jdo.store.adapter.CatalogInfo
 
getTableSchema() - Method in class com.triactive.jdo.store.adapter.ColumnInfo
 
getTableSchema() - Method in class com.triactive.jdo.store.adapter.ForeignKeyInfo
 
getTableSchema() - Method in class com.triactive.jdo.store.adapter.IndexInfo
 
getTableSchema() - Method in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
 
getTableSchema() - Method in class com.triactive.jdo.store.adapter.TableInfo
 
getTableType(TableName) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Returns the type of a database table.
getTimestamp(ResultSet, int) - Method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
getTraceOptions() - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
Returns the JDBC trace options.
getTransactionIsolation() - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default transaction isolation level for all PersistenceManagers obtained from this factory.
getTransactionIsolation() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getTransactionIsolation() - Method in interface com.triactive.jdo.Transaction
 
getTransactionalConnectionFactory() - Method in class com.triactive.jdo.store.StoreManager
Returns the connection factory to be used for transactional access.
getTransactionalDataSource() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Returns the data source to be used for transactional access.
getTransactionalFieldFlags() - Method in class com.triactive.jdo.model.ClassMetaData
 
getTransactionalFieldNumbers() - Method in class com.triactive.jdo.model.ClassMetaData
 
getTransactionalObjectId(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getTransactionalObjectId(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getTruthTest() - Method in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
Represents the sense of the boolean expression.
getType() - Method in class com.triactive.jdo.model.FieldMetaData
 
getType() - Method in class com.triactive.jdo.store.mapping.Mapping
Return the Class that this Mapping maps to the database.
getType() - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
getType() - Method in interface com.triactive.jdo.store.sql.ClassTable
 
getType() - Method in class com.triactive.jdo.store.sql.ClassView
 
getTypeInfo(int) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns type information for the database type that best implements the given JDBC type.
getTypeInfo(int[]) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns type information for the first one of the given candidate JDBC data types supported by this database.
getTypeInfo() - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Returns the actual SQL type used by this mapping.
getTypeInfo() - Method in class com.triactive.jdo.store.sql.Column
 
getUnderlyingColumn() - Method in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
Returns an SQL expression representing an unadorned reference to the underlying non-boolean column.
getUnique() - Method in class com.triactive.jdo.store.sql.Index
 
getUnlimitedLengthPrecisionValue(TypeInfo) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the precision value to be used when creating string columns of "unlimited" length.
getUnlimitedLengthPrecisionValue(TypeInfo) - Method in class com.triactive.jdo.store.adapter.PointBaseAdapter
 
getUserObject() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
getValidateConstraints() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getValidateConstraints() - Method in interface com.triactive.jdo.SchemaManagementOptions
Returns whether or not to automatically validate the existence of all appropriate foreign key constraints and indexes.
getValidateTables() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
getValidateTables() - Method in interface com.triactive.jdo.SchemaManagementOptions
Returns whether or not to automatically validate the structure of all database tables to ensure they're compatible with the Java classes.
getValueColumnOptions() - Method in class com.triactive.jdo.model.MapMetaData
 
getValueMapping() - Method in class com.triactive.jdo.store.sql.MapTable
 
getValueType() - Method in class com.triactive.jdo.model.MapMetaData
 
getValueType() - Method in class com.triactive.jdo.sco.HashMap
 
getValueType() - Method in class com.triactive.jdo.sco.Hashtable
 
getValueType() - Method in interface com.triactive.jdo.sco.SCOMap
Returns the type of values in this map.
getValueType() - Method in class com.triactive.jdo.store.ManyToManyMapStore
Returns the type of values stored in the Map fields.
getValueType() - Method in interface com.triactive.jdo.store.MapStore
Returns the type of values stored in the Map fields.
getValueType() - Method in class com.triactive.jdo.store.OneToManyMapStore
Returns the type of values stored in the Map fields.
getValueType() - Method in interface com.triactive.jdo.store.PersistentMap
Returns the type of values in this map.
getVariableName() - Method in class com.triactive.jdo.store.sql.expr.UnboundVariable
 
getVariableType() - Method in class com.triactive.jdo.store.sql.expr.UnboundVariable
 
getVendorExtension(String, String) - Method in class com.triactive.jdo.model.MetaData
 
getVendorID() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the unique vendor ID for databases served by this adapter.
getViewDefinition(String) - Method in class com.triactive.jdo.model.ClassMetaData
 
getViewImports() - Method in class com.triactive.jdo.model.ClassMetaData
 
groupByList - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The content of the GROUP BY clause, if any.
grouping - Variable in class com.triactive.jdo.store.query.Query
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
gt(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this > expr".
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
gt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
gteq(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this >= expr".
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
gteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 

H

HashMap - class com.triactive.jdo.sco.HashMap.
A mutable second-class HashMap object.
HashMap(Object, String, PersistentMap) - Constructor for class com.triactive.jdo.sco.HashMap
Constructs an SCO HashMap representing an existing persistent map.
HashMap(Object, String, PersistentMap, Map) - Constructor for class com.triactive.jdo.sco.HashMap
Constructs an SCO HashMap having the specified initial contents.
HashSet - class com.triactive.jdo.sco.HashSet.
A mutable second-class HashSet object.
HashSet(Object, String, PersistentSet) - Constructor for class com.triactive.jdo.sco.HashSet
Constructs an SCO HashSet representing an existing persistent set.
HashSet(Object, String, PersistentSet, Collection) - Constructor for class com.triactive.jdo.sco.HashSet
Constructs an SCO HashSet having the specified initial contents.
Hashtable - class com.triactive.jdo.sco.Hashtable.
A mutable second-class Hashtable object.
Hashtable(Object, String, PersistentMap) - Constructor for class com.triactive.jdo.sco.Hashtable
Constructs an SCO Hashtable representing an existing persistent map.
Hashtable(Object, String, PersistentMap, Map) - Constructor for class com.triactive.jdo.sco.Hashtable
Constructs an SCO Hashtable having the specified initial contents.
HsqldbAdapter - class com.triactive.jdo.store.adapter.HsqldbAdapter.
Provides methods for adapting SQL language elements to the hsqldb database.
HsqldbAdapter() - Constructor for class com.triactive.jdo.store.adapter.HsqldbAdapter
 
hasNext() - Method in class com.triactive.jdo.store.sql.expr.BufferedQueryIterator
 
hashCode() - Method in class com.triactive.jdo.DriverManagerDataSource
 
hashCode() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
hashCode() - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.sco.HashMap
 
hashCode() - Method in class com.triactive.jdo.sco.HashSet
 
hashCode() - Method in class com.triactive.jdo.sco.Hashtable
 
hashCode() - Method in class com.triactive.jdo.store.ManyToManyMapStore
 
hashCode() - Method in class com.triactive.jdo.store.ManyToManySetStore
 
hashCode() - Method in class com.triactive.jdo.store.OID
 
hashCode() - Method in class com.triactive.jdo.store.OneToManyMapStore
 
hashCode() - Method in class com.triactive.jdo.store.OneToManySetStore
 
hashCode() - Method in class com.triactive.jdo.store.adapter.ColumnInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
hashCode() - Method in class com.triactive.jdo.store.adapter.ForeignKeyInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.adapter.IndexInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.adapter.TableInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.adapter.TypeInfo
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.mapping.MapMapping
 
hashCode() - Method in class com.triactive.jdo.store.mapping.Mapping
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.mapping.SetMapping
 
hashCode() - Method in class com.triactive.jdo.store.query.Query
 
hashCode() - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
 
hashCode() - Method in class com.triactive.jdo.store.request.Request.IdTbl
 
hashCode() - Method in class com.triactive.jdo.store.request.Request.IdTblFld
 
hashCode() - Method in class com.triactive.jdo.store.request.Request.IdTblFlds
 
hashCode() - Method in class com.triactive.jdo.store.request.Request.IdTblTblFld
 
hashCode() - Method in class com.triactive.jdo.store.sql.BaseTable
 
hashCode() - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
hashCode() - Method in class com.triactive.jdo.store.sql.ClassView
 
hashCode() - Method in class com.triactive.jdo.store.sql.Column
 
hashCode() - Method in class com.triactive.jdo.store.sql.ForeignKey
 
hashCode() - Method in class com.triactive.jdo.store.sql.Index
 
hashCode() - Method in class com.triactive.jdo.store.sql.Key
 
hashCode() - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.sql.SchemaName
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
hashCode() - Method in class com.triactive.jdo.util.ClassFinder
Returns a hash code value for this object.
hashCode() - Method in class com.triactive.jdo.util.IntArrayList
Returns the hash code value for this list.
havingExpr - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The content of the HAVING clause, if any.
hereIsStateManager(StateManager, Object) - Method in interface com.triactive.jdo.PersistenceManager
Called by state managers when their getPersistenceManager() method is called.
hereIsStateManager(StateManager, Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 

I

INNER - Static variable in class com.triactive.jdo.store.sql.expr.JoinType
 
INSUFFICIENT_RESOURCES - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INTERNAL_ERROR - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_CATALOG_NAME - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_CATALOG_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_CHARACTER_SET_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_CONNECTION_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_CURSOR_NAME - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_CURSOR_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_CURSOR_STATE - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_CURSOR_STATE - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_EXCEPTION_NUMBER - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_GRANTOR - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_ROLE_SPECIFICATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_SCHEMA_NAME - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_SCHEMA_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_SQL_DESCRIPTOR_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_SQL_STATEMENT_NAME - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_SQL_STATEMENT_NAME - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_TRANSACTION_INITIATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_TRANSACTION_STATE - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_TRANSACTION_STATE - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
INVALID_TRANSACTION_TERMINATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
INVALID_TRANSACTION_TERMINATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
IllegalArgumentTypeException - exception com.triactive.jdo.store.sql.expr.IllegalArgumentTypeException.
Thrown if a SqlExpression having an illegal type is passed to a method.
IllegalArgumentTypeException(SqlExpression) - Constructor for class com.triactive.jdo.store.sql.expr.IllegalArgumentTypeException
Constructs a illegal argument type exception.
IllegalArgumentsException - exception com.triactive.jdo.sco.IllegalArgumentsException.
An IllegalArgumentsException is thrown if one or more of a set of arguments to an SCO method were illegal.
IllegalArgumentsException(SCO, Throwable[]) - Constructor for class com.triactive.jdo.sco.IllegalArgumentsException
Constructs an illegal arguments exception.
IllegalOperationException - exception com.triactive.jdo.store.sql.expr.IllegalOperationException.
Thrown if an illegal operation is attempted on an SQL expression or a pair of SQL expressions.
IllegalOperationException(String, SqlExpression) - Constructor for class com.triactive.jdo.store.sql.expr.IllegalOperationException
Constructs an illegal operation exception for monadic operators.
IllegalOperationException(SqlExpression, String, SqlExpression) - Constructor for class com.triactive.jdo.store.sql.expr.IllegalOperationException
Constructs an illegal operation exception for dyadic operators.
IllegalStateTransitionException - exception com.triactive.jdo.state.IllegalStateTransitionException.
A IllegalStateTransitionException is thrown if a life-cycle state attempts a transition that is illegal.
IllegalStateTransitionException(LifeCycleState, String, StateManagerImpl) - Constructor for class com.triactive.jdo.state.IllegalStateTransitionException
Constructs an illegal state transition exception.
Imports - class com.triactive.jdo.util.Imports.
 
Imports(ClassFinder, Class) - Constructor for class com.triactive.jdo.util.Imports
 
IncompatibleDataTypeException - exception com.triactive.jdo.store.sql.IncompatibleDataTypeException.
A IncompatibleDataTypeException is thrown if a column is detected to have an incompatible type in the database during schema validation.
IncompatibleDataTypeException(Column, int, int) - Constructor for class com.triactive.jdo.store.sql.IncompatibleDataTypeException
Constructs an incompatible data type exception.
IncompatibleElementTypeException - exception com.triactive.jdo.sco.IncompatibleElementTypeException.
A IncompatibleElementTypeException is thrown if an incompatible element type is used with a second-class Collection instance.
IncompatibleElementTypeException(SCO, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleElementTypeException
Constructs an incompatible element type exception.
IncompatibleFieldTypeException - exception com.triactive.jdo.sco.IncompatibleFieldTypeException.
A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
IncompatibleFieldTypeException(SCO, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleFieldTypeException
Constructs an incompatible field type exception.
IncompatibleKeyTypeException - exception com.triactive.jdo.sco.IncompatibleKeyTypeException.
A IncompatibleKeyTypeException is thrown if an incompatible key type is used with a second-class Map instance.
IncompatibleKeyTypeException(SCO, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleKeyTypeException
Constructs an incompatible key type exception.
IncompatibleQueryElementTypeException - exception com.triactive.jdo.store.query.IncompatibleQueryElementTypeException.
A IncompatibleQueryElementTypeException is thrown if a variable used in a query is detected to have an type incompatible with the element type of the collection to which it is being applied.
IncompatibleQueryElementTypeException(Class, Class) - Constructor for class com.triactive.jdo.store.query.IncompatibleQueryElementTypeException
Constructs an incompatible query element type exception.
IncompatibleTypeException - exception com.triactive.jdo.sco.IncompatibleTypeException.
A IncompatibleTypeException is thrown if an incompatible type is specified as a parameter to a second-class object instance.
IncompatibleTypeException(SCO, String, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleTypeException
Constructs an incompatible type exception.
IncompatibleValueTypeException - exception com.triactive.jdo.sco.IncompatibleValueTypeException.
A IncompatibleValueTypeException is thrown if an incompatible value type is used with a second-class Map instance.
IncompatibleValueTypeException(SCO, Class, Class) - Constructor for class com.triactive.jdo.sco.IncompatibleValueTypeException
Constructs an incompatible value type exception.
Index - class com.triactive.jdo.store.sql.Index.
 
Index(BaseTable, boolean) - Constructor for class com.triactive.jdo.store.sql.Index
 
Index(CandidateKey) - Constructor for class com.triactive.jdo.store.sql.Index
 
Index(ForeignKey) - Constructor for class com.triactive.jdo.store.sql.Index
 
IndexInfo - class com.triactive.jdo.store.adapter.IndexInfo.
Represents the metadata of a specific index column.
IndexInfo(ResultSet) - Constructor for class com.triactive.jdo.store.adapter.IndexInfo
Constructs a index information object from the current row of the given result set.
IndexInfo(String, String, String, boolean, String, String, short, short, String, String, int, int, String) - Constructor for class com.triactive.jdo.store.adapter.IndexInfo
Constructs a index information object from its individual attributes.
IndexName - class com.triactive.jdo.store.sql.IndexName.
An SQL index name.
IndexName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.IndexName
Constructs an index name.
IndexName(DatabaseAdapter, SchemaName, String) - Constructor for class com.triactive.jdo.store.sql.IndexName
Constructs an index name.
InitializedConnectionFactory - class com.triactive.jdo.jdbc.InitializedConnectionFactory.
A factory for JDBC connections that performs some initialization on each returned connection.
InitializedConnectionFactory(DataSource, String, String, boolean, String) - Constructor for class com.triactive.jdo.jdbc.InitializedConnectionFactory
Constructs a new initialized connection factory.
InitializedConnectionFactory.InconsistentConnectionStateException - exception com.triactive.jdo.jdbc.InitializedConnectionFactory.InconsistentConnectionStateException.
 
InitializedConnectionFactory.InconsistentConnectionStateException(String, DataSource) - Constructor for class com.triactive.jdo.jdbc.InitializedConnectionFactory.InconsistentConnectionStateException
 
InsertRequest - class com.triactive.jdo.store.request.InsertRequest.
 
InsertRequest.Id - class com.triactive.jdo.store.request.InsertRequest.Id.
 
InsertRequest.Id(ClassBaseTable) - Constructor for class com.triactive.jdo.store.request.InsertRequest.Id
 
IntArrayList - class com.triactive.jdo.util.IntArrayList.
A variation on the standard ArrayList class that efficiently handles arrays of integers.
IntArrayList() - Constructor for class com.triactive.jdo.util.IntArrayList
Constructs an empty list with an initial capacity of ten.
IntArrayList(int) - Constructor for class com.triactive.jdo.util.IntArrayList
Constructs an empty list with the specified initial capacity.
IntArrayList(int[]) - Constructor for class com.triactive.jdo.util.IntArrayList
Constructs a list containing the elements of the specified array.
IntegerFunction - class com.triactive.jdo.store.sql.expr.fn.IntegerFunction.
 
IntegerFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.IntegerFunction
 
IntegerLiteral - class com.triactive.jdo.store.sql.expr.IntegerLiteral.
 
IntegerLiteral(QueryStatement, int) - Constructor for class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
IntegerLiteral(QueryStatement, Number) - Constructor for class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
IntegerMapping - class com.triactive.jdo.store.mapping.IntegerMapping.
 
IntegerMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.IntegerMapping
 
IntegerMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.IntegerMapping
 
InternPool - class com.triactive.jdo.util.InternPool.
Implements a pool of internalized objects.
InternPool() - Constructor for class com.triactive.jdo.util.InternPool
 
InvalidMetaDataRelationshipException - exception com.triactive.jdo.store.InvalidMetaDataRelationshipException.
A InvalidMetaDataRelationshipException is thrown if the metadata for a persistent field declares a relationship to another field, but the field on the other side has no complementary declaration.
InvalidMetaDataRelationshipException(FieldMetaData, String, FieldMetaData, String) - Constructor for class com.triactive.jdo.store.InvalidMetaDataRelationshipException
Constructs an invalid metadata relationship exception.
InvalidOidInTableException - exception com.triactive.jdo.store.sql.InvalidOidInTableException.
A InvalidOidInTableException is thrown if an OID is found in a table other than those allowed based on it's class ID.
InvalidOidInTableException(OID, Class, ClassBaseTable) - Constructor for class com.triactive.jdo.store.sql.InvalidOidInTableException
Constructs an invalid OID in table exception.
IsNotNullableException - exception com.triactive.jdo.store.sql.IsNotNullableException.
An IsNotNullableException is thrown during schema validation if a column is detected not to allow null values in the database when it should.
IsNotNullableException(Column) - Constructor for class com.triactive.jdo.store.sql.IsNotNullableException
Constructs an is-not-nullable exception.
IsNullableException - exception com.triactive.jdo.store.sql.IsNullableException.
An IsNullableException is thrown during schema validation if a column is detected to allow null values in the database when it should not.
IsNullableException(Column) - Constructor for class com.triactive.jdo.store.sql.IsNullableException
Constructs an is-nullable exception.
idMapping - Variable in class com.triactive.jdo.store.request.Request
The mapping for the table's ID column.
identifier - Variable in class com.triactive.jdo.store.sql.QualifiedName
The identifier part of the qualified name.
identifierQuoteString - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The String used to quote SQL identifiers.
importPackage(Class) - Method in class com.triactive.jdo.util.Imports
 
imports - Variable in class com.triactive.jdo.store.query.Query
 
imports - Variable in class com.triactive.jdo.util.MacroString
 
inRole(Role, Class) - Method in class com.triactive.jdo.store.sql.ColumnName
Returns a new column name equal to this column name plus a role suffix.
indexName - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Index name.
indexOf(int) - Method in class com.triactive.jdo.util.IntArrayList
Searches for the first occurence of the given argument.
indexOfMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
indexOfMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
indexQualifier - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Index catalog (may be null).
initialTableExpr - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The initial table expression, ie the first one in the FROM clause.
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ClassView
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.MapTable
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ProbeTable
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SetTable
 
initialize(StoreManager.MgmtTransaction) - Method in interface com.triactive.jdo.store.sql.Table
 
initialize(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.View
 
initializeConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
initializeConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
initializeConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.MapTable
 
initializeConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.ProbeTable
 
initializeConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SchemaTable
 
initializeConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.SetTable
 
innermostQuery(SqlExpression, SqlExpression) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Returns the innermost query between a pair of SqlExpressions.
innermostQuery(Collection) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Returns the innermost query among all the given SqlExpression.
insert(StateManager) - Method in class com.triactive.jdo.store.StoreManager
Inserts a persistent object into the database.
insert(StateManager) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
insertObject(StateManager, Object) - Method in class com.triactive.jdo.store.mapping.ComplexMapping
Inserts an object in the database.
insertObject(StateManager, Object) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
insertObject(StateManager, Object) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
intValue(String, int) - Static method in class com.triactive.jdo.util.SystemProperty
Returns the value of a system property as an integer.
integerValue() - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
intern() - Method in class com.triactive.jdo.store.sql.BaseTable
 
intern() - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns a canonical representation for the name object.
intern() - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Returns a canonical representation for the identifier object.
intern() - Method in interface com.triactive.jdo.store.sql.Table
Returns a canonical representation for the table object.
intern(Object) - Method in class com.triactive.jdo.util.InternPool
Returns a canonical representation for the specified object.
ior(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
ior(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
 
ior(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
ior(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this || expr".
isBestAdapterFor(DatabaseIdentifier, DatabaseMetaData) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns true if this adapter is best suited for use with the specified database, based on its identifier and/or metadata.
isBinaryType() - Method in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether this type is a binary type.
isClosed() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
isCompatibleWith(ColumnInfo) - Method in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether the type of a given database column is "compatible" with this type.
isDefaultEmbeddedType(Class) - Static method in class com.triactive.jdo.model.Types
 
isDefaultFetchGroupType(Class) - Static method in class com.triactive.jdo.model.Types
 
isDefaultPersistentType(Class) - Static method in class com.triactive.jdo.model.Types
 
isDeleted(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object has been deleted.
isDescending - Variable in class com.triactive.jdo.store.sql.expr.OrderingSpec
Descending order if true, ascending if false.
isDirty(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object is dirty.
isEmbedded() - Method in class com.triactive.jdo.model.FieldMetaData
 
isEmbeddedElement() - Method in class com.triactive.jdo.model.ArrayMetaData
 
isEmbeddedElement() - Method in class com.triactive.jdo.model.CollectionMetaData
 
isEmbeddedElement() - Method in interface com.triactive.jdo.store.CollectionStore
Indicates whether or not elements are "embedded" in the store.
isEmbeddedElement() - Method in class com.triactive.jdo.store.ManyToManySetStore
Indicates whether or not elements are "embedded" in the store. An embedded object is stored by value (SCO), otherwise an OID reference is stored (FCO).
isEmbeddedElement() - Method in class com.triactive.jdo.store.OneToManySetStore
Indicates whether or not elements are "embedded" in the store. An embedded object is stored by value (SCO), otherwise an OID reference is stored (FCO).
isEmbeddedKey() - Method in class com.triactive.jdo.model.MapMetaData
 
isEmbeddedKey() - Method in class com.triactive.jdo.store.ManyToManyMapStore
Indicates whether or not keys are "embedded" in the store. An embedded object is stored by value (SCO), otherwise an OID reference is stored (FCO).
isEmbeddedKey() - Method in interface com.triactive.jdo.store.MapStore
Indicates whether or not keys are "embedded" in the store.
isEmbeddedKey() - Method in class com.triactive.jdo.store.OneToManyMapStore
Indicates whether or not keys are "embedded" in the store. An embedded object is stored by value (SCO), otherwise an OID reference is stored (FCO).
isEmbeddedType(Class) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
isEmbeddedValue() - Method in class com.triactive.jdo.model.MapMetaData
 
isEmbeddedValue() - Method in class com.triactive.jdo.store.ManyToManyMapStore
Indicates whether or not values are "embedded" in the store. An embedded object is stored by value (SCO), otherwise an OID reference is stored (FCO).
isEmbeddedValue() - Method in interface com.triactive.jdo.store.MapStore
Indicates whether or not values are "embedded" in the store.
isEmbeddedValue() - Method in class com.triactive.jdo.store.OneToManyMapStore
Indicates whether or not values are "embedded" in the store. An embedded object is stored by value (SCO), otherwise an OID reference is stored (FCO).
isEmpty() - Method in class com.triactive.jdo.sco.HashMap
 
isEmpty() - Method in class com.triactive.jdo.sco.HashSet
 
isEmpty() - Method in class com.triactive.jdo.sco.Hashtable
 
isEmpty() - Method in class com.triactive.jdo.util.IntArrayList
Tests if this list has no elements.
isEmpty() - Method in class com.triactive.jdo.util.SoftHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.triactive.jdo.util.WeakHashSet
Indicates whether the set is empty.
isEmptyMethod() - Method in class com.triactive.jdo.store.sql.expr.CandidateSetExpression
 
isEmptyMethod() - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
isEmptyMethod() - Method in class com.triactive.jdo.store.sql.expr.MapLiteral
 
isEmptyMethod() - Method in class com.triactive.jdo.store.sql.expr.SetExpression
 
isEmptyMethod() - Method in class com.triactive.jdo.store.sql.expr.SetLiteral
 
isEmptyMethod() - Method in class com.triactive.jdo.store.sql.expr.SubquerySetExpression
 
isEnhancedClass(Class) - Static method in class com.triactive.jdo.model.Types
 
isExactPrecision() - Method in class com.triactive.jdo.store.sql.Column
 
isFieldPersistent(int) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
isFieldPersistent(int) - Method in interface com.triactive.jdo.store.sql.ClassTable
 
isFieldPersistent(int) - Method in class com.triactive.jdo.store.sql.ClassView
 
isForTable(BaseTable) - Method in class com.triactive.jdo.store.sql.IndexName
Tests if this index name is for an index on the specified table.
isHigherThan(Operator) - Method in class com.triactive.jdo.store.sql.expr.op.MonadicOperator
 
isHigherThanLeftSide(Operator) - Method in class com.triactive.jdo.store.sql.expr.op.DyadicOperator
 
isHigherThanRightSide(Operator) - Method in class com.triactive.jdo.store.sql.expr.op.DyadicOperator
 
isInDefaultFetchGroup() - Method in class com.triactive.jdo.model.FieldMetaData
 
isInitialized() - Method in interface com.triactive.jdo.store.sql.Table
 
isInverseCollection() - Method in class com.triactive.jdo.model.CollectionMetaData
 
isInverseMap() - Method in class com.triactive.jdo.model.MapMetaData
 
isKeyword() - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Tests whether this identifier is also a SQL keyword in the relevant database.
isKnownExtensionKey(String) - Method in class com.triactive.jdo.store.query.Query
 
isLoaded(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
Return true if the field is cached in the calling instance.
isNationalStringType() - Method in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether this string type uses the alternate "national" character set.
isNew(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object has been newly made persistent.
isNullable - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Either "NO" indicating that the column definitely does not allow null values, "YES" indicating that the column might allow null values, or an empty string ("") indicating that nullability is unknown.
isNullable() - Method in class com.triactive.jdo.store.sql.Column
 
isNumberType() - Method in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether this type is a number type, whether integer, floating-point, or decimal.
isOuterJoined() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Returns true if the query column belongs to a table expression that was outer-joined at any point.
isOuterJoined() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
isPart1Compiled - Variable in class com.triactive.jdo.store.query.Query
 
isPersistent(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object is persistent.
isPrimaryKeyPart() - Method in class com.triactive.jdo.model.FieldMetaData
 
isReadOnly() - Method in class com.triactive.jdo.store.request.EmbeddedRequest.ReadOnly
 
isReadOnly() - Method in class com.triactive.jdo.store.request.EmbeddedRequest.ReadWrite
 
isReadOnly() - Method in class com.triactive.jdo.store.request.EmbeddedRequest
 
isSecondClassMutableType(Class) - Static method in class com.triactive.jdo.model.Types
 
isSecondClassMutableType(Class) - Static method in class com.triactive.jdo.sco.SCOProcessor
Tests whether a given type represents a supported second-class mutable type.
isSqlKeyword(String) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Tests if a given string is a SQL key word.
isStandard() - Method in class com.triactive.jdo.store.adapter.SqlState
Indicates whether or not this SQLSTATE value is defined by the international SQL standard.
isStringType() - Method in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether this type is a character string type.
isTransactional(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Tests whether this object is transactional.
isUnique() - Method in class com.triactive.jdo.store.sql.Column
 
isValidJavaIdentifier(String) - Static method in class com.triactive.jdo.store.query.Query
 
isValidated() - Method in interface com.triactive.jdo.store.sql.Table
 
isWorthRetrying() - Method in class com.triactive.jdo.store.adapter.PostgresqlSqlState
 
isWorthRetrying() - Method in class com.triactive.jdo.store.adapter.SqlState
Indicates whether or not this SQLSTATE represents an error whose cause may be transient, meaning the operation or transaction may succeed if retried.
iterator() - Method in class com.triactive.jdo.sco.HashSet
 
iterator() - Method in class com.triactive.jdo.util.InternPool
 
iterator() - Method in class com.triactive.jdo.util.WeakHashSet
Returns an iterator over the elements in this set.

J

JdoqlQuery - class com.triactive.jdo.store.query.JdoqlQuery.
A JDO query that uses the default JQOQL language.
JdoqlQuery(PersistenceManager, JdoqlQuery) - Constructor for class com.triactive.jdo.store.query.JdoqlQuery
Constructs a new query instance having the same criteria as the given query.
JdoqlQuery.Compiler - class com.triactive.jdo.store.query.JdoqlQuery.Compiler.
 
JdoqlQuery.Compiler(Map) - Constructor for class com.triactive.jdo.store.query.JdoqlQuery.Compiler
 
Join - class com.triactive.jdo.store.sql.expr.Join.
Represents an equijoin between two table expressions.
Join(JoinType, TableExpression, QueryStatement.QueryColumn[], Column[]) - Constructor for class com.triactive.jdo.store.sql.expr.Join
 
JoinType - class com.triactive.jdo.store.sql.expr.JoinType.
Enumeration type reflecting the possible types of relational joins.
javaName - Variable in class com.triactive.jdo.store.sql.TableMetadata
 
javaToSql(String) - Static method in class com.triactive.jdo.store.sql.SqlIdentifier
Converts the given Java name to its equivalent, full-length SQL identifier value.
jdoFiles - Variable in class com.triactive.jdo.enhance.ReferenceEnhancer
 
join(JoinType, Table, CorrelationName, QueryStatement.QueryColumn, Column) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Performs a join on the equality of two columns.
join(JoinType, Table, CorrelationName, QueryStatement.QueryColumn[], Column[]) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Performs a join on the equality of two lists of columns.
joins - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
A list containing all the additional table expression joins to be added to the FROM clause, in the order in which they should be joined.

K

KEY - Static variable in class com.triactive.jdo.store.sql.Role
 
Key - class com.triactive.jdo.store.sql.Key.
 
Key(BaseTable) - Constructor for class com.triactive.jdo.store.sql.Key
 
keySeq - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The sequence number within the foreign key, base 1.
keySeq - Variable in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
The sequence number within the primary key, base 1.
keySet() - Method in class com.triactive.jdo.sco.HashMap
 
keySet() - Method in class com.triactive.jdo.sco.Hashtable
 
keySet() - Method in class com.triactive.jdo.util.SoftHashMap
Returns a set view of the keys contained in this map.
keySetCollection() - Method in class com.triactive.jdo.store.ManyToManyMapStore
 
keySetCollection() - Method in interface com.triactive.jdo.store.MapStore
Returns a collection view of the map's key set.
keySetCollection() - Method in class com.triactive.jdo.store.OneToManyMapStore
 
keySetMethod() - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
keyType - Variable in class com.triactive.jdo.model.MapMetaData
 
keys() - Method in class com.triactive.jdo.sco.Hashtable
 
keywords - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The set of SQL keywords for this DBMS, in upper-case.

L

LEFT_OUTER - Static variable in class com.triactive.jdo.store.sql.expr.JoinType
 
LEN - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
LENGTH - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
LENGTH_NOT_SET - Static variable in class com.triactive.jdo.store.sql.Column
 
LOCATOR_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
LOG_CATEGORY - Static variable in class com.triactive.jdo.jdbc.trace.Trace
The logging category to which all trace output is sent.
LOWER - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
LongFunction - class com.triactive.jdo.store.sql.expr.fn.LongFunction.
 
LongFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.LongFunction
 
LongMapping - class com.triactive.jdo.store.mapping.LongMapping.
 
LongMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.LongMapping
 
LongMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.LongMapping
 
LookupRequest - class com.triactive.jdo.store.request.LookupRequest.
 
LookupRequest.Id - class com.triactive.jdo.store.request.LookupRequest.Id.
 
LookupRequest.Id(ClassBaseTable) - Constructor for class com.triactive.jdo.store.request.LookupRequest.Id
 
last - Variable in class com.triactive.jdo.store.sql.expr.BufferedQueryIterator
The last object returned by BufferedQueryIterator.next().
lastIndexOf(int) - Method in class com.triactive.jdo.util.IntArrayList
Returns the index of the last occurrence of the specified integer in this list.
lastPartOf(String) - Static method in class com.triactive.jdo.store.sql.expr.ObjectExpression
 
length() - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
lengthMethod(StringExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL String.length() method.
lengthMethod() - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
lengthMethod() - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
literalPrefix - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The prefix used to quote a literal of this data type; may be null.
literalSuffix - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The suffix used to quote a literal of this data type; may be null.
localTypeName - Variable in class com.triactive.jdo.store.adapter.TypeInfo
Localized version of the DBMS-specific type name of this data type.
longValue() - Method in class com.triactive.jdo.store.OID
Returns the value of this OID as a long value.
lookup(StateManager) - Method in class com.triactive.jdo.store.StoreManager
Confirms that a persistent object exists in the database.
lookup(StateManager) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
lowestOperator() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.Body
Returns the operator in the expression with the lowest precedence.
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
lt(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this < expr".
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
lt(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
lteq(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this <= expr".
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
lteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 

M

MAX - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
MAXIMUM_LENGTH - Static variable in class com.triactive.jdo.store.sql.Column
 
MAX_CLASSID - Static variable in class com.triactive.jdo.store.OID
The maximum class ID value.
MAX_FOREIGN_KEYS - Static variable in class com.triactive.jdo.store.sql.ConstraintName
The maximum number of foreign keys allowed.
MAX_IDENTIFIER_LENGTH - Static variable in interface com.triactive.jdo.store.sql.Sql92Constants
The maximum length of a SQL/92 identifier in characters.
MAX_INDICES - Static variable in class com.triactive.jdo.store.sql.IndexName
The maximum number of indices allowed.
MAX_LENGTH - Static variable in class com.triactive.jdo.store.OID
The maximum length of an OID in string form.
MAX_OBJIDHI - Static variable in class com.triactive.jdo.store.OID
The maximum hi portion of an object ID value.
MAX_OBJIDLO - Static variable in class com.triactive.jdo.store.OID
The maximum lo portion of an object ID value.
MAX_SUFFIX_LENGTH - Static variable in class com.triactive.jdo.store.sql.ColumnName
The maximum length in characters reserved at the end of column names for suffixes used to indicate a column's role (such as _ID for an ID column).
MAX_SUFFIX_LENGTH - Static variable in class com.triactive.jdo.store.sql.ConstraintName
The maximum length in characters reserved at the end of constraint names for suffixes used to indicate the type of constraint.
MAX_SUFFIX_LENGTH - Static variable in class com.triactive.jdo.store.sql.IndexName
The maximum length in characters reserved at the end of index names for suffixes used to indicate the type of index.
MAX_SUFFIX_LENGTH - Static variable in class com.triactive.jdo.store.sql.Role
 
MAX_SUFFIX_LENGTH - Static variable in class com.triactive.jdo.store.sql.TableName
The maximum length in characters reserved at the end of table names for suffixes used to construct related names (such as _PK for a table's primary key).
MAX_VALUE - Static variable in class com.triactive.jdo.store.OID
The maximum value of an OID as a long.
MIN - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
MOD - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
MSG - Static variable in class com.triactive.jdo.CommitStateTransitionException
 
MSG - Static variable in class com.triactive.jdo.RollbackStateTransitionException
 
MY_VENDOR - Static variable in class com.triactive.jdo.model.MetaData
The vendor string used for TJDO-specific metadata extensions.
MacroString - class com.triactive.jdo.util.MacroString.
 
MacroString(ClassFinder, Class, String, String) - Constructor for class com.triactive.jdo.util.MacroString
 
MacroString.IdentifierMacro - class com.triactive.jdo.util.MacroString.IdentifierMacro.
 
MacroString.MacroHandler - interface com.triactive.jdo.util.MacroString.MacroHandler.
 
ManyToManyMapStore - class com.triactive.jdo.store.ManyToManyMapStore.
The backing store for a many-to-many map defined over a join table.
ManyToManySetStore - class com.triactive.jdo.store.ManyToManySetStore.
The backing store for a many-to-many set defined over a join table.
MapExpression - class com.triactive.jdo.store.sql.expr.MapExpression.
A SQL expression representing a map.
MapExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.MapExpression
 
MapFieldExpression - class com.triactive.jdo.store.sql.expr.MapFieldExpression.
A map expression that represents some map field in a query candidate class, or a map field in an object linked from the candidate class by navigation.
MapFieldExpression(QueryStatement.QueryColumn, MapStore, String) - Constructor for class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
MapLiteral - class com.triactive.jdo.store.sql.expr.MapLiteral.
A MapLiteral is a SQL expression that will test if a column of a table exists within the given Map's keys or values.
MapLiteral(QueryStatement, Map) - Constructor for class com.triactive.jdo.store.sql.expr.MapLiteral
 
MapMapping - class com.triactive.jdo.store.mapping.MapMapping.
 
MapMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.MapMapping
 
MapMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.MapMapping
 
MapMetaData - class com.triactive.jdo.model.MapMetaData.
 
MapMetaData(FieldMetaData, Element) - Constructor for class com.triactive.jdo.model.MapMetaData
 
MapStore - interface com.triactive.jdo.store.MapStore.
Implements the backing store for a Map field.
MapTable - class com.triactive.jdo.store.sql.MapTable.
 
MapTable(TableName, FieldMetaData, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.MapTable
 
Mapping - class com.triactive.jdo.store.mapping.Mapping.
An object that maps between a Java type and its relational representation in the data store.
Mapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.Mapping
Constructs a new mapping for a given Java type.
Mapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.Mapping
Constructs a new mapping for a given persistent field.
MetaData - class com.triactive.jdo.model.MetaData.
 
MetaData() - Constructor for class com.triactive.jdo.model.MetaData
 
MetaData(URL, Element) - Constructor for class com.triactive.jdo.model.MetaData
 
MethodInvocationException - exception com.triactive.jdo.store.sql.expr.MethodInvocationException.
Thrown if a reflective call to a JDO query method of an SQL expression throws an exception.
MethodInvocationException(String, List, Throwable) - Constructor for class com.triactive.jdo.store.sql.expr.MethodInvocationException
Constructs a method invocation exception.
MissingColumnException - exception com.triactive.jdo.store.sql.MissingColumnException.
A MissingColumnException is thrown if an expected column is not found in the database during schema validation.
MissingColumnException(Table, Collection) - Constructor for class com.triactive.jdo.store.sql.MissingColumnException
Constructs a missing column exception.
MissingForeignKeysException - exception com.triactive.jdo.store.sql.MissingForeignKeysException.
A MissingForeignKeysException is thrown if an expected foreign key is not found in the database during schema validation.
MissingForeignKeysException(Table, Collection) - Constructor for class com.triactive.jdo.store.sql.MissingForeignKeysException
Constructs a missing foreign key(s) exception.
MissingIndicesException - exception com.triactive.jdo.store.sql.MissingIndicesException.
A MissingIndicesException is thrown if an expected index is not found in the database during schema validation.
MissingIndicesException(Table, Collection) - Constructor for class com.triactive.jdo.store.sql.MissingIndicesException
Constructs a missing index(s) exception.
MissingSchemaTableEntryException - exception com.triactive.jdo.store.sql.MissingSchemaTableEntryException.
A MissingSchemaTableEntryException is thrown if an expected row is not found in the SchemaTable during schema validation.
MissingSchemaTableEntryException(SchemaTable, String) - Constructor for class com.triactive.jdo.store.sql.MissingSchemaTableEntryException
Constructs a MissingSchemaTableEntryException.
MissingTableException - exception com.triactive.jdo.store.sql.MissingTableException.
A MissingTableException is thrown if an expected table is not found in the database during schema validation.
MissingTableException(Table) - Constructor for class com.triactive.jdo.store.sql.MissingTableException
Constructs a missing table exception.
MonadicOperator - class com.triactive.jdo.store.sql.expr.op.MonadicOperator.
 
MonadicOperator(String, int) - Constructor for class com.triactive.jdo.store.sql.expr.op.MonadicOperator
 
MysqlAdapter - class com.triactive.jdo.store.adapter.MysqlAdapter.
Provides methods for adapting SQL language elements to the MySQL database.
MysqlAdapter() - Constructor for class com.triactive.jdo.store.adapter.MysqlAdapter
 
macroString - Variable in class com.triactive.jdo.util.MacroString
 
main(String[]) - Static method in class com.triactive.jdo.DropJDOTables
Called when the class is invoked from the command line.
main(String[]) - Static method in class com.triactive.jdo.enhance.ApacheReferenceEnhancer
Called when the class is invoked from the command line.
main(String[]) - Static method in class com.triactive.jdo.enhance.Enhancer
Called when Enhancer is invoked from the command line.
main(String[]) - Static method in class com.triactive.jdo.enhance.SunReferenceEnhancer
Called when the class is invoked from the command line.
mainRangeVar - Variable in class com.triactive.jdo.store.sql.expr.TableExpression
 
mainRangeVariable() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
mainTable - Variable in class com.triactive.jdo.store.sql.FetchStatement
 
mainTable - Variable in class com.triactive.jdo.store.sql.expr.TableExpression
 
mainTable() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
makeDirty() - Method in interface com.triactive.jdo.SCO
Marks this object dirty.
makeDirty(int) - Method in interface com.triactive.jdo.StateManager
 
makeDirty() - Method in class com.triactive.jdo.sco.Date
 
makeDirty() - Method in class com.triactive.jdo.sco.HashMap
 
makeDirty() - Method in class com.triactive.jdo.sco.HashSet
 
makeDirty() - Method in class com.triactive.jdo.sco.Hashtable
 
makeDirty() - Method in class com.triactive.jdo.sco.SqlDate
 
makeDirty() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
makeDirty(int) - Method in class com.triactive.jdo.state.StateManagerImpl
Marks the given field dirty.
makeDirty(PersistenceCapable, String) - Method in class com.triactive.jdo.state.StateManagerImpl
Mark the associated PersistenceCapable field dirty.
makeNontransactional(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeNontransactional() - Method in interface com.triactive.jdo.StateManager
 
makeNontransactional() - Method in class com.triactive.jdo.state.StateManagerImpl
 
makeNontransactionalAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeNontransactionalAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistent(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistent() - Method in interface com.triactive.jdo.StateManager
 
makePersistent() - Method in class com.triactive.jdo.state.StateManagerImpl
Makes the instance persistent.
makePersistentAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makePersistentAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransactional(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransactional() - Method in interface com.triactive.jdo.StateManager
 
makeTransactional() - Method in class com.triactive.jdo.state.StateManagerImpl
 
makeTransactionalAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransactionalAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransient(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransient() - Method in interface com.triactive.jdo.StateManager
 
makeTransient() - Method in class com.triactive.jdo.state.StateManagerImpl
 
makeTransientAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
makeTransientAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
mapMetaData - Variable in class com.triactive.jdo.model.FieldMetaData
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.BigDecimalMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.BigIntegerMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.ByteArrayMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Links this mapping to a specific column.
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.OIDMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.SqlDateMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
mapTo(Column) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
mapWith(ColumnMapping) - Method in class com.triactive.jdo.store.sql.Column
 
mappingClassFor(Class) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
mappingClassFor(FieldMetaData) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
markDirty(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
Marks the specified state manager as dirty.
markDirty(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
markOuterJoins(TableExpression, Join) - Method in class com.triactive.jdo.store.sql.expr.JoinType
 
matches(DatabaseIdentifier) - Method in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
maxCatalogNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for a schema name.
maxColumnNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for a column name.
maxConstraintNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for a table constraint name.
maxCorrelationNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for a correlation name.
maxFunction(SqlExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL MAX() function.
maxIndexNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for an index name.
maxSchemaNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for a schema name.
maxTableNameLength - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
The maximum length to be used for a table name.
maximum() - Method in class com.triactive.jdo.store.OIDGenerator
Returns the highest possible OID value for the class of OIDs returned by this generator.
maximumScale - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The maximum supported scale value for this data type.
minFunction(SqlExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL MIN() function.
minimum() - Method in class com.triactive.jdo.store.OIDGenerator
Returns the lowest possible OID value for the class of OIDs returned by this generator.
minimumScale - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The minimum supported scale value for this data type.
mod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
mod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
mod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
mod(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this % expr".
mul(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
mul(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.DecimalLiteral
 
mul(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
mul(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
mul(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this * expr".
multipleTablesReferenced - Variable in class com.triactive.jdo.store.sql.expr.TableExprAsSubquery
 

N

NEW - Static variable in class com.triactive.jdo.model.ClassMetaData
 
NONDURABLE_IDENTITY - Static variable in class com.triactive.jdo.model.ClassMetaData
 
NONE - Static variable in class com.triactive.jdo.store.sql.Role
 
NONRESERVED_WORDS - Static variable in interface com.triactive.jdo.store.sql.Sql92Constants
A string containing the list of SQL/92 non-reserved words, separated by commas.
NONSQL92_RESERVED_WORDS - Static variable in class com.triactive.jdo.store.adapter.MysqlAdapter
A string containing the list of MySQL keywords that are not also SQL/92 reserved words, separated by commas.
NOT_RETRYABLE - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
An array representing all those class codes that are known not to be worth retrying.
NOT_RETRYABLE - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
An array representing all those class codes that are known not to be worth retrying.
NO_DATA - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
NO_DATA - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
NULL_VALUE_DEFAULT - Static variable in class com.triactive.jdo.model.FieldMetaData
 
NULL_VALUE_EXCEPTION - Static variable in class com.triactive.jdo.model.FieldMetaData
 
NULL_VALUE_NONE - Static variable in class com.triactive.jdo.model.FieldMetaData
 
NamedResultExpression - class com.triactive.jdo.store.query.result.NamedResultExpression.
A result expression that has a textual name.
NamedResultExpression(ResultExpression, String) - Constructor for class com.triactive.jdo.store.query.result.NamedResultExpression
Constructs a new named result expression.
NoExtentException - exception com.triactive.jdo.store.NoExtentException.
A NoExtentException is thrown if an attempt is made to perform an operation using a class that is not backed by an extent (ie table or view) in the database and the operation is not supported on such classes.
NoExtentException(Class) - Constructor for class com.triactive.jdo.store.NoExtentException
Constructs a no extent exception.
NoSuchPersistentFieldException - exception com.triactive.jdo.store.NoSuchPersistentFieldException.
A NoSuchPersistentFieldException is thrown if a reference is made somewhere, such as in a query filter string, to a field that either doesn't exist or is not persistent.
NoSuchPersistentFieldException(Class, String) - Constructor for class com.triactive.jdo.store.NoSuchPersistentFieldException
Constructs a no such persistent field exception.
NoSuchPersistentFieldException(Class, int) - Constructor for class com.triactive.jdo.store.NoSuchPersistentFieldException
Constructs a no such persistent field exception.
NondurableOIDGenerator - class com.triactive.jdo.store.NondurableOIDGenerator.
An OID generator backed solely by memory.
NondurableOIDGenerator(int) - Constructor for class com.triactive.jdo.store.NondurableOIDGenerator
Constructs a new non-durable OID generator.
NotABaseTableException - exception com.triactive.jdo.store.sql.NotABaseTableException.
A NotABaseTableException is thrown during schema validation if a table should be a base table but is found not to be in the database.
NotABaseTableException(Table) - Constructor for class com.triactive.jdo.store.sql.NotABaseTableException
Constructs a not-a-base-table exception.
NotAViewException - exception com.triactive.jdo.store.sql.NotAViewException.
A NotAViewException is thrown during schema validation if a table should be a view but is found not to be in the database.
NotAViewException(Table) - Constructor for class com.triactive.jdo.store.sql.NotAViewException
Constructs a not-a-view exception.
NullLiteral - class com.triactive.jdo.store.sql.expr.NullLiteral.
 
NullLiteral(QueryStatement) - Constructor for class com.triactive.jdo.store.sql.expr.NullLiteral
 
NullValueException - exception com.triactive.jdo.store.mapping.NullValueException.
A NullValueException is thrown if a null value is encountered in a database column that should prohibit null values.
NullValueException() - Constructor for class com.triactive.jdo.store.mapping.NullValueException
Constructs a null value exception with no specific detail message.
NullValueException(String) - Constructor for class com.triactive.jdo.store.mapping.NullValueException
Constructs a null value exception with the specified detail message.
NullsNotAllowedException - exception com.triactive.jdo.sco.NullsNotAllowedException.
A NullsNotAllowedException is thrown if an attempt is made to add a null object to a Collection or Map that doesn't support nulls.
NullsNotAllowedException(SCO) - Constructor for class com.triactive.jdo.sco.NullsNotAllowedException
Constructs a nulls-not-allowed exception.
NumericExpression - class com.triactive.jdo.store.sql.expr.NumericExpression.
 
NumericExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.NumericExpression
 
NumericExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.NumericExpression
 
NumericFunction - class com.triactive.jdo.store.sql.expr.fn.NumericFunction.
 
NumericFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.NumericFunction
 
NumericOperator - class com.triactive.jdo.store.sql.expr.op.NumericOperator.
 
NumericOperator(String, int, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.op.NumericOperator
 
name - Variable in class com.triactive.jdo.store.sql.SqlIdentifier
The identifier value, possibly truncated.
name - Variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
neg() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
neg() - Method in class com.triactive.jdo.store.sql.expr.DecimalLiteral
 
neg() - Method in class com.triactive.jdo.store.sql.expr.FloatingPointLiteral
 
neg() - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
neg() - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
neg() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "-this".
negate() - Method in class com.triactive.jdo.store.sql.expr.op.CompareOperator
 
newBody(QueryStatement, Class) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an empty expression body.
newBody(QueryStatement.QueryColumn) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an expression body consisting of a single column reference.
newBody(SqlExpression) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an expression body consisting of a single embedded subexpression.
newBody(SqlFunction, List) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an expression body consisting of an SQL function call.
newBody(MonadicOperator, SqlExpression) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an expression body consisting of a single SQL operator applied to an expression.
newBody(SqlExpression, DyadicOperator, SqlExpression) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an expression body consisting of a SQL operator applied to a pair of expressions.
newColumn(Class, String) - Method in interface com.triactive.jdo.store.sql.Table
 
newColumn(Class, ColumnName, Role) - Method in interface com.triactive.jdo.store.sql.Table
 
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
A factory for ColumnInfo objects.
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
newColumnInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
newColumnMapping(Class) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
newDataStoreException(String, SQLException) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Create the appropriate JDODataStoreException or JDOFatalDataStoreException for the given SQLException based on whether the action causing the exception has aborted the current transaction.
newExtent(PersistenceManager, boolean) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
newExtent(PersistenceManager, boolean) - Method in interface com.triactive.jdo.store.sql.ClassTable
 
newExtent(PersistenceManager, boolean) - Method in class com.triactive.jdo.store.sql.ClassView
 
newForeignKeyInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
A factory for ForeignKeyInfo objects.
newForeignKeyInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
newIndexInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
A factory for IndexInfo objects.
newInstance(InvocationHandler) - Method in class com.triactive.jdo.util.ProxyFactory
Returns an instance of a proxy class for this factory's interfaces that dispatches method invocations to the specified invocation handler.
newJoin(JoinType, TableExpression, QueryStatement.QueryColumn[], Column[]) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Constructs a new Join object for this statement.
newMapInstance(StateManager) - Method in class com.triactive.jdo.store.ManyToManyMapStore
Returns a new persistent map representing the map associated with the given object.

Iterators returned by the map's collection views (entrySet(), keySet(), values()) support the remove() method.

newMapInstance(StateManager) - Method in interface com.triactive.jdo.store.MapStore
Returns a new persistent map representing the map associated with the given object.
newMapInstance(StateManager) - Method in class com.triactive.jdo.store.OneToManyMapStore
Returns a new persistent map representing the map associated with the given object.

Iterators returned by the map's collection views (entrySet(), keySet(), values()) support the remove() method.

newMapping(Class) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
newMapping(FieldMetaData) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
newOIDGenerator(int) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
newOIDGenerator(int) - Method in interface com.triactive.jdo.store.sql.ClassTable
 
newOIDGenerator(int) - Method in class com.triactive.jdo.store.sql.ClassView
 
newObjectID(Class) - Method in class com.triactive.jdo.store.StoreManager
Returns a new, unique ID for an object of the given class.
newObjectIdInstance(Class, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newPrimaryKeyInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
A factory for PrimaryKeyInfo objects.
newQuery() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(String, Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Extent) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class, Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Class, Collection, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQuery(Extent, String) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
newQueryStatement(Class) - Method in class com.triactive.jdo.sco.HashSet
 
newQueryStatement(StoreManager, Table) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
newQueryStatement(StoreManager, Table, CorrelationName) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
newQueryStatement(StoreManager, Table, CorrelationName, QueryStatement) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
newQueryStatement(Class) - Method in interface com.triactive.jdo.store.query.Queryable
Creates a prototypical query statement over the underlying collection, pre-filtered to include only objects of the specified class.
newReference(Object) - Method in class com.triactive.jdo.util.SoftValueMap
 
newReference(Object) - Method in class com.triactive.jdo.util.WeakValueMap
 
newRequest() - Method in class com.triactive.jdo.store.request.DeleteAllInRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.DeleteRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.DeleteWhereEqualRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.DeleteWhereSuperEqualRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.FetchRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.InsertRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.LookupRequest.Id
 
newRequest() - Method in class com.triactive.jdo.store.request.Request.Id
Constructs a new request based on its identifying data.
newRequest() - Method in class com.triactive.jdo.store.request.UpdateRequest.Id
 
newResult() - Method in interface com.triactive.jdo.store.sql.expr.ResultObjectFactory
Instantiates a result object from the current row of the factory's result set.
newResultExpression(PersistenceManager) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
newResultExpression(PersistenceManager) - Method in class com.triactive.jdo.store.sql.expr.ObjectDatastoreIdExpression
 
newResultExpression(PersistenceManager) - Method in class com.triactive.jdo.store.sql.expr.ObjectNondurableIdExpression
 
newResultExpression(PersistenceManager) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
SELECTs this expression in the surrounding query statement and returns a corresponding result expression.
newResultObjectFactory(ResultSet) - Method in class com.triactive.jdo.store.query.result.NamedResultExpression
 
newResultObjectFactory(ResultSet) - Method in class com.triactive.jdo.store.query.result.ResultAsOther
 
newResultObjectFactory(ResultSet) - Method in class com.triactive.jdo.store.query.result.ResultByConstructor
 
newResultObjectFactory(ResultSet) - Method in interface com.triactive.jdo.store.sql.expr.ResultExpression
Generates a result object factory to convert expression values from the specified SQL result set into Java objects.
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor.DateProcessor
 
newSCOInstance(Object, String, PersistentMap) - Method in class com.triactive.jdo.sco.SCOProcessor.HashMapProcessor
 
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor.HashMapProcessor
 
newSCOInstance(Object, String, PersistentSet) - Method in class com.triactive.jdo.sco.SCOProcessor.HashSetProcessor
 
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor.HashSetProcessor
 
newSCOInstance(Object, String, PersistentMap) - Method in class com.triactive.jdo.sco.SCOProcessor.HashtableProcessor
 
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor.HashtableProcessor
 
newSCOInstance(Object, String, PersistentMap) - Method in class com.triactive.jdo.sco.SCOProcessor.MapProcessor
Returns a new SCO Map instance that is unloaded.
newSCOInstance(Object, String, PersistentSet) - Method in class com.triactive.jdo.sco.SCOProcessor.SetProcessor
Returns a new SCO Set instance that is unloaded.
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor.SqlDateProcessor
 
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor.SqlTimestampProcessor
 
newSCOInstance(Object, String, Object) - Method in class com.triactive.jdo.sco.SCOProcessor
Returns a new SCO instance.
newSchemaManager() - Method in class com.triactive.jdo.store.StoreManager
Returns a new schema manager.
newSetInstance(StateManager) - Method in class com.triactive.jdo.store.ManyToManySetStore
Returns a new persistent set representing the set associated with the given object.

Iterators returned by the persistent set support the remove() method.

newSetInstance(StateManager) - Method in class com.triactive.jdo.store.OneToManySetStore
Returns a new persistent set representing the set associated with the given object.

Iterators returned by the persistent set support the remove() method.

newSetInstance(StateManager) - Method in interface com.triactive.jdo.store.SetStore
Returns a new persistent set representing the set associated with the given object.
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.BigDecimalMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.BigIntegerMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.ByteArrayMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
Returns an SQL expression representing a reference to a column in a query statement.
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.RawOIDMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.SqlDateMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
newSqlExpression(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.BigDecimalMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.BigIntegerMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.ByteArrayMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.DateMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.Mapping
Returns an SQL expression representing the literal value of a Java object.
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.RawOIDMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.SqlDateMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
newSqlLiteral(QueryStatement, Object) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
newSubqueryBody(QueryStatement, Class) - Static method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
Constructs an expression body consisting of a parenthesized subquery.
newSubqueryStatement(QueryStatement, CorrelationName) - Method in interface com.triactive.jdo.store.CollectionStore
Creates a subquery of the given query that selects all the relationships in the collection.
newSubqueryStatement(QueryStatement, CorrelationName, CorrelationName, Class) - Method in interface com.triactive.jdo.store.CollectionStore
Creates a subquery of the given query that selects all the relationships in the collection to elements of a specific type.
newSubqueryStatement(QueryStatement, CorrelationName, Column) - Method in class com.triactive.jdo.store.ManyToManyMapStore
 
newSubqueryStatement(QueryStatement, CorrelationName, CorrelationName, Class, Column) - Method in class com.triactive.jdo.store.ManyToManyMapStore
 
newSubqueryStatement(QueryStatement, CorrelationName) - Method in class com.triactive.jdo.store.ManyToManySetStore
Creates a subquery of the given query that selects all the relationships in the collection. No columns have been selected yet in the new subquery.
newSubqueryStatement(QueryStatement, CorrelationName, CorrelationName, Class) - Method in class com.triactive.jdo.store.ManyToManySetStore
Creates a subquery of the given query that selects all the relationships in the collection to elements of a specific type. No columns have been selected yet in the new subquery.
newSubqueryStatement(QueryStatement, CorrelationName, Column) - Method in class com.triactive.jdo.store.OneToManyMapStore
 
newSubqueryStatement(QueryStatement, CorrelationName, CorrelationName, Class, Column) - Method in class com.triactive.jdo.store.OneToManyMapStore
 
newSubqueryStatement(QueryStatement, CorrelationName) - Method in class com.triactive.jdo.store.OneToManySetStore
Creates a subquery of the given query that selects all the relationships in the collection. No columns have been selected yet in the new subquery.
newSubqueryStatement(QueryStatement, CorrelationName, CorrelationName, Class) - Method in class com.triactive.jdo.store.OneToManySetStore
Creates a subquery of the given query that selects all the relationships in the collection to elements of a specific type. No columns have been selected yet in the new subquery.
newSubqueryStatement(Table, CorrelationName) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Produces a new subquery of this query, such as might be used in an SQL EXISTS() function, etc.
newTableExpression(QueryStatement, Table, CorrelationName) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns a new TableExpression object appropriate for this DBMS.
newTableInfo(ResultSet) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
A factory for TableInfo objects.
newTypeInfo(ResultSet, int) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
A factory for TypeInfo objects.
newTypeInfo(ResultSet, int) - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
newTypeInfo(ResultSet, int) - Method in class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
next(StoreManager) - Method in class com.triactive.jdo.store.DatastoreOIDGenerator
 
next(StoreManager) - Method in class com.triactive.jdo.store.NondurableOIDGenerator
 
next(StoreManager) - Method in class com.triactive.jdo.store.OIDGenerator
Generates the next unique OID value.
next() - Method in class com.triactive.jdo.store.sql.expr.BufferedQueryIterator
 
nextHiValue - Variable in class com.triactive.jdo.store.OIDGenerator
The hi value of the next OID to be returned.
nextLoValue - Variable in class com.triactive.jdo.store.OIDGenerator
The lo value of the next OID to be returned.
nonUnique - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Can index values be non-unique.
not() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
not() - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
 
not() - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
not() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "!this".
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BinaryLiteral
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NullLiteral
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.OIDExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.OIDLiteral
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.ObjectExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.ObjectLiteral
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
noteq(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this != expr".
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
noteq(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
nullValue - Variable in class com.triactive.jdo.model.FieldMetaData
 
nullable - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates whether the column can be NULL.
nullable - Variable in class com.triactive.jdo.store.adapter.TypeInfo
Indicates whether null values are allowed for this data type.
numPrecRadix - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates the radix, which is typically either 10 or 2.
numPrecRadix - Variable in class com.triactive.jdo.store.adapter.TypeInfo
Indicates the numeric radix of this data type, which is usually 2 or 10.
numResultColumns() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the number of result columns SELECTed in this statement.

O

OBJECT_NOT_IN_PREREQUISITE_STATE - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
OID - class com.triactive.jdo.store.OID.
An object identifier.
OID(long) - Constructor for class com.triactive.jdo.store.OID
Constructs an OID from its long value.
OID(int, int, int) - Constructor for class com.triactive.jdo.store.OID
Constructs an OID from three integer values.
OID(String) - Constructor for class com.triactive.jdo.store.OID
Constructs an OID from its string representation.
OIDExpression - class com.triactive.jdo.store.sql.expr.OIDExpression.
 
OIDExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.OIDExpression
 
OIDExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.OIDExpression
 
OIDGenerator - class com.triactive.jdo.store.OIDGenerator.
Generates OIDs for a single class of objects.
OIDGenerator(int) - Constructor for class com.triactive.jdo.store.OIDGenerator
Constructs a new OID generator.
OIDLiteral - class com.triactive.jdo.store.sql.expr.OIDLiteral.
 
OIDLiteral(QueryStatement, OID) - Constructor for class com.triactive.jdo.store.sql.expr.OIDLiteral
 
OIDMapping - class com.triactive.jdo.store.mapping.OIDMapping.
 
OIDMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.OIDMapping
 
OIDMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.OIDMapping
 
OIDOverflowException - exception com.triactive.jdo.store.OIDOverflowException.
A OIDOverflowException is thrown if no more OIDs can be generated for a given class of objects.
OIDOverflowException(int) - Constructor for class com.triactive.jdo.store.OIDOverflowException
Constructs an OID overflow exception.
OPERATOR_INTERVENTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
OWNER - Static variable in class com.triactive.jdo.store.sql.Role
 
ObjectDatastoreIdExpression - class com.triactive.jdo.store.sql.expr.ObjectDatastoreIdExpression.
 
ObjectDatastoreIdExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.ObjectDatastoreIdExpression
 
ObjectDatastoreIdMapping - class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping.
A column mapping that maps a first-class persistent object to a single column via its datastore ID value.
ObjectDatastoreIdMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
Constructs a new object datastore ID mapping for a given Java type.
ObjectExpression - class com.triactive.jdo.store.sql.expr.ObjectExpression.
 
ObjectExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.ObjectExpression
 
ObjectExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.ObjectExpression
 
ObjectLiteral - class com.triactive.jdo.store.sql.expr.ObjectLiteral.
 
ObjectLiteral(QueryStatement, Object) - Constructor for class com.triactive.jdo.store.sql.expr.ObjectLiteral
 
ObjectNondurableIdExpression - class com.triactive.jdo.store.sql.expr.ObjectNondurableIdExpression.
 
ObjectNondurableIdExpression(TableExpression, Class) - Constructor for class com.triactive.jdo.store.sql.expr.ObjectNondurableIdExpression
 
ObjectNotFoundException - exception com.triactive.jdo.store.ObjectNotFoundException.
An ObjectNotFoundException is thrown if an attempt is made to load a persistent object having a given ID and that object ID does not exist in the data store.
ObjectNotFoundException(StateManager) - Constructor for class com.triactive.jdo.store.ObjectNotFoundException
Constructs an object not found exception due to a failure to find the database row(s) for the given state manager.
ObjectReferenceDatastoreIdMapping - class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping.
A column mapping that maps a referrence to a first-class persistent object to a single column via its datastore ID value.
ObjectReferenceDatastoreIdMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
Constructs a new object reference mapping for a given Java type.
ObjectReferenceDatastoreIdMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
Constructs a new object reference mapping for a given persistent field.
ObjectReferenceExpression - class com.triactive.jdo.store.sql.expr.ObjectReferenceExpression.
 
ObjectReferenceExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.ObjectReferenceExpression
 
OneToManyMapStore - class com.triactive.jdo.store.OneToManyMapStore.
The backing store for a one-to-many map defined over the class base table of its values.
OneToManySetStore - class com.triactive.jdo.store.OneToManySetStore.
The backing store for a one-to-many set defined over the class base table of its elements.
Operator - class com.triactive.jdo.store.sql.expr.op.Operator.
 
Operator(String, int) - Constructor for class com.triactive.jdo.store.sql.expr.op.Operator
 
OracleBlobMapping - class com.triactive.jdo.store.mapping.OracleBlobMapping.
 
OracleBlobMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.OracleBlobMapping
 
OracleBlobMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.OracleBlobMapping
 
OracleClobMapping - class com.triactive.jdo.store.mapping.OracleClobMapping.
 
OracleClobMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.OracleClobMapping
 
OracleClobMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.OracleClobMapping
 
OracleStringMapping - class com.triactive.jdo.store.mapping.OracleStringMapping.
 
OracleStringMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.OracleStringMapping
 
OracleStringMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.OracleStringMapping
 
OrderingSpec - class com.triactive.jdo.store.sql.expr.OrderingSpec.
A component of an SQL ORDER BY clause.
OrderingSpec(SqlExpression, boolean) - Constructor for class com.triactive.jdo.store.sql.expr.OrderingSpec
Constructs an ordering spec.
offerPrefetchedFields(int[], FieldManager) - Method in interface com.triactive.jdo.StateManager
 
offerPrefetchedFields(int[], FieldManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Offers the specified pre-fetched fields to the state manager.
onIdentifierMacro(MacroString.IdentifierMacro) - Method in interface com.triactive.jdo.util.MacroString.MacroHandler
 
oracleCondition(QueryStatement.QueryColumn, QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.sql.expr.JoinType
 
orderByList - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The content of the ORDER BY clause, if any.
ordering - Variable in class com.triactive.jdo.store.query.Query
 
ordinalPosition - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
Indicates the index of the column in its table; the first column is 1, the second column is 2, and so on.
ordinalPosition - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Column sequence number within index.
originalRow - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The original row number of this type as returned by DatabaseMetaData.getTypeInfo().
outerJoinedOn - Variable in class com.triactive.jdo.store.sql.expr.TableExpression
 
outerJoinedOn() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
owner - Variable in class com.triactive.jdo.model.FieldMetaData
 

P

PASSWORD_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the database password to use for all tests.
PERSISTENCE_MODIFIER_NONE - Static variable in class com.triactive.jdo.model.FieldMetaData
 
PERSISTENCE_MODIFIER_PERSISTENT - Static variable in class com.triactive.jdo.model.FieldMetaData
 
PERSISTENCE_MODIFIER_TRANSACTIONAL - Static variable in class com.triactive.jdo.model.FieldMetaData
 
PROGRAM_LIMIT_EXCEEDED - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
ParameterSetter - class com.triactive.jdo.store.ParameterSetter.
 
ParameterSetter(PersistenceManager, PreparedStatement, ColumnMapping[], int[]) - Constructor for class com.triactive.jdo.store.ParameterSetter
 
PersistenceManager - interface com.triactive.jdo.PersistenceManager.
An extension to the standard persistence manager interface including methods specific to TriActive JDO.
PersistenceManagerFactory - interface com.triactive.jdo.PersistenceManagerFactory.
An extension to the standard persistence manager factory interface including methods specific to TriActive JDO.
PersistenceManagerFactoryImpl - class com.triactive.jdo.PersistenceManagerFactoryImpl.
A factory used to obtain PersistenceManager instances.
PersistenceManagerFactoryImpl() - Constructor for class com.triactive.jdo.PersistenceManagerFactoryImpl
Constructs a new PersistenceManagerFactoryImpl.
PersistenceManagerFactoryImpl(Properties) - Constructor for class com.triactive.jdo.PersistenceManagerFactoryImpl
Constructs a new PersistenceManagerFactoryImpl using a set of properties.
PersistenceManagerImpl - class com.triactive.jdo.PersistenceManagerImpl.
Implements the PersistenceManager interface.
PersistenceManagerImpl(PersistenceManagerFactoryImpl, String, String) - Constructor for class com.triactive.jdo.PersistenceManagerImpl
 
PersistenceManagerNotClosedException - exception com.triactive.jdo.PersistenceManagerNotClosedException.
An PersistenceManagerNotClosedException is thrown if user code fails to close a PersistenceManager before it becomes eligible for garbage collection.
PersistenceManagerNotClosedException() - Constructor for class com.triactive.jdo.PersistenceManagerNotClosedException
Constructs a persistence manager not closed exception.
PersistentMap - interface com.triactive.jdo.store.PersistentMap.
A map which is directly backed by the data store.
PersistentSet - interface com.triactive.jdo.store.PersistentSet.
A set which is directly backed by the data store.
PersistentSuperclassNotAllowedException - exception com.triactive.jdo.store.PersistentSuperclassNotAllowedException.
A PersistentSuperclassNotAllowedException is thrown if a persistence-capable class is declared to have a persistence-capable superclass when that class is backed by a view.
PersistentSuperclassNotAllowedException(Class) - Constructor for class com.triactive.jdo.store.PersistentSuperclassNotAllowedException
Constructs a persistent-superclass-not-allowed exception.
PointBaseAdapter - class com.triactive.jdo.store.adapter.PointBaseAdapter.
Provides methods for adapting SQL language elements to the PointBase database.
PointBaseAdapter() - Constructor for class com.triactive.jdo.store.adapter.PointBaseAdapter
 
PostInsertProcessing - interface com.triactive.jdo.store.mapping.PostInsertProcessing.
A column mapping that performs additional tasks after a new row has been inserted in the database.
PostUpdateProcessing - interface com.triactive.jdo.store.mapping.PostUpdateProcessing.
A column mapping that performs additional tasks after a row has been updated in the database.
PostWriteProcessing - interface com.triactive.jdo.store.mapping.PostWriteProcessing.
A marker interface indicating a column mapping that performs additional tasks after values are written to the database.
PostgresqlAdapter - class com.triactive.jdo.store.adapter.PostgresqlAdapter.
Provides methods for adapting SQL language elements to the PostgreSQL database.
PostgresqlAdapter() - Constructor for class com.triactive.jdo.store.adapter.PostgresqlAdapter
 
PostgresqlSqlState - class com.triactive.jdo.store.adapter.PostgresqlSqlState.
A SQLSTATE diagnostic code for PostgreSQL.
PostgresqlSqlState(String) - Constructor for class com.triactive.jdo.store.adapter.PostgresqlSqlState
Constructs a SqlState object from the specified SQLSTATE string.
PostgresqlSqlState.ClassCode - class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode.
Contains constants for known SQLSTATE class codes.
PrimaryKey - class com.triactive.jdo.store.sql.PrimaryKey.
 
PrimaryKey(BaseTable) - Constructor for class com.triactive.jdo.store.sql.PrimaryKey
 
PrimaryKey(Column) - Constructor for class com.triactive.jdo.store.sql.PrimaryKey
 
PrimaryKey(Column, Column) - Constructor for class com.triactive.jdo.store.sql.PrimaryKey
 
PrimaryKeyColumnNotAllowedException - exception com.triactive.jdo.store.sql.PrimaryKeyColumnNotAllowedException.
A PrimaryKeyColumnNotAllowedException is thrown if an attempt is made to add a primary key column to a view.
PrimaryKeyColumnNotAllowedException(View, Column) - Constructor for class com.triactive.jdo.store.sql.PrimaryKeyColumnNotAllowedException
Constructs a primary key not allowed exception.
PrimaryKeyInfo - class com.triactive.jdo.store.adapter.PrimaryKeyInfo.
Represents the metadata of a specific primary key column.
PrimaryKeyInfo(ResultSet) - Constructor for class com.triactive.jdo.store.adapter.PrimaryKeyInfo
Constructs a primary key information object from the current row of the given result set.
PrimaryKeyInfo(String, String, String, String, short, String) - Constructor for class com.triactive.jdo.store.adapter.PrimaryKeyInfo
Constructs a primary key information object from its individual attributes.
ProbeTable - class com.triactive.jdo.store.sql.ProbeTable.
 
ProbeTable(DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.ProbeTable
 
ProxyFactory - class com.triactive.jdo.util.ProxyFactory.
A high-performance factory for dynamic proxy objects.
ProxyFactory(Class) - Constructor for class com.triactive.jdo.util.ProxyFactory
Creates a factory for proxy objects that implement the specified interface.
ProxyFactory(Class[]) - Constructor for class com.triactive.jdo.util.ProxyFactory
Creates a factory for proxy objects that implement the specified interface(s).
pages - Variable in class com.triactive.jdo.store.adapter.IndexInfo
When IndexInfo.type is tableIndexStatistic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index.
parameterNames - Variable in class com.triactive.jdo.store.query.Query
 
parameterTypesByName - Variable in class com.triactive.jdo.store.query.Query
 
parameters - Variable in class com.triactive.jdo.store.query.Query
 
parse(DatabaseAdapter, String) - Static method in class com.triactive.jdo.store.sql.SchemaName
Parses a schema name from a string.
parseImports(String) - Method in class com.triactive.jdo.util.Imports
 
parseKeywordList(String) - Static method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Parses a comma-separated list of strings and returns them as a set.
parsedImports - Variable in class com.triactive.jdo.store.query.Query
 
persistenceModifier - Variable in class com.triactive.jdo.model.FieldMetaData
 
pkColumnName - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The primary key column name.
pkName - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The primary key name.
pkName - Variable in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
The primary key name.
pkTableCat - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The primary key table catalog, which may be null.
pkTableName - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The primary key table name.
pkTableSchem - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
The primary key table schema, which may be null.
pm - Variable in class com.triactive.jdo.store.query.Query
 
pm - Variable in class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
postCommit() - Method in interface com.triactive.jdo.StateManager
 
postCommit() - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked when a commit is performed in a Transaction involving the PersistenceCapable managed by this StateManager
postInsert(StateManager, Connection, Object) - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
postInsert(StateManager, Connection, Object) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
postInsert(StateManager, Connection, Object) - Method in interface com.triactive.jdo.store.mapping.PostInsertProcessing
Called after a SQL INSERT has been performed.
postUpdate(StateManager, Connection, Object) - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
Retrieve the empty BLOB locator created by the insert statement and write out the current BLOB field value to the Oracle BLOB object
postUpdate(StateManager, Connection, Object) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
Retrieve the empty CLOB locator created by the insert statement and write out the current CLOB field value to the Oracle CLOB object
postUpdate(StateManager, Connection, Object) - Method in interface com.triactive.jdo.store.mapping.PostUpdateProcessing
Called after a SQL UPDATE has been performed.
preRollback() - Method in interface com.triactive.jdo.StateManager
 
preRollback() - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked when a rollback is performed in a Transaction involving the PersistenceCapable managed by this StateManager.
preSerialize(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
precedence - Variable in class com.triactive.jdo.store.sql.expr.op.Operator
 
precision - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The maximum precision/length allowed for this data type.
prepareStatement(PersistenceManager, Connection) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
prepareStatement(PersistenceManager, Connection, int, int) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
primaryKey - Variable in class com.triactive.jdo.model.FieldMetaData
 
printList(File, List) - Static method in class com.triactive.jdo.enhance.Enhancer
Prints a list of objects to a file, one per line.
processSql(String, SchemaManager, Class) - Method in interface com.triactive.jdo.jdbc.SqlPostProcessor
Called to perform optional post-processing of SQL statements prior to execution by TJDO.
productMajorVersion - Variable in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
productMinorVersion - Variable in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
productName - Variable in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
productVersion - Variable in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
protectOuterJoins() - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
Ensures that all columns referenced within this expression have been "protected" against exposure to OUTER JOIN-injected NULLs.
provideFields(int[], FieldManager) - Method in interface com.triactive.jdo.StateManager
 
provideFields(int[], FieldManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Called to obtain current values from the PersistenceCapable associated with this StateManager.
providedBooleanField(PersistenceCapable, int, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedByteField(PersistenceCapable, int, byte) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedCharField(PersistenceCapable, int, char) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedDoubleField(PersistenceCapable, int, double) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedFloatField(PersistenceCapable, int, float) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedIntField(PersistenceCapable, int, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedLongField(PersistenceCapable, int, long) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedObjectField(PersistenceCapable, int, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedShortField(PersistenceCapable, int, short) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
providedStringField(PersistenceCapable, int, String) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called from the associated PersistenceCapable when its PersistenceCapable.jdoProvideFields() method is invoked.
put(Object, Object) - Method in class com.triactive.jdo.sco.HashMap
 
put(Object, Object) - Method in class com.triactive.jdo.sco.Hashtable
 
put(Object, Object) - Method in class com.triactive.jdo.util.SoftHashMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.triactive.jdo.sco.HashMap
 
putAll(Map) - Method in class com.triactive.jdo.sco.Hashtable
 
putAll(Map) - Method in class com.triactive.jdo.util.SoftHashMap
Copies all of the mappings from the specified map to this map.

Q

QualifiedName - class com.triactive.jdo.store.sql.QualifiedName.
An SQL qualified name.
QualifiedName(DatabaseAdapter, SchemaName, String, int) - Constructor for class com.triactive.jdo.store.sql.QualifiedName
Constructs a qualified name.
Query - interface com.triactive.jdo.Query.
An extension to the standard query interface including methods specific to TriActive JDO.
Query - class com.triactive.jdo.store.query.Query.
The Query interface allows applications to obtain persistent instances from the data store.
Query(PersistenceManager, Query) - Constructor for class com.triactive.jdo.store.query.Query
Constructs a new query instance from an existing instance.
QueryResult - interface com.triactive.jdo.store.query.QueryResult.
A query result containing multiple result objects.
QueryResultNotClosedException - exception com.triactive.jdo.store.query.QueryResultNotClosedException.
A QueryResultNotClosedException is thrown if user code fails to close a Query result or Extent iterator before it becomes eligible for garbage collection.
QueryResultNotClosedException() - Constructor for class com.triactive.jdo.store.query.QueryResultNotClosedException
Constructs a persistence manager not closed exception.
QueryStatement - class com.triactive.jdo.store.sql.expr.QueryStatement.
An SQL SELECT statement that can be constructed programmatically.
QueryStatement(StoreManager, Table, CorrelationName, QueryStatement) - Constructor for class com.triactive.jdo.store.sql.expr.QueryStatement
Constructs a new query statement.
QueryStatement.QueryColumn - class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn.
Represents a column in one of the table expressions in a query statement.
QueryUnownedSCOException - exception com.triactive.jdo.sco.QueryUnownedSCOException.
A QueryUnownedSCOException is thrown if an attempt is made to query an SCO collection that is not persistent.
QueryUnownedSCOException(SCO) - Constructor for class com.triactive.jdo.sco.QueryUnownedSCOException
Constructs a "can't query a transient SCO" exception.
Queryable - interface com.triactive.jdo.store.query.Queryable.
Indicates an object that can be queried, such as an Extent or persistent collection.
qs - Variable in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
qs - Variable in class com.triactive.jdo.store.sql.expr.TableExpression
 
qscExpr - Variable in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
 
queryResults - Variable in class com.triactive.jdo.store.query.Query
 

R

REMOTE_DATABASE_ACCESS_ERROR - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
RESERVED_WORDS - Static variable in interface com.triactive.jdo.store.sql.Sql92Constants
A string containing the list of SQL/92 reserved words, separated by commas.
RIGHT_OUTER - Static variable in class com.triactive.jdo.store.sql.expr.JoinType
 
RawOIDMapping - class com.triactive.jdo.store.mapping.RawOIDMapping.
A column mapping that maps a raw OID object to a single column.
RawOIDMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.RawOIDMapping
Constructs a new raw OID mapping for a given Java type.
RawOIDMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.RawOIDMapping
Constructs a new raw OID mapping for a given persistent field.
ReadWriteLock - class com.triactive.jdo.util.ReadWriteLock.
A simple read-write lock implementation.
ReadWriteLock() - Constructor for class com.triactive.jdo.util.ReadWriteLock
Constructs read-write lock.
ReferenceEnhancer - class com.triactive.jdo.enhance.ReferenceEnhancer.
An implementation of Enhancer that wraps the JDO Reference Implementation enhancer.
ReferenceEnhancer() - Constructor for class com.triactive.jdo.enhance.ReferenceEnhancer
 
Request - class com.triactive.jdo.store.request.Request.
A storage request pertaining to a particular class and its base table.
Request(ClassBaseTable) - Constructor for class com.triactive.jdo.store.request.Request
 
Request.Id - class com.triactive.jdo.store.request.Request.Id.
An identifier for a request.
Request.Id() - Constructor for class com.triactive.jdo.store.request.Request.Id
 
Request.IdTbl - class com.triactive.jdo.store.request.Request.IdTbl.
An identifier for a request identified by one table.
Request.IdTbl(ClassBaseTable) - Constructor for class com.triactive.jdo.store.request.Request.IdTbl
 
Request.IdTblFld - class com.triactive.jdo.store.request.Request.IdTblFld.
An identifier for a request identified by one table and one field number.
Request.IdTblFld(ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.request.Request.IdTblFld
 
Request.IdTblFlds - class com.triactive.jdo.store.request.Request.IdTblFlds.
An identifier for a request identified by one table and an array of field numbers.
Request.IdTblFlds(ClassBaseTable, int[]) - Constructor for class com.triactive.jdo.store.request.Request.IdTblFlds
 
Request.IdTblTblFld - class com.triactive.jdo.store.request.Request.IdTblTblFld.
An identifier for a request identified by two tables and a field number.
Request.IdTblTblFld(ClassBaseTable, ClassBaseTable, int) - Constructor for class com.triactive.jdo.store.request.Request.IdTblTblFld
 
RequestCache - class com.triactive.jdo.store.request.RequestCache.
A cache of request objects.
ResultAsOther - class com.triactive.jdo.store.query.result.ResultAsOther.
 
ResultAsOther(Class, List) - Constructor for class com.triactive.jdo.store.query.result.ResultAsOther
 
ResultByConstructor - class com.triactive.jdo.store.query.result.ResultByConstructor.
 
ResultByConstructor(Class, List) - Constructor for class com.triactive.jdo.store.query.result.ResultByConstructor
 
ResultCast - class com.triactive.jdo.store.query.result.ResultCast.
 
ResultCast() - Constructor for class com.triactive.jdo.store.query.result.ResultCast
 
ResultExpression - interface com.triactive.jdo.store.sql.expr.ResultExpression.
 
ResultObjectFactory - interface com.triactive.jdo.store.sql.expr.ResultObjectFactory.
An object that produces result objects from an underlying JDBC result set.
ResultSetGetter - class com.triactive.jdo.store.ResultSetGetter.
 
ResultSetGetter(PersistenceManager, ResultSet, ColumnMapping[], int[]) - Constructor for class com.triactive.jdo.store.ResultSetGetter
 
RetryableTransaction - class com.triactive.jdo.store.RetryableTransaction.
An abstract base class for JDBC transactions that can be retried in the face of transient failures.
RetryableTransaction(int) - Constructor for class com.triactive.jdo.store.RetryableTransaction
Constructs a new transaction having the given isolation level.
RetryableTransaction(int, int) - Constructor for class com.triactive.jdo.store.RetryableTransaction
Constructs a new transaction having the given isolation level and number of retries.
Role - class com.triactive.jdo.store.sql.Role.
 
RollbackStateTransitionException - exception com.triactive.jdo.RollbackStateTransitionException.
 
RollbackStateTransitionException(Exception[]) - Constructor for class com.triactive.jdo.RollbackStateTransitionException
 
readLock() - Method in class com.triactive.jdo.util.ReadWriteLock
Acquire a read lock.
reference() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Generates a reference to the query column.
referenceColumn(Column) - Method in class com.triactive.jdo.store.sql.FetchStatement
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.sql.expr.TableExprAsSubjoins
 
referenceColumn(Column) - Method in class com.triactive.jdo.store.sql.expr.TableExprAsSubquery
 
refresh(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refresh() - Method in interface com.triactive.jdo.StateManager
 
refresh() - Method in class com.triactive.jdo.state.StateManagerImpl
 
refreshAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refreshAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
refreshAll() - Method in class com.triactive.jdo.PersistenceManagerImpl
 
releaseConnection(Connection) - Method in interface com.triactive.jdo.PersistenceManager
Release a previously-obtained data store connection.
releaseConnection(Connection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
releaseConnection(Connection) - Method in interface com.triactive.jdo.Transaction
 
remarks - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
An explanatory comment on the column; may be null.
remarks - Variable in class com.triactive.jdo.store.adapter.TableInfo
Explanatory comment on the table.
remove(Object) - Method in class com.triactive.jdo.sco.HashMap
 
remove(Object) - Method in class com.triactive.jdo.sco.HashSet
 
remove(Object) - Method in class com.triactive.jdo.sco.Hashtable
 
remove() - Method in class com.triactive.jdo.store.sql.expr.BufferedQueryIterator
 
remove(int) - Method in class com.triactive.jdo.util.IntArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class com.triactive.jdo.util.SoftHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.triactive.jdo.util.WeakHashSet
Removes the specified element from the set if it is present.
removeAll(Collection) - Method in class com.triactive.jdo.sco.HashSet
 
removeAll(int[]) - Method in class com.triactive.jdo.util.IntArrayList
Removes from this list all of its elements that are contained in the specified array.
removeEntry(Map.Entry) - Method in interface com.triactive.jdo.store.PersistentMap
Removes the given entry from the map if it exists.
removeStateManager(StateManager) - Method in interface com.triactive.jdo.PersistenceManager
Called by state managers when disconnecting from the managed object.
removeStateManager(StateManager) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
replaceFields(int[], FieldManager) - Method in interface com.triactive.jdo.StateManager
 
replaceFields(int[], FieldManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Called to refresh data in the PersistenceCapable object associated with this StateManager.
replaceText(String) - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
replacingBooleanField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a boolean field.
replacingByteField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a byte field.
replacingCharField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a char field.
replacingDoubleField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a double field.
replacingFlags(PersistenceCapable) - Method in class com.triactive.jdo.state.StateManagerImpl
The StateManager uses this method to supply the value of jdoFlags to the associated PersistenceCapable instance.
replacingFloatField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a float field.
replacingIntField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a int field.
replacingLongField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a long field.
replacingObjectField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of an Object field.
replacingShortField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a short field.
replacingStateManager(PersistenceCapable, StateManager) - Method in class com.triactive.jdo.state.StateManagerImpl
Replace the current value of jdoStateManager.
replacingStringField(PersistenceCapable, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is invoked by the PersistenceCapable object's jdoReplaceField() method to refresh the value of a String field.
requiresExtent() - Method in class com.triactive.jdo.model.ClassMetaData
 
reset() - Method in interface com.triactive.jdo.SchemaManager
Resets the schema manager back to its initial state.
reset() - Method in class com.triactive.jdo.store.StoreManager
Clears all knowledge of tables, cached requests, metadata, etc and resets the store manager to its initial state.
resolve(StoreManager) - Method in class com.triactive.jdo.util.MacroString.IdentifierMacro
Resolves the identifier macro.
resolveClassDeclaration(String) - Method in class com.triactive.jdo.store.query.Query
 
resolveClassDeclaration(String) - Method in class com.triactive.jdo.util.Imports
 
result - Variable in class com.triactive.jdo.store.query.Query
 
resultClass - Variable in class com.triactive.jdo.store.query.Query
 
resultClass - Variable in class com.triactive.jdo.store.sql.expr.FcoResultExpression
 
resultType(Class, Class) - Method in class com.triactive.jdo.store.sql.expr.op.BooleanOperator
 
resultType(Class, Class) - Method in class com.triactive.jdo.store.sql.expr.op.DyadicOperator
 
resultType(Class) - Method in class com.triactive.jdo.store.sql.expr.op.MonadicOperator
 
resultType(Class, Class) - Method in class com.triactive.jdo.store.sql.expr.op.NumericOperator
 
retainAll(Collection) - Method in class com.triactive.jdo.sco.HashSet
 
retainAll(int[]) - Method in class com.triactive.jdo.util.IntArrayList
Retains only the elements in this list that are contained in the specified array.
retrieve(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieve(boolean) - Method in interface com.triactive.jdo.StateManager
 
retrieve(boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
 
retrieveAll(Object[]) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieveAll(Object[], boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieveAll(Collection) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
retrieveAll(Collection, boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.AbsFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.BinaryFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.CastFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.DoubleFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.IntegerFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.LongFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.NumericFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.StringFunction
 
returnType(List) - Method in class com.triactive.jdo.store.sql.expr.fn.SumFunction
 

S

SCO - interface com.triactive.jdo.SCO.
A mutable second-class object.
SCOCollection - interface com.triactive.jdo.sco.SCOCollection.
A mutable second-class Collection object.
SCOException - exception com.triactive.jdo.sco.SCOException.
A SCOException indicates an error in the construction or usage of of a second-class object instance.
SCOException(SCO, String) - Constructor for class com.triactive.jdo.sco.SCOException
Constructs an SCO exception.
SCOException(SCO, String, Throwable[]) - Constructor for class com.triactive.jdo.sco.SCOException
Constructs an SCO exception with nested Throwables.
SCOID - class com.triactive.jdo.store.SCOID.
A "second-class" object identifier.
SCOID(Class) - Constructor for class com.triactive.jdo.store.SCOID
Constructs a new SCOID to identify an object of the given class.
SCOMap - interface com.triactive.jdo.sco.SCOMap.
A mutable second-class Map object.
SCOProcessor - class com.triactive.jdo.sco.SCOProcessor.
An object that helps manage SCO fields of a particular declared type.
SCOProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor
 
SCOProcessor.DateProcessor - class com.triactive.jdo.sco.SCOProcessor.DateProcessor.
The SCO processor for java.util.Date fields.
SCOProcessor.DateProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.DateProcessor
 
SCOProcessor.HashMapProcessor - class com.triactive.jdo.sco.SCOProcessor.HashMapProcessor.
The SCO processor for java.util.HashMap fields.
SCOProcessor.HashMapProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.HashMapProcessor
 
SCOProcessor.HashSetProcessor - class com.triactive.jdo.sco.SCOProcessor.HashSetProcessor.
The SCO processor for java.util.HashSet fields.
SCOProcessor.HashSetProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.HashSetProcessor
 
SCOProcessor.HashtableProcessor - class com.triactive.jdo.sco.SCOProcessor.HashtableProcessor.
The SCO processor for java.util.Hashtable fields.
SCOProcessor.HashtableProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.HashtableProcessor
 
SCOProcessor.MapProcessor - class com.triactive.jdo.sco.SCOProcessor.MapProcessor.
An SCO processor for Map fields.
SCOProcessor.MapProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.MapProcessor
 
SCOProcessor.SetProcessor - class com.triactive.jdo.sco.SCOProcessor.SetProcessor.
An SCO processor for Set fields.
SCOProcessor.SetProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.SetProcessor
 
SCOProcessor.SqlDateProcessor - class com.triactive.jdo.sco.SCOProcessor.SqlDateProcessor.
The SCO processor for java.sql.Date fields.
SCOProcessor.SqlDateProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.SqlDateProcessor
 
SCOProcessor.SqlTimestampProcessor - class com.triactive.jdo.sco.SCOProcessor.SqlTimestampProcessor.
The SCO processor for java.sql.Timestamp fields.
SCOProcessor.SqlTimestampProcessor() - Constructor for class com.triactive.jdo.sco.SCOProcessor.SqlTimestampProcessor
 
SQL_ROUTINE_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
SQL_STATEMENT_NOT_YET_COMPLETE - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
SQRT - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
STRLEN - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
SUBSTR - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
SUBSTRING - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
SUBSTRING_MS - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
SUCCESSFUL_COMPLETION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
SUCCESSFUL_COMPLETION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
SUCCESS_WITH_WARNING - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
SUM - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_VIOLATION_IN_DIRECT_SQL_STATEMENT - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
SYNTAX_ERROR_OR_ACCESS_VIOLATION_IN_DYNAMIC_SQL_STATEMENT - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
SYSTEM_ERROR - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
SchemaManagementOptions - interface com.triactive.jdo.SchemaManagementOptions.
A set of options to control the management of database storage.
SchemaManager - interface com.triactive.jdo.SchemaManager.
An interface to perform limited storage management on a database schema used by TJDO.
SchemaManagerFactory - class com.triactive.jdo.SchemaManagerFactory.
The factory used to obtain schema managers.
SchemaName - class com.triactive.jdo.store.sql.SchemaName.
An SQL schema name.
SchemaName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.SchemaName
Constructs a schema name.
SchemaName(DatabaseAdapter, CatalogName, String) - Constructor for class com.triactive.jdo.store.sql.SchemaName
Constructs a schema name.
SchemaTable - class com.triactive.jdo.store.sql.SchemaTable.
 
SchemaTable(DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.SchemaTable
 
SchemaTable(SchemaName, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.SchemaTable
 
SchemaValidationException - exception com.triactive.jdo.store.SchemaValidationException.
A SchemaValidationException is thrown if a mismatch is discovered between what the JDO runtime thinks the schema should look like and what it actually looks like.
SchemaValidationException(String) - Constructor for class com.triactive.jdo.store.SchemaValidationException
Constructs a schema validation exception with the specified detail message.
SchemaValidationException(String, Exception) - Constructor for class com.triactive.jdo.store.SchemaValidationException
Constructs a schema validation exception with the specified detail message and nested exception.
SetExpression - class com.triactive.jdo.store.sql.expr.SetExpression.
A SQL expression representing a set of scalar values.
SetExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.SetExpression
 
SetLiteral - class com.triactive.jdo.store.sql.expr.SetLiteral.
A SetLiteral is a SQL expression that will test if a column of table falls within the given Set of values.
SetLiteral(QueryStatement, Set) - Constructor for class com.triactive.jdo.store.sql.expr.SetLiteral
 
SetMapping - class com.triactive.jdo.store.mapping.SetMapping.
 
SetMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.SetMapping
 
SetMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.SetMapping
 
SetStore - interface com.triactive.jdo.store.SetStore.
Implements the backing store for a Set field.
SetTable - class com.triactive.jdo.store.sql.SetTable.
 
SetTable(TableName, FieldMetaData, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.SetTable
 
ShortMapping - class com.triactive.jdo.store.mapping.ShortMapping.
 
ShortMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.ShortMapping
 
ShortMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.ShortMapping
 
SimulatedBooleanColumnExpression - class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression.
A boolean SQL expression referencing a database column that is treated as a boolean but whose real SQL type is not boolean.
SimulatedBooleanColumnExpression(SqlExpression, boolean, SqlExpression) - Constructor for class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
 
SoftHashMap - class com.triactive.jdo.util.SoftHashMap.
A hashtable-based Map implementation with soft keys.
SoftHashMap(int, float) - Constructor for class com.triactive.jdo.util.SoftHashMap
Constructs a new, empty SoftHashMap with the given initial capacity and the given load factor.
SoftHashMap(int) - Constructor for class com.triactive.jdo.util.SoftHashMap
Constructs a new, empty SoftHashMap with the given initial capacity and the default load factor, which is 0.75.
SoftHashMap() - Constructor for class com.triactive.jdo.util.SoftHashMap
Constructs a new, empty SoftHashMap with the default initial capacity (16) and the default load factor (0.75).
SoftHashMap(Map) - Constructor for class com.triactive.jdo.util.SoftHashMap
Constructs a new SoftHashMap with the same mappings as the specified Map.
SoftValueMap - class com.triactive.jdo.util.SoftValueMap.
A java.util.Map implementation with soft values.
SoftValueMap() - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SoftValueMap(int) - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SoftValueMap(int, float) - Constructor for class com.triactive.jdo.util.SoftValueMap
 
SoftValueMap(Map) - Constructor for class com.triactive.jdo.util.SoftValueMap
 
Sql92Constants - interface com.triactive.jdo.store.sql.Sql92Constants.
Contains various constants from the SQL/92 standard.
SqlDate - class com.triactive.jdo.sco.SqlDate.
A mutable second-class SQL date object.
SqlDate(Object, String, Date) - Constructor for class com.triactive.jdo.sco.SqlDate
Creates a SqlDate object that represents the same time as the given java.sql.Date.
SqlDateCharMapping - class com.triactive.jdo.store.mapping.SqlDateCharMapping.
 
SqlDateCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.SqlDateCharMapping
 
SqlDateCharMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.SqlDateCharMapping
 
SqlDateExpression - class com.triactive.jdo.store.sql.expr.SqlDateExpression.
 
SqlDateExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
SqlDateExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.SqlDateExpression
 
SqlDateLiteral - class com.triactive.jdo.store.sql.expr.SqlDateLiteral.
 
SqlDateLiteral(QueryStatement, Date) - Constructor for class com.triactive.jdo.store.sql.expr.SqlDateLiteral
 
SqlDateMapping - class com.triactive.jdo.store.mapping.SqlDateMapping.
 
SqlDateMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.SqlDateMapping
 
SqlDateMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.SqlDateMapping
 
SqlExpression - interface com.triactive.jdo.store.sql.expr.SqlExpression.
An expression within an SQL query statement.
SqlFunction - class com.triactive.jdo.store.sql.expr.fn.SqlFunction.
 
SqlFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
SqlIdentifier - class com.triactive.jdo.store.sql.SqlIdentifier.
An SQL identifier.
SqlPostProcessor - interface com.triactive.jdo.jdbc.SqlPostProcessor.
Provides a hook by which some of the SQL executed by TJDO can be altered before execution.
SqlState - class com.triactive.jdo.store.adapter.SqlState.
A SQLSTATE diagnostic code.
SqlState(String) - Constructor for class com.triactive.jdo.store.adapter.SqlState
Constructs a SqlState object from the specified SQLSTATE string.
SqlState.ClassCode - class com.triactive.jdo.store.adapter.SqlState.ClassCode.
Contains constants for known SQLSTATE class codes.
SqlTimestamp - class com.triactive.jdo.sco.SqlTimestamp.
A mutable second-class SQL timestamp object.
SqlTimestamp(Object, String, Timestamp) - Constructor for class com.triactive.jdo.sco.SqlTimestamp
Creates a SqlTimestamp object that represents the same time as the given java.sql.Timestamp.
SqlTimestampCharMapping - class com.triactive.jdo.store.mapping.SqlTimestampCharMapping.
 
SqlTimestampCharMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.SqlTimestampCharMapping
 
SqlTimestampCharMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.SqlTimestampCharMapping
 
SqlTimestampExpression - class com.triactive.jdo.store.sql.expr.SqlTimestampExpression.
 
SqlTimestampExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
SqlTimestampExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.SqlTimestampExpression
 
SqlTimestampLiteral - class com.triactive.jdo.store.sql.expr.SqlTimestampLiteral.
 
SqlTimestampLiteral(QueryStatement, Timestamp) - Constructor for class com.triactive.jdo.store.sql.expr.SqlTimestampLiteral
 
SqlTimestampMapping - class com.triactive.jdo.store.mapping.SqlTimestampMapping.
 
SqlTimestampMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
SqlTimestampMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
StandardJoin - class com.triactive.jdo.store.sql.expr.StandardJoin.
A join using the standard SQL join syntax.
StandardJoin(JoinType, TableExpression, QueryStatement.QueryColumn[], Column[]) - Constructor for class com.triactive.jdo.store.sql.expr.StandardJoin
 
StarLiteral - class com.triactive.jdo.store.sql.expr.StarLiteral.
 
StarLiteral(QueryStatement) - Constructor for class com.triactive.jdo.store.sql.expr.StarLiteral
 
StateManager - interface com.triactive.jdo.StateManager.
 
StateManagerImpl - class com.triactive.jdo.state.StateManagerImpl.
This class implements the StateManager.
StateManagerImpl(PersistenceManager, PersistenceCapable) - Constructor for class com.triactive.jdo.state.StateManagerImpl
Constructs a state manager to manage an existing persistence-capable instance that is not persistent.
StateManagerImpl(PersistenceManager, Class, Object) - Constructor for class com.triactive.jdo.state.StateManagerImpl
Constructs a state manager to manage a new, hollow instance having the given object ID.
StatementText - class com.triactive.jdo.store.sql.expr.StatementText.
The text of an SQL statement, or a fragment thereof.
StatementText() - Constructor for class com.triactive.jdo.store.sql.expr.StatementText
 
StatementText(String) - Constructor for class com.triactive.jdo.store.sql.expr.StatementText
 
StatementTextGenerator - interface com.triactive.jdo.store.sql.expr.StatementTextGenerator.
An object which generates SQL statement text.
StoreManager - class com.triactive.jdo.store.StoreManager.
Manages the contents of a data store (aka database schema) on behalf of a particular PersistenceManagerFactory and all its persistent instances.
StoreManager.MgmtTransaction - class com.triactive.jdo.store.StoreManager.MgmtTransaction.
An abstract base class for StoreManager transactions that perform some management function on the database.
StoreManager.MgmtTransaction(int) - Constructor for class com.triactive.jdo.store.StoreManager.MgmtTransaction
 
StoreManager.MgmtTransaction(int, int) - Constructor for class com.triactive.jdo.store.StoreManager.MgmtTransaction
 
StringExpression - class com.triactive.jdo.store.sql.expr.StringExpression.
 
StringExpression(AbstractSqlExpression.Body) - Constructor for class com.triactive.jdo.store.sql.expr.StringExpression
 
StringExpression(QueryStatement.QueryColumn) - Constructor for class com.triactive.jdo.store.sql.expr.StringExpression
 
StringFunction - class com.triactive.jdo.store.sql.expr.fn.StringFunction.
 
StringFunction(String) - Constructor for class com.triactive.jdo.store.sql.expr.fn.StringFunction
 
StringLiteral - class com.triactive.jdo.store.sql.expr.StringLiteral.
 
StringLiteral(QueryStatement, String) - Constructor for class com.triactive.jdo.store.sql.expr.StringLiteral
 
StringMapping - class com.triactive.jdo.store.mapping.StringMapping.
 
StringMapping(DatabaseAdapter, Class) - Constructor for class com.triactive.jdo.store.mapping.StringMapping
 
StringMapping(DatabaseAdapter, FieldMetaData) - Constructor for class com.triactive.jdo.store.mapping.StringMapping
 
Strings - class com.triactive.jdo.util.Strings.
Contains static methods related to processing strings.
SubquerySetExpression - class com.triactive.jdo.store.sql.expr.SubquerySetExpression.
A set expression whose contents are expressed as a SQL subquery.
SubquerySetExpression(QueryStatement) - Constructor for class com.triactive.jdo.store.sql.expr.SubquerySetExpression
 
SubstringFunction - class com.triactive.jdo.store.sql.expr.fn.SubstringFunction.
 
SubstringFunction() - Constructor for class com.triactive.jdo.store.sql.expr.fn.SubstringFunction
 
SumFunction - class com.triactive.jdo.store.sql.expr.fn.SumFunction.
 
SumFunction() - Constructor for class com.triactive.jdo.store.sql.expr.fn.SumFunction
 
SunReferenceEnhancer - class com.triactive.jdo.enhance.SunReferenceEnhancer.
An implementation of the ReferenceEnhancer that wraps the older Sun version.
SunReferenceEnhancer() - Constructor for class com.triactive.jdo.enhance.SunReferenceEnhancer
 
SystemProperty - class com.triactive.jdo.util.SystemProperty.
Static methods for retrieving and system properties and converting them to various types.
schemaName - Variable in class com.triactive.jdo.store.sql.QualifiedName
The schema name part of the qualified name.
searchable - Variable in class com.triactive.jdo.store.adapter.TypeInfo
Indicates searchability of this data type in terms of the kinds of SQL WHERE clauses that are allowed.
select(Column) - Method in class com.triactive.jdo.store.sql.FetchStatement
 
select() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
select(QueryStatement.QueryColumn) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
SELECTs the given query column.
select(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
SELECTs the given SQL expression as a result column.
select() - Method in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
 
select() - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Adds this expression to the list of those SELECTed in its surrounding query statement.
selected - Variable in class com.triactive.jdo.store.sql.FetchStatement
 
selected - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
A list of StatementText objects representing the result expressions that have been selected.
set(int, int) - Method in class com.triactive.jdo.util.IntArrayList
Replaces the element at the specified position in this list with the specified element.
setAutoCreateTables(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setAutoCreateTables(boolean) - Method in interface com.triactive.jdo.SchemaManagementOptions
Sets whether or not to automatically create any missing database objects (tables, constraints, indexes, etc.).
setBoolean(PersistenceManager, PreparedStatement, int, boolean) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
setBoolean(PersistenceManager, PreparedStatement, int, boolean) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setByte(PersistenceManager, PreparedStatement, int, byte) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
setByte(PersistenceManager, PreparedStatement, int, byte) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setByteField(PersistenceCapable, int, byte, byte) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setCandidates(Extent) - Method in class com.triactive.jdo.store.query.JdoqlQuery
Set the candidate Extent to query.
setCandidates(Collection) - Method in class com.triactive.jdo.store.query.JdoqlQuery
Set the candidate Collection to query.
setCandidates(Extent) - Method in class com.triactive.jdo.store.query.Query
Set the candidate Extent to query.
setCandidates(Collection) - Method in class com.triactive.jdo.store.query.Query
Set the candidate Collection to query.
setCandidates(Extent) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Set the candidate Extent to query.
setCandidates(Collection) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Set the candidate Collection to query.
setChar(PersistenceManager, PreparedStatement, int, char) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
setChar(PersistenceManager, PreparedStatement, int, char) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setCharField(PersistenceCapable, int, char, char) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setClass(Class) - Method in class com.triactive.jdo.store.query.Query
Set the class of the candidate instances of the query.
setColumn(int, Column) - Method in class com.triactive.jdo.store.sql.CandidateKey
 
setColumn(int, Column, Column) - Method in class com.triactive.jdo.store.sql.ForeignKey
 
setColumn(int, Column) - Method in class com.triactive.jdo.store.sql.Index
 
setConnectionDriverName(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the driver name for the data store connection.
setConnectionFactory(Object) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the data store connection factory.
setConnectionFactory2(Object) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the second data store connection factory.
setConnectionFactory2Name(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the name for the second data store connection factory.
setConnectionFactoryName(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the name for the data store connection factory.
setConnectionPassword(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the password for the data store connection.
setConnectionURL(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the URL for the data store connection.
setConnectionUserName(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the user name for the data store connection.
setConstraints(String) - Method in class com.triactive.jdo.store.sql.Column
 
setDate(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class com.triactive.jdo.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDefaultFetchGroup(boolean) - Method in class com.triactive.jdo.model.FieldMetaData
 
setDistinct(boolean) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Sets the distinct mode flag, indicating whether or not results must be DISTINCT (unique).
setDouble(PersistenceManager, PreparedStatement, int, double) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setDouble(PersistenceManager, PreparedStatement, int, double) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
setDoubleField(PersistenceCapable, int, double, double) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setExactPrecision(int) - Method in class com.triactive.jdo.store.sql.Column
 
setExtensions(Map) - Method in interface com.triactive.jdo.Query
Sets multiple extensions, or use null to clear all extensions.
setExtensions(Map) - Method in class com.triactive.jdo.store.query.Query
Sets multiple extensions, or use null to clear all extensions.
setFetchSize(int) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default JDBC fetch size for all PersistenceManagers obtained from this factory.
setFetchSize(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setFetchSize(int) - Method in interface com.triactive.jdo.Transaction
 
setField(int, Object, Object, boolean) - Method in interface com.triactive.jdo.StateManager
 
setField(int, Object, Object, boolean) - Method in class com.triactive.jdo.state.StateManagerImpl
Updates the current value of the specified field.
setFilter(String) - Method in class com.triactive.jdo.store.query.Query
Set the filter for the query.
setFilter(String) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Set the filter for the query.
setFixedLength(int) - Method in class com.triactive.jdo.store.sql.Column
 
setFloat(PersistenceManager, PreparedStatement, int, float) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setFloat(PersistenceManager, PreparedStatement, int, float) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
setFloatField(PersistenceCapable, int, float, float) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setForceConnectionInit(boolean) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The ForceConnectionInit setting for all PersistenceManagers obtained from this factory.
setForceConnectionInit(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setForcedInitialization(boolean) - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
When true, every returned connection is forcibly initialized with setAutoCommit() and setTransactionIsolation().
setGrouping(String) - Method in interface com.triactive.jdo.Query
Set the grouping expressions, optionally including a "having" clause.
setGrouping(String) - Method in class com.triactive.jdo.store.query.Query
Set the grouping expressions, optionally including a "having" clause.
setGrouping(String) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Set the grouping expressions, optionally including a "having" clause.
setGrouping(List) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Establishes the GROUP BY clause for this statement.
setHours(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHours(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setIgnoreCache(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
setIgnoreCache(boolean) - Method in class com.triactive.jdo.store.query.Query
Set the ignoreCache option.
setInt(PersistenceManager, PreparedStatement, int, int) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setInt(PersistenceManager, PreparedStatement, int, int) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
setIntField(PersistenceCapable, int, int, int) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setJdbcTrace(String) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The JDBC trace options for all PersistenceManagers obtained from this factory.
setJdbcTrace(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setLogExecutionFailures(boolean) - Method in class com.triactive.jdo.jdbc.trace.Trace
When true, any SQL statement whose execution throws a SQLException is logged at ERROR level.
setLogExecutionTimes(boolean) - Method in class com.triactive.jdo.jdbc.trace.Trace
When true, each SQL statement is logged at INFO level upon successful execution, along with the execution time in milliseconds.
setLogWarnings(boolean) - Method in class com.triactive.jdo.jdbc.trace.Trace
When true, all SQLWarning objects occurring on a Connection, Statement, or ResultSet are logged at WARN level.
setLogWriter(PrintWriter) - Method in class com.triactive.jdo.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.triactive.jdo.DriverManagerDataSource
 
setLong(PersistenceManager, PreparedStatement, int, long) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setLong(PersistenceManager, PreparedStatement, int, long) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
setLongField(PersistenceCapable, int, long, long) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setMapping(Mapping) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
setMapping(Mapping) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Sets the preferred mapping for mapping this expression to/from Java objects.
setMaxPool(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the MaxPool setting for the PersistenceManager pool for this factory.
setMaximumLength(int) - Method in class com.triactive.jdo.store.sql.Column
 
setMinPool(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the MinPool setting for the PersistenceManager pool for this factory.
setMinSize(List, int) - Static method in class com.triactive.jdo.store.sql.Key
 
setMinimumPrecision(int) - Method in class com.triactive.jdo.store.sql.Column
 
setMinutes(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMinutes(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMonth(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class com.triactive.jdo.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMsWait(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the MsWait setting for the PersistenceManager pool for this factory.
setMultithreaded(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setMultithreaded(boolean) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
setNanos(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
 
setNontransactionalRead(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setNullable(boolean) - Method in class com.triactive.jdo.store.sql.Column
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.BigDecimalMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.BigIntegerMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.BooleanMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.ByteArrayMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.ByteMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.CharacterMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.DateMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.DoubleMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.FloatMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.IntegerMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.LongMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.OIDMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.ObjectDatastoreIdMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.ObjectReferenceDatastoreIdMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.OracleBlobMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.SqlDateMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
 
setObject(PersistenceManager, PreparedStatement, int, Object) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
setObjectField(PersistenceCapable, int, Object, Object) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setOptimistic(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptions(String) - Method in class com.triactive.jdo.jdbc.trace.Trace
Enables the trace options specified in the given string.
setOptions(ColumnOptions) - Method in class com.triactive.jdo.store.sql.Column
 
setOrdering(String) - Method in class com.triactive.jdo.store.query.Query
Set the ordering specification for the result Collection.
setOrdering(String) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Set the ordering specification for the result Collection.
setOrdering(List) - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Establishes the ORDER BY clause for this statement.
setPrimaryKey(PrimaryKey) - Method in class com.triactive.jdo.store.sql.BaseTable
 
setRestoreValues(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default RestoreValues setting for all PersistenceManager instances obtained from this factory.
setResult(String) - Method in interface com.triactive.jdo.Query
Specifies what type of data this query should return.
setResult(String) - Method in class com.triactive.jdo.store.query.Query
Specifies what type of data this query should return.
setResult(String) - Method in class com.triactive.jdo.store.query.TjdoSqlQuery
Specifies what type of data this query should return.
setResultClass(Class) - Method in interface com.triactive.jdo.Query
Specifies the type of object in which to return each element of the result of invoking Query.execute() or one of its siblings.
setResultClass(Class) - Method in class com.triactive.jdo.store.query.Query
Specifies the type of object in which to return each element of the result of invoking Query.execute() or one of its siblings.
setResultSetType(String) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default result set type for all PersistenceManagers obtained from this factory.
setResultSetType(int) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default result set type for all PersistenceManagers obtained from this factory.
setResultSetType(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setResultSetType(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setResultSetType(int) - Method in interface com.triactive.jdo.Transaction
 
setRetainValues(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setScale(short) - Method in class com.triactive.jdo.store.sql.Column
 
setSeconds(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSeconds(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setShort(PersistenceManager, PreparedStatement, int, short) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setShort(PersistenceManager, PreparedStatement, int, short) - Method in class com.triactive.jdo.store.mapping.ShortMapping
 
setShortField(PersistenceCapable, int, short, short) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.mapping.ColumnMapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.mapping.OracleClobMapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.mapping.OracleStringMapping
 
setString(PersistenceManager, PreparedStatement, int, String) - Method in class com.triactive.jdo.store.mapping.StringMapping
 
setStringField(PersistenceCapable, int, String, String) - Method in class com.triactive.jdo.state.StateManagerImpl
This method is called by the associated PersistenceCapable when the corresponding mutator method (setXXX()) is called on the PersistenceCapable.
setTime(long) - Method in class com.triactive.jdo.sco.Date
 
setTime(long) - Method in class com.triactive.jdo.sco.SqlDate
 
setTime(long) - Method in class com.triactive.jdo.sco.SqlTimestamp
 
setTraceOptions(String) - Method in class com.triactive.jdo.jdbc.InitializedConnectionFactory
Sets the JDBC trace options.
setTransactionIsolation(String) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default transaction isolation level for all PersistenceManagers obtained from this factory.
setTransactionIsolation(int) - Method in interface com.triactive.jdo.PersistenceManagerFactory
The default transaction isolation level for all PersistenceManagers obtained from this factory.
setTransactionIsolation(String) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setTransactionIsolation(int) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setTransactionIsolation(int) - Method in interface com.triactive.jdo.Transaction
 
setTypeInfo(TypeInfo) - Method in class com.triactive.jdo.store.sql.Column
 
setUnique(boolean) - Method in interface com.triactive.jdo.Query
Specify that only the first result of the query should be returned, rather than a collection.
setUnique(boolean) - Method in class com.triactive.jdo.store.query.Query
Specify that only the first result of the query should be returned, rather than a collection.
setUnique(boolean) - Method in class com.triactive.jdo.store.sql.Column
 
setUnlimitedLength() - Method in class com.triactive.jdo.store.sql.Column
 
setUserObject(Object) - Method in class com.triactive.jdo.PersistenceManagerImpl
 
setValidateConstraints(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setValidateConstraints(boolean) - Method in interface com.triactive.jdo.SchemaManagementOptions
Sets whether or not to automatically validate the existence of all appropriate foreign key constraints and indexes.
setValidateTables(boolean) - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
 
setValidateTables(boolean) - Method in interface com.triactive.jdo.SchemaManagementOptions
Sets whether or not to automatically validate the structure of all database tables to ensure they're compatible with the Java classes.
setYear(int) - Method in class com.triactive.jdo.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class com.triactive.jdo.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class com.triactive.jdo.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
size() - Method in class com.triactive.jdo.sco.HashMap
 
size() - Method in class com.triactive.jdo.sco.HashSet
 
size() - Method in class com.triactive.jdo.sco.Hashtable
 
size() - Method in class com.triactive.jdo.store.request.RequestCache
Returns the current number of entries in this request cache.
size() - Method in class com.triactive.jdo.store.sql.CandidateKey
 
size() - Method in class com.triactive.jdo.store.sql.Index
 
size() - Method in class com.triactive.jdo.util.IntArrayList
Returns the number of elements in this list.
size() - Method in class com.triactive.jdo.util.InternPool
 
size() - Method in class com.triactive.jdo.util.SoftHashMap
Returns the number of key-value mappings in this map.
size() - Method in class com.triactive.jdo.util.WeakHashSet
Returns the number of elements in this set (its cardinality).
sizeMethod() - Method in class com.triactive.jdo.store.sql.expr.CandidateSetExpression
 
sizeMethod() - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
sizeMethod() - Method in class com.triactive.jdo.store.sql.expr.MapLiteral
 
sizeMethod() - Method in class com.triactive.jdo.store.sql.expr.SetExpression
 
sizeMethod() - Method in class com.triactive.jdo.store.sql.expr.SetLiteral
 
sizeMethod() - Method in class com.triactive.jdo.store.sql.expr.SubquerySetExpression
 
sm - Variable in class com.triactive.jdo.store.request.EmbeddedRequest
 
sql - Variable in class com.triactive.jdo.store.sql.expr.op.Operator
 
sqlText - Variable in class com.triactive.jdo.store.sql.expr.TableExpression
 
srcPath - Variable in class com.triactive.jdo.enhance.ReferenceEnhancer
 
startsWith(Key) - Method in class com.triactive.jdo.store.sql.Key
 
startsWithMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
startsWithMethod(SqlExpression, SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
startsWithMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
startsWithMethod(SqlExpression, SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
stmtText - Variable in class com.triactive.jdo.store.request.EmbeddedRequest
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeBooleanField(int, boolean) - Method in interface com.triactive.jdo.FieldManager
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.GenericFieldManager
 
storeBooleanField(int, boolean) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeByteField(int, byte) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeByteField(int, byte) - Method in interface com.triactive.jdo.FieldManager
 
storeByteField(int, byte) - Method in class com.triactive.jdo.GenericFieldManager
 
storeByteField(int, byte) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeCharField(int, char) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeCharField(int, char) - Method in interface com.triactive.jdo.FieldManager
 
storeCharField(int, char) - Method in class com.triactive.jdo.GenericFieldManager
 
storeCharField(int, char) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeDoubleField(int, double) - Method in interface com.triactive.jdo.FieldManager
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.GenericFieldManager
 
storeDoubleField(int, double) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeFloatField(int, float) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeFloatField(int, float) - Method in interface com.triactive.jdo.FieldManager
 
storeFloatField(int, float) - Method in class com.triactive.jdo.GenericFieldManager
 
storeFloatField(int, float) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeIntField(int, int) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeIntField(int, int) - Method in interface com.triactive.jdo.FieldManager
 
storeIntField(int, int) - Method in class com.triactive.jdo.GenericFieldManager
 
storeIntField(int, int) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeLongField(int, long) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeLongField(int, long) - Method in interface com.triactive.jdo.FieldManager
 
storeLongField(int, long) - Method in class com.triactive.jdo.GenericFieldManager
 
storeLongField(int, long) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeMgr - Variable in class com.triactive.jdo.store.query.Query
 
storeMgr - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The associated store manager.
storeObjectField(int, Object) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeObjectField(int, Object) - Method in interface com.triactive.jdo.FieldManager
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.GenericFieldManager
 
storeObjectField(int, Object) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeShortField(int, short) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeShortField(int, short) - Method in interface com.triactive.jdo.FieldManager
 
storeShortField(int, short) - Method in class com.triactive.jdo.GenericFieldManager
 
storeShortField(int, short) - Method in class com.triactive.jdo.store.ParameterSetter
 
storeStringField(int, String) - Method in class com.triactive.jdo.AbstractFieldManager
 
storeStringField(int, String) - Method in interface com.triactive.jdo.FieldManager
 
storeStringField(int, String) - Method in class com.triactive.jdo.GenericFieldManager
 
storeStringField(int, String) - Method in class com.triactive.jdo.store.ParameterSetter
 
storedClasses() - Method in interface com.triactive.jdo.SchemaManager
Returns the set of PersistenceCapable classes currently stored in this schema.
storesLowerCaseIdentifiers - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database stores all identifiers in lower-case.
storesLowerCaseIdentifiers() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
storesUpperCaseIdentifiers - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database stores all identifiers in upper-case.
storesUpperCaseIdentifiers() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
stringToTimestamp(String, Calendar) - Static method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
Converts a string in JDBC timestamp escape format to a java.sql.Timestamp object using the "UTC" time zone.
stringValue() - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
stringValue(String, String) - Static method in class com.triactive.jdo.util.SystemProperty
Returns the value of a system property as a String.
sub(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
sub(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.DecimalLiteral
 
sub(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.IntegerLiteral
 
sub(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.NumericExpression
 
sub(SqlExpression) - Method in interface com.triactive.jdo.store.sql.expr.SqlExpression
Returns a new expression representing "this - expr".
subclassCode() - Method in class com.triactive.jdo.store.adapter.SqlState
Returns the subclass code for this SQLSTATE.
subexpressions() - Method in interface com.triactive.jdo.store.sql.expr.AbstractSqlExpression.CompoundExpression
Returns all the subexpressions that are included in the body of this expression.
subfieldName - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
substituteMacros(MacroString.MacroHandler) - Method in class com.triactive.jdo.util.MacroString
 
substringMethod(StringExpression, NumericExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL String.substring(str,begin) method.
substringMethod(StringExpression, NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL String.substring(str,begin,end) method.
substringMethod(SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
substringMethod(SqlExpression, SqlExpression) - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
substringMethod(NumericExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
substringMethod(NumericExpression, NumericExpression) - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
sumFunction(SqlExpression) - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Returns the appropriate SQL expression for the JDOQL SUM() function.
superquery - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The surrounding statement if this is a subquery, otherwise null.
supertables - Variable in class com.triactive.jdo.store.sql.FetchStatement
 
supertables - Variable in class com.triactive.jdo.store.sql.expr.TableExprAsSubjoins
 
supportedOptions() - Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
The application can determine from the results of this method which optional features, and which query languages are supported by the JDO implementation.
supportsBooleanComparison() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
Indicates whether or not two boolean expressions can be directly compared to each other using the = or <> operator.
supportsCorrelatedSubqueries - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database supports correlated subqueries.
supportsCorrelatedSubqueries() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.adapter.HsqldbAdapter
 
supportsDeferredConstraints() - Method in class com.triactive.jdo.store.adapter.MysqlAdapter
 
supportsGroupByUnrelated - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database supports using a column that is not in the SELECT statement in a GROUP BY clause.
supportsGroupByUnrelated() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
supportsNullsInCandidateKeys() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
supportsOrderByUnrelated - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database supports using a column that is not in the SELECT statement in an ORDER BY clause.
supportsOrderByUnrelated() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
supportsSubqueriesInExists - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database supports subqueries in EXISTS.
supportsSubqueriesInExists() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
supportsSubqueriesInIns - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
true if the database supports subqueries in IN.
supportsSubqueriesInIns() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 

T

TABLE_STATE_CONSTRAINTS_FROZEN - Static variable in class com.triactive.jdo.store.sql.BaseTable
 
TABLE_STATE_CONSTRAINTS_INITIALIZED - Static variable in class com.triactive.jdo.store.sql.BaseTable
 
TABLE_TYPE_BASE_TABLE - Static variable in interface com.triactive.jdo.store.sql.Table
Returned by MgmtTransaction.getTableType() if the table is a base table.
TABLE_TYPE_MISSING - Static variable in interface com.triactive.jdo.store.sql.Table
Returned by MgmtTransaction.getTableType() if the table does not exist.
TABLE_TYPE_UNKNOWN - Static variable in interface com.triactive.jdo.store.sql.Table
Returned by MgmtTransaction.getTableType() if the table type is not recognized.
TABLE_TYPE_VIEW - Static variable in interface com.triactive.jdo.store.sql.Table
Returned by MgmtTransaction.getTableType() if the table is a view.
TRANSACTION_ROLLBACK - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
TRANSACTION_ROLLBACK - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
TRIGGERED_ACTION_EXCEPTION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
TRIGGERED_DATA_CHANGE_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
TRIGGERED_DATA_CHANGE_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
TRIM - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
Table - interface com.triactive.jdo.store.sql.Table.
 
TableExprAsJoins - class com.triactive.jdo.store.sql.expr.TableExprAsJoins.
A SQL table expression that joins superclass tables by joining them directly to the surrounding QueryStatement.
TableExprAsJoins(QueryStatement, Table, CorrelationName) - Constructor for class com.triactive.jdo.store.sql.expr.TableExprAsJoins
 
TableExprAsSubjoins - class com.triactive.jdo.store.sql.expr.TableExprAsSubjoins.
A SQL table expression that joins superclass tables by constructing a parenthesized set of subjoins.
TableExprAsSubjoins(QueryStatement, Table, CorrelationName) - Constructor for class com.triactive.jdo.store.sql.expr.TableExprAsSubjoins
 
TableExprAsSubquery - class com.triactive.jdo.store.sql.expr.TableExprAsSubquery.
A SQL table expression that joins superclass tables by constructing a parenthesized sub-SELECT statement.
TableExprAsSubquery(QueryStatement, Table, CorrelationName) - Constructor for class com.triactive.jdo.store.sql.expr.TableExprAsSubquery
 
TableExpression - class com.triactive.jdo.store.sql.expr.TableExpression.
Represents a SQL table expression as might be listed in the FROM clause of a SELECT statement.
TableExpression(QueryStatement, Table, CorrelationName) - Constructor for class com.triactive.jdo.store.sql.expr.TableExpression
 
TableInfo - class com.triactive.jdo.store.adapter.TableInfo.
Represents the metadata of a specific table.
TableInfo(ResultSet) - Constructor for class com.triactive.jdo.store.adapter.TableInfo
Constructs a table information object from the current row of the given result set.
TableInfo(String, String, String, String, String) - Constructor for class com.triactive.jdo.store.adapter.TableInfo
Constructs a table information object from its individual attributes.
TableMetadata - class com.triactive.jdo.store.sql.TableMetadata.
 
TableMetadata(int, String, TableName) - Constructor for class com.triactive.jdo.store.sql.TableMetadata
 
TableMismatchException - exception com.triactive.jdo.store.sql.expr.TableMismatchException.
A TableMismatchException is thrown if the query statement generator attempts to reference a column in a table expression but the column's table is not present in the expression, nor can it be sensibly joined to the expression.
TableMismatchException(Column, Table) - Constructor for class com.triactive.jdo.store.sql.expr.TableMismatchException
Constructs a table mismatch exception.
TableName - class com.triactive.jdo.store.sql.TableName.
An SQL table name.
TableName(DatabaseAdapter, String) - Constructor for class com.triactive.jdo.store.sql.TableName
Constructs a table name.
TableName(DatabaseAdapter, String, String) - Constructor for class com.triactive.jdo.store.sql.TableName
Constructs a table name.
TableName(DatabaseAdapter, String, String, String) - Constructor for class com.triactive.jdo.store.sql.TableName
Constructs a table name.
TableName(DatabaseAdapter, SchemaName, String) - Constructor for class com.triactive.jdo.store.sql.TableName
Constructs a table name.
TjdoSqlQuery - class com.triactive.jdo.store.query.TjdoSqlQuery.
A JDO query that uses raw SQL, possibly with embedded macros.
TjdoSqlQuery(PersistenceManager, String) - Constructor for class com.triactive.jdo.store.query.TjdoSqlQuery
Constructs a new query instance having the same criteria as the given query.
TooManyForeignKeysException - exception com.triactive.jdo.store.sql.TooManyForeignKeysException.
A TooManyForeignKeysException is thrown when trying to add a foreign key to a table and the table already has the maximum allowed number of foreign keys.
TooManyForeignKeysException(BaseTable) - Constructor for class com.triactive.jdo.store.sql.TooManyForeignKeysException
Constructs a too-many-foreign-keys exception.
TooManyIndicesException - exception com.triactive.jdo.store.sql.TooManyIndicesException.
A TooManyIndicesException is thrown when trying to add an index to a table and the table already has the maximum allowed number of indices.
TooManyIndicesException(BaseTable) - Constructor for class com.triactive.jdo.store.sql.TooManyIndicesException
Constructs a too-many-indices exception.
Trace - class com.triactive.jdo.jdbc.trace.Trace.
Provides tracing of JDBC activity.
Trace() - Constructor for class com.triactive.jdo.jdbc.trace.Trace
Constructs a new trace object.
Trace(String) - Constructor for class com.triactive.jdo.jdbc.trace.Trace
Constructs a new trace object configured according to the given options string.
Transaction - interface com.triactive.jdo.Transaction.
 
TransactionActiveException - exception com.triactive.jdo.TransactionActiveException.
An TransactionActiveException is thrown if a transaction is already active and an operation is performed that requires that a transaction not be active (such as beginning a transaction).
TransactionActiveException() - Constructor for class com.triactive.jdo.TransactionActiveException
Constructs a transaction active exception.
TransactionCompletionException - exception com.triactive.jdo.TransactionCompletionException.
An TransactionCompletionException is thrown if a commit or rollback is already in progress and an operation is attempted that cannot be performed during transaction completion.
TransactionCompletionException() - Constructor for class com.triactive.jdo.TransactionCompletionException
Constructs a transaction completion exception.
TransactionNotActiveException - exception com.triactive.jdo.TransactionNotActiveException.
An TransactionNotActiveException is thrown if a transaction is not active and an operation is performed that requires that a transaction be active (such as committing a transaction).
TransactionNotActiveException() - Constructor for class com.triactive.jdo.TransactionNotActiveException
Constructs a transaction not active exception.
TypeInfo - class com.triactive.jdo.store.adapter.TypeInfo.
Represents the metadata of a specific JDBC data type.
TypeInfo(ResultSet, int) - Constructor for class com.triactive.jdo.store.adapter.TypeInfo
Constructs a type information object from the current row of the given result set.
TypeInfo(String, short, int, String, String, String, int, boolean, short, boolean, boolean, boolean, String, short, short, int) - Constructor for class com.triactive.jdo.store.adapter.TypeInfo
Constructs a type information object from its individual attributes.
TypeNameLiteral - class com.triactive.jdo.store.sql.expr.TypeNameLiteral.
 
TypeNameLiteral(QueryStatement, String) - Constructor for class com.triactive.jdo.store.sql.expr.TypeNameLiteral
 
Types - class com.triactive.jdo.model.Types.
 
Types() - Constructor for class com.triactive.jdo.model.Types
 
Types - class com.triactive.jdo.util.Types.
Contains static methods related to Java and JDO type conversions.
table - Variable in class com.triactive.jdo.store.request.Request.IdTbl
 
table - Variable in class com.triactive.jdo.store.request.Request.IdTblFld
 
table - Variable in class com.triactive.jdo.store.request.Request.IdTblFlds
 
table - Variable in class com.triactive.jdo.store.request.Request
The base table on which this request operates.
table - Variable in class com.triactive.jdo.store.sql.Key
 
table1 - Variable in class com.triactive.jdo.store.request.Request.IdTblTblFld
 
table2 - Variable in class com.triactive.jdo.store.request.Request.IdTblTblFld
 
tableCat - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
The table catalog, which may be null.
tableCat - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Table catalog, which may be null.
tableCat - Variable in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
The primary key table catalog, which may be null.
tableCat - Variable in class com.triactive.jdo.store.adapter.TableInfo
Table catalog, (may be null).
tableExists(TableName) - Method in class com.triactive.jdo.store.StoreManager.MgmtTransaction
Tests if a database table exists.
tableExpr - Variable in class com.triactive.jdo.store.sql.expr.Join
 
tableExprsByRangeVar - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
A map of CorrelationName to TableExpression containing all table expressions in the statement.
tableID - Variable in class com.triactive.jdo.store.sql.TableMetadata
 
tableName - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
The table name.
tableName - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Table name.
tableName - Variable in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
The primary key table name.
tableName - Variable in class com.triactive.jdo.store.adapter.TableInfo
Table name.
tableName - Variable in class com.triactive.jdo.store.sql.TableMetadata
 
tableSchem - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
The table schema, which may be null.
tableSchem - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Table schema, which may be null.
tableSchem - Variable in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
The primary key table schema, which may be null.
tableSchem - Variable in class com.triactive.jdo.store.adapter.TableInfo
Table schema, (may be null).
tableType - Variable in class com.triactive.jdo.store.adapter.TableInfo
Table type.
te - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
The table expression of this query column.
thisClass - Variable in class com.triactive.jdo.util.MacroString
 
timestampToString(Timestamp, Calendar) - Static method in class com.triactive.jdo.store.mapping.SqlTimestampMapping
Formats a timestamp in JDBC timestamp escape format using the "UTC" time zone.
toArray() - Method in class com.triactive.jdo.sco.HashSet
 
toArray(Object[]) - Method in class com.triactive.jdo.sco.HashSet
 
toArray() - Method in class com.triactive.jdo.util.IntArrayList
Returns an array containing all of the elements in this list.
toCols - Variable in class com.triactive.jdo.store.sql.expr.Join
 
toColumns() - Method in class com.triactive.jdo.store.sql.expr.Join
 
toExpression() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Returns a properly-typed SQL expression representing this query column.
toJvmIdString(Object) - Static method in class com.triactive.jdo.util.Strings
Converts an object to a simple string representation showing just its type and JVM identity.
toLowerCaseMethod() - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
toLowerCaseMethod() - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
toShortJvmIdString(Object) - Static method in class com.triactive.jdo.util.Strings
Converts an object to a simple string representation showing just its type (in short form) and JVM identity.
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.BinaryLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.BooleanLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.CandidateSetExpression
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.CharacterLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.DateLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.MapExpression
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.NullLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.OIDLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.ObjectLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.ObjectNondurableIdExpression
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Generates and returns the statement text for this query statement.
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.SetLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.SqlDateLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.SqlTimestampLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.StarLiteral
 
toStatementText() - Method in interface com.triactive.jdo.store.sql.expr.StatementTextGenerator
Returns the SQL statement text which this object generates.
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.TypeNameLiteral
 
toStatementText() - Method in class com.triactive.jdo.store.sql.expr.UnboundVariable
 
toStatementText(List) - Method in class com.triactive.jdo.store.sql.expr.fn.CastFunction
 
toStatementText(List) - Method in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
toStatementText(List) - Method in class com.triactive.jdo.store.sql.expr.fn.SubstringFunction
 
toStatementText(List) - Method in class com.triactive.jdo.store.sql.expr.fn.SumFunction
 
toString() - Method in class com.triactive.jdo.model.FieldMetaData
 
toString() - Method in class com.triactive.jdo.sco.HashMap
 
toString() - Method in class com.triactive.jdo.sco.HashSet
 
toString() - Method in class com.triactive.jdo.sco.Hashtable
 
toString() - Method in class com.triactive.jdo.state.StateManagerImpl
 
toString() - Method in class com.triactive.jdo.store.OID
Returns the string representation of the OID.
toString() - Method in class com.triactive.jdo.store.RetryableTransaction
Returns a description of the transaction.
toString(Collection) - Static method in class com.triactive.jdo.store.SchemaValidationException
Converts the given collection of objects to string as a comma-separated list.
toString() - Method in class com.triactive.jdo.store.adapter.ColumnInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
 
toString() - Method in class com.triactive.jdo.store.adapter.DatabaseIdentifier
 
toString() - Method in class com.triactive.jdo.store.adapter.ForeignKeyInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.adapter.IndexInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.adapter.PrimaryKeyInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.adapter.TableInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.adapter.TypeInfo
Returns the string representation of this object.
toString() - Method in class com.triactive.jdo.store.request.Request.Id
 
toString() - Method in class com.triactive.jdo.store.request.Request.IdTbl
 
toString() - Method in class com.triactive.jdo.store.request.Request.IdTblFld
 
toString() - Method in class com.triactive.jdo.store.request.Request.IdTblFlds
 
toString() - Method in class com.triactive.jdo.store.request.Request.IdTblTblFld
 
toString() - Method in class com.triactive.jdo.store.sql.CandidateKey
 
toString() - Method in class com.triactive.jdo.store.sql.Column
 
toString() - Method in class com.triactive.jdo.store.sql.FetchStatement
 
toString() - Method in class com.triactive.jdo.store.sql.ForeignKey
 
toString() - Method in class com.triactive.jdo.store.sql.Index
 
toString() - Method in class com.triactive.jdo.store.sql.PrimaryKey
 
toString() - Method in class com.triactive.jdo.store.sql.QualifiedName
Returns the SQL string representation of this qualified name.
toString() - Method in class com.triactive.jdo.store.sql.SchemaName
Returns the SQL string representation of this schema name.
toString() - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Returns the string representation of this SQL identifier.
toString() - Method in class com.triactive.jdo.store.sql.expr.AbstractSqlExpression
 
toString() - Method in class com.triactive.jdo.store.sql.expr.JoinType
 
toString() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement.QueryColumn
Returns the string representation of this query column.
toString() - Method in class com.triactive.jdo.store.sql.expr.QueryStatement
Returns the text of this statement.
toString() - Method in class com.triactive.jdo.store.sql.expr.StandardJoin
 
toString() - Method in class com.triactive.jdo.store.sql.expr.StatementText
 
toString() - Method in interface com.triactive.jdo.store.sql.expr.StatementTextGenerator
Returns the SQL statement text which this object generates as a string.
toString() - Method in class com.triactive.jdo.store.sql.expr.TableExprAsJoins
 
toString() - Method in class com.triactive.jdo.store.sql.expr.TableExprAsSubjoins
 
toString() - Method in class com.triactive.jdo.store.sql.expr.TableExprAsSubquery
 
toString() - Method in class com.triactive.jdo.store.sql.expr.TableExpression
 
toString() - Method in class com.triactive.jdo.store.sql.expr.op.Operator
 
toString() - Method in class com.triactive.jdo.util.IntArrayList
Returns a string representation of this list.
toString() - Method in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
toString() - Method in class com.triactive.jdo.util.ReadWriteLock
 
toStringSafely(Object) - Static method in class com.triactive.jdo.util.Strings
Used as a "safer" form of Object.toString().
toUpperCaseMethod() - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
toUpperCaseMethod() - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
traceConnection(Connection) - Method in class com.triactive.jdo.jdbc.trace.Trace
Places a tracing wrapper around the specified connection.
trimMethod() - Method in class com.triactive.jdo.store.sql.expr.StringExpression
 
trimMethod() - Method in class com.triactive.jdo.store.sql.expr.StringLiteral
 
trimToSize() - Method in class com.triactive.jdo.util.IntArrayList
Trims the capacity of this IntArrayList instance to be the list's current size.
truthTest - Variable in class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression
 
type - Variable in class com.triactive.jdo.model.FieldMetaData
 
type - Variable in class com.triactive.jdo.store.adapter.IndexInfo
Index type.
type - Variable in class com.triactive.jdo.store.mapping.Mapping
The Java type mapped by this mapping.
type - Variable in class com.triactive.jdo.store.sql.expr.Join
 
type() - Method in class com.triactive.jdo.store.sql.expr.Join
 
typeInfo - Variable in class com.triactive.jdo.store.mapping.ColumnMapping
The JDBC type info.
typeMappings - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
A map of Java types to Mapping classes.
typeName - Variable in class com.triactive.jdo.store.adapter.ColumnInfo
The local type name used by the data source.
typeName - Variable in class com.triactive.jdo.store.adapter.TypeInfo
The DBMS-specific name for this data type.
types - Variable in class com.triactive.jdo.store.adapter.DatabaseAdapter
A list of TypeInfo object representing all the data types, in the order returned by DatabaseMetaData.getTypeInfo().

U

UNLIMITED_LENGTH - Static variable in class com.triactive.jdo.store.sql.Column
 
UPPER - Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
 
URL_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the JDBC driver URL to use for all tests.
USER_PROPERTY - Static variable in interface com.triactive.jdo.DatabaseProperties
The system property containing the database user name to use for the test.
UnboundVariable - class com.triactive.jdo.store.sql.expr.UnboundVariable.
 
UnboundVariable(QueryStatement, String, Class, JdoqlQuery.Compiler) - Constructor for class com.triactive.jdo.store.sql.expr.UnboundVariable
 
UnexpectedColumnException - exception com.triactive.jdo.store.sql.UnexpectedColumnException.
A UnexpectedColumnException is thrown if an unexpected column is encountered in the database during schema validation.
UnexpectedColumnException(Table, ColumnName) - Constructor for class com.triactive.jdo.store.sql.UnexpectedColumnException
Constructs a unexpected column exception.
UnrelatedStatementsException - exception com.triactive.jdo.store.sql.expr.UnrelatedStatementsException.
Thrown if an operation is attempted involving two query statements that are not related (one is not a subquery of the other).
UnrelatedStatementsException(QueryStatement, QueryStatement) - Constructor for class com.triactive.jdo.store.sql.expr.UnrelatedStatementsException
Constructs a unrelated statements exception.
UnsupportedConnectionFactoryException - exception com.triactive.jdo.UnsupportedConnectionFactoryException.
A UnsupportedConnectionFactoryException is thrown if a configured connection factory is a supported factory type.
UnsupportedConnectionFactoryException(Object) - Constructor for class com.triactive.jdo.UnsupportedConnectionFactoryException
Constructs an unsupported connection exception.
UnsupportedDataTypeException - exception com.triactive.jdo.store.adapter.UnsupportedDataTypeException.
A UnsupportedDataTypeException is thrown if an attempt is made to persist an object field whose data type is not supported by the database and/or the persistence package.
UnsupportedDataTypeException() - Constructor for class com.triactive.jdo.store.adapter.UnsupportedDataTypeException
Constructs an unsupported data type exception with no specific detail message.
UnsupportedDataTypeException(String) - Constructor for class com.triactive.jdo.store.adapter.UnsupportedDataTypeException
Constructs an unsupported data type exception with the specified detail message.
UnsupportedDataTypeException(String, Exception) - Constructor for class com.triactive.jdo.store.adapter.UnsupportedDataTypeException
Constructs an unsupported data type exception with the specified detail message and nested exception.
UnsupportedMapping - class com.triactive.jdo.store.mapping.UnsupportedMapping.
Placeholder mapping class used to indicate an unsupported mapping.
UpdateRequest - class com.triactive.jdo.store.request.UpdateRequest.
 
UpdateRequest.Id - class com.triactive.jdo.store.request.UpdateRequest.Id.
 
UpdateRequest.Id(ClassBaseTable, int[]) - Constructor for class com.triactive.jdo.store.request.UpdateRequest.Id
 
unaryNumericPromotion(Class) - Static method in class com.triactive.jdo.util.Types
Performs unary numeric promotion on the given type.
unbox(Class) - Static method in class com.triactive.jdo.util.Types
Performs an unboxing conversion, if applicable.
unbox(Class[]) - Static method in class com.triactive.jdo.util.Types
Performs an unboxing conversion on multiple classes.
undelimited() - Method in class com.triactive.jdo.store.sql.SchemaName
Returns the undelimited string representation of this schema name.
undelimited() - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Returns the undelimited string representation of this identifier.
unique - Variable in class com.triactive.jdo.store.query.Query
 
unlock() - Method in class com.triactive.jdo.util.ReadWriteLock
Release a read or write lock.
unparsed - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
unprotectedOuterJoins() - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
Returns the set of unprotected outer join columns for this expression.
unprotectedOuterJoins(QueryStatement) - Method in class com.triactive.jdo.store.sql.expr.BooleanExpression
Returns the set of unprotected outer join columns for this expression.
unsetOwner() - Method in interface com.triactive.jdo.SCO
Disconnects this object from its owner.
unsetOwner() - Method in class com.triactive.jdo.sco.Date
 
unsetOwner() - Method in class com.triactive.jdo.sco.HashMap
 
unsetOwner() - Method in class com.triactive.jdo.sco.HashSet
 
unsetOwner() - Method in class com.triactive.jdo.sco.Hashtable
 
unsetOwner() - Method in class com.triactive.jdo.sco.SqlDate
 
unsetOwner() - Method in class com.triactive.jdo.sco.SqlTimestamp
 
unsignedAttribute - Variable in class com.triactive.jdo.store.adapter.TypeInfo
true indicates the type is unsigned, false otherwise.
untruncated() - Method in class com.triactive.jdo.store.sql.SqlIdentifier
Returns the untruncated, undelimited string representation of this identifier.
update(StateManager, int[]) - Method in class com.triactive.jdo.store.StoreManager
Updates a persistent object in the database.
update(StateManager, int[]) - Method in class com.triactive.jdo.store.sql.ClassBaseTable
 
updateObject(StateManager, Object) - Method in class com.triactive.jdo.store.mapping.ComplexMapping
Updates an object in the database.
updateObject(StateManager, Object) - Method in class com.triactive.jdo.store.mapping.MapMapping
 
updateObject(StateManager, Object) - Method in class com.triactive.jdo.store.mapping.SetMapping
 
updateRule - Variable in class com.triactive.jdo.store.adapter.ForeignKeyInfo
What happens to a foreign key when the primary key is updated.
useUpdateLockOnFetch() - Method in interface com.triactive.jdo.Transaction
 

V

VALIDATED - Static variable in class com.triactive.jdo.model.ClassMetaData
 
VALUE - Static variable in class com.triactive.jdo.store.sql.Role
 
View - class com.triactive.jdo.store.sql.View.
 
View(TableName, DatabaseAdapter) - Constructor for class com.triactive.jdo.store.sql.View
 
ViewDefinitionException - exception com.triactive.jdo.store.sql.ViewDefinitionException.
A ViewDefinitionException is thrown if the metadata extension(s) that define a view are missing or invalid.
ViewDefinitionException(Class, String) - Constructor for class com.triactive.jdo.store.sql.ViewDefinitionException
Constructs a class definition exception with the specified detail message.
ViewNotSupportedException - exception com.triactive.jdo.store.ViewNotSupportedException.
A ViewNotSupportedException is thrown if an attempt is made to perform an operation using a class that is backed by a view and the operation is not supported on such classes.
ViewNotSupportedException(Class) - Constructor for class com.triactive.jdo.store.ViewNotSupportedException
Constructs a view not supported exception.
validate() - Method in interface com.triactive.jdo.StateManager
 
validate() - Method in class com.triactive.jdo.state.StateManagerImpl
Validates that the instance exists in the data store.
validate(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
validate(ColumnInfo) - Method in class com.triactive.jdo.store.sql.Column
Asserts that an existing database column matches, or is effectively compatible with, the column described by this Column object.
validate(StoreManager.MgmtTransaction) - Method in interface com.triactive.jdo.store.sql.Table
 
validate(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.View
 
validateConstraints(StoreManager.MgmtTransaction) - Method in class com.triactive.jdo.store.sql.BaseTable
 
value - Variable in class com.triactive.jdo.util.MacroString.IdentifierMacro
 
valueType - Variable in class com.triactive.jdo.model.MapMetaData
 
values() - Method in class com.triactive.jdo.sco.HashMap
 
values() - Method in class com.triactive.jdo.sco.Hashtable
 
values() - Method in class com.triactive.jdo.util.SoftHashMap
Returns a collection view of the values contained in this map.
valuesCollection() - Method in class com.triactive.jdo.store.ManyToManyMapStore
 
valuesCollection() - Method in interface com.triactive.jdo.store.MapStore
Returns a collection view of the map's values.
valuesCollection() - Method in class com.triactive.jdo.store.OneToManyMapStore
 
valuesMethod() - Method in class com.triactive.jdo.store.sql.expr.MapFieldExpression
 
variableNames - Variable in class com.triactive.jdo.store.query.Query
 
variableTypesByName - Variable in class com.triactive.jdo.store.query.Query
 
variables - Variable in class com.triactive.jdo.store.query.Query
 
vendorExtensions - Variable in class com.triactive.jdo.model.MetaData
 
verbose - Variable in class com.triactive.jdo.enhance.ReferenceEnhancer
 

W

WARNING - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
WITH_CHECK_OPTION_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.PostgresqlSqlState.ClassCode
 
WITH_CHECK_OPTION_VIOLATION - Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
 
WeakHashSet - class com.triactive.jdo.util.WeakHashSet.
A Set implementation with weak elements.
WeakHashSet() - Constructor for class com.triactive.jdo.util.WeakHashSet
Constructs a new, empty set; the backing WeakHashMap instance has default initial capacity (16) and load factor (0.75).
WeakHashSet(Collection) - Constructor for class com.triactive.jdo.util.WeakHashSet
Constructs a new set containing the elements in the specified collection.
WeakHashSet(int, float) - Constructor for class com.triactive.jdo.util.WeakHashSet
Constructs a new, empty set; the backing WeakHashMap instance has the specified initial capacity and the specified load factor.
WeakHashSet(int) - Constructor for class com.triactive.jdo.util.WeakHashSet
Constructs a new, empty set; the backing WeakHashMap instance has the specified initial capacity and default load factor, which is 0.75.
WeakValueMap - class com.triactive.jdo.util.WeakValueMap.
A java.util.Map implementation with weak values.
WeakValueMap() - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WeakValueMap(int) - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WeakValueMap(int, float) - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WeakValueMap(Map) - Constructor for class com.triactive.jdo.util.WeakValueMap
 
WrongPrecisionException - exception com.triactive.jdo.store.sql.WrongPrecisionException.
A WrongPrecisionException is thrown if a column is detected to have the wrong precision in the database during schema validation.
WrongPrecisionException(Column, int, int) - Constructor for class com.triactive.jdo.store.sql.WrongPrecisionException
Constructs a wrong precision exception.
WrongPrimaryKeyException - exception com.triactive.jdo.store.sql.WrongPrimaryKeyException.
A WrongPrimaryKeyException is thrown if a table is detected not to have the expected primary key in the database during schema validation.
WrongPrimaryKeyException(Table, PrimaryKey, Collection) - Constructor for class com.triactive.jdo.store.sql.WrongPrimaryKeyException
Constructs a wrong primary key exception.
WrongScaleException - exception com.triactive.jdo.store.sql.WrongScaleException.
A WrongScaleException is thrown if a column is detected to have the wrong scale in the database during schema validation.
WrongScaleException(Column, int, int) - Constructor for class com.triactive.jdo.store.sql.WrongScaleException
Constructs a wrong scale exception.
whereExpr - Variable in class com.triactive.jdo.store.sql.expr.QueryStatement
The content of the WHERE clause, if any.
writeLock() - Method in class com.triactive.jdo.util.ReadWriteLock
Acquire a write lock.
writeReplace() - Method in class com.triactive.jdo.sco.Date
Replaces the object to be serialized with a java.util.Date object.
writeReplace() - Method in class com.triactive.jdo.sco.HashMap
Replaces the object to be serialized with a java.util.HashMap object.
writeReplace() - Method in class com.triactive.jdo.sco.HashSet
Replaces the object to be serialized with a java.util.HashSet object.
writeReplace() - Method in class com.triactive.jdo.sco.Hashtable
Replaces the object to be serialized with a java.util.Hashtable object.
writeReplace() - Method in class com.triactive.jdo.sco.SqlDate
Replaces the object to be serialized with a java.sql.Date object.
writeReplace() - Method in class com.triactive.jdo.sco.SqlTimestamp
Replaces the object to be serialized with a java.sql.Timestamp object.

X

XMLHelper - class com.triactive.jdo.util.XMLHelper.
A utility class used to obtain DocumentBuilders.
XMLMetaDataException - exception com.triactive.jdo.model.XMLMetaDataException.
An XMLMetaDataException is thrown if a structural or logical error is encountered in the XML metadata for a given persistence capable class.
XMLMetaDataException(URL, String) - Constructor for class com.triactive.jdo.model.XMLMetaDataException
Constructs an XML metadata exception with the specified detail message.
XMLMetaDataException(URL, String, Exception) - Constructor for class com.triactive.jdo.model.XMLMetaDataException
Constructs an XML metadata exception with the specified detail message and nested exception.

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

Copyright © 2001-2007 The TJDO Project All Rights Reserved.