|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.
null
for a prototypical
mapping.
Types
.
true
if results must be DISTINCT.
null
if not mapping a persistent field.
true
, every returned connection is forcibly initialized
with setAutoCommit() and setTransactionIsolation().
Connection
.
true
, any SQL statement whose execution throws a
SQLException
is logged at ERROR level.
true
, each SQL statement is logged at INFO level upon
successful execution, along with the execution time in milliseconds.
true
, all SQLWarning
objects occurring
on a Connection
, Statement
, or
ResultSet
are logged at WARN level.
true
if this adapter is best suited for use with
the specified database, based on its identifier and/or metadata.
BufferedQueryIterator.next()
.
JDODataStoreException
or
JDOFatalDataStoreException
for the given
SQLException
based on whether the action causing
the exception has aborted the current transaction.
DatabaseMetaData.getTypeInfo()
.
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.
PersistenceManager
instances.Throwables.
- SCOID - Class in com.triactive.jdo.store
- 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 in com.triactive.jdo.sco
- A mutable second-class Map object.
- SCOProcessor - Class in com.triactive.jdo.sco
- An object that helps manage SCO fields of a particular declared type.
- SCOProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor
-
- SCOProcessor.DateProcessor - Class in com.triactive.jdo.sco
- The SCO processor for java.util.Date fields.
- SCOProcessor.DateProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.DateProcessor
-
- SCOProcessor.HashMapProcessor - Class in com.triactive.jdo.sco
- The SCO processor for java.util.HashMap fields.
- SCOProcessor.HashMapProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.HashMapProcessor
-
- SCOProcessor.HashSetProcessor - Class in com.triactive.jdo.sco
- The SCO processor for java.util.HashSet fields.
- SCOProcessor.HashSetProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.HashSetProcessor
-
- SCOProcessor.HashtableProcessor - Class in com.triactive.jdo.sco
- The SCO processor for java.util.Hashtable fields.
- SCOProcessor.HashtableProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.HashtableProcessor
-
- SCOProcessor.MapProcessor - Class in com.triactive.jdo.sco
- An SCO processor for Map fields.
- SCOProcessor.MapProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.MapProcessor
-
- SCOProcessor.SetProcessor - Class in com.triactive.jdo.sco
- An SCO processor for Set fields.
- SCOProcessor.SetProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.SetProcessor
-
- SCOProcessor.SqlDateProcessor - Class in com.triactive.jdo.sco
- The SCO processor for java.sql.Date fields.
- SCOProcessor.SqlDateProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.SqlDateProcessor
-
- SCOProcessor.SqlTimestampProcessor - Class in com.triactive.jdo.sco
- The SCO processor for java.sql.Timestamp fields.
- SCOProcessor.SqlTimestampProcessor() -
Constructor for class com.triactive.jdo.sco.SCOProcessor.SqlTimestampProcessor
-
- 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() -
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.
- select(Column) -
Method 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.
- selected -
Variable in class com.triactive.jdo.store.sql.FetchStatement
-
- 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
-
- SetExpression - Class in com.triactive.jdo.store.sql.expr
- A SQL expression representing a set of scalar values.
- SetExpression(AbstractSqlExpression.Body) -
Constructor for class com.triactive.jdo.store.sql.expr.SetExpression
-
- 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 class com.triactive.jdo.state.StateManagerImpl
- Updates the current value of the specified field.
- setField(int, Object, Object, boolean) -
Method in interface com.triactive.jdo.StateManager
-
- 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
-
- SetLiteral - Class in com.triactive.jdo.store.sql.expr
- 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
-
- 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.
- setLoginTimeout(int) -
Method in class com.triactive.jdo.DriverManagerDataSource
-
- 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
-
- 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 - Class in com.triactive.jdo.store.mapping
-
- SetMapping(DatabaseAdapter, Class) -
Constructor for class com.triactive.jdo.store.mapping.SetMapping
-
- SetMapping(DatabaseAdapter, FieldMetaData) -
Constructor for class com.triactive.jdo.store.mapping.SetMapping
-
- 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.
- setMaximumLength(int) -
Method in class com.triactive.jdo.store.sql.Column
-
- setMaxPool(int) -
Method in class com.triactive.jdo.PersistenceManagerFactoryImpl
- Set the MaxPool setting for the PersistenceManager pool for this
factory.
- setMinimumPrecision(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
-
- 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.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.OIDMapping
-
- 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.
- SetStore - Interface in com.triactive.jdo.store
- Implements the backing store for a Set field.
- 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.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.
- SetTable - Class in com.triactive.jdo.store.sql
-
- SetTable(TableName, FieldMetaData, DatabaseAdapter) -
Constructor for class com.triactive.jdo.store.sql.SetTable
-
- 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)
.
- ShortMapping - Class in com.triactive.jdo.store.mapping
-
- 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 in com.triactive.jdo.store.sql.expr
- 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
-
- 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
-
- SoftHashMap - Class in com.triactive.jdo.util
- 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 in com.triactive.jdo.util
- 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
-
- sql -
Variable in class com.triactive.jdo.store.sql.expr.op.Operator
-
- Sql92Constants - Interface in com.triactive.jdo.store.sql
- Contains various constants from the SQL/92 standard.
- 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
-
- SqlDate - Class in com.triactive.jdo.sco
- 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 in com.triactive.jdo.store.mapping
-
- 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 in com.triactive.jdo.store.sql.expr
-
- 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 in com.triactive.jdo.store.sql.expr
-
- SqlDateLiteral(QueryStatement, Date) -
Constructor for class com.triactive.jdo.store.sql.expr.SqlDateLiteral
-
- SqlDateMapping - Class in com.triactive.jdo.store.mapping
-
- 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 in com.triactive.jdo.store.sql.expr
- An expression within an SQL query statement.
- SqlFunction - Class in com.triactive.jdo.store.sql.expr.fn
-
- SqlFunction(String) -
Constructor for class com.triactive.jdo.store.sql.expr.fn.SqlFunction
-
- SqlIdentifier - Class in com.triactive.jdo.store.sql
- An SQL identifier.
- SqlPostProcessor - Interface in com.triactive.jdo.jdbc
- Provides a hook by which some of the SQL executed by TJDO can be altered
before execution.
- SqlState - Class in com.triactive.jdo.store.adapter
- 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 in com.triactive.jdo.store.adapter
- Contains constants for known SQLSTATE class codes.
- sqlText -
Variable in class com.triactive.jdo.store.sql.expr.TableExpression
-
- SqlTimestamp - Class in com.triactive.jdo.sco
- 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 in com.triactive.jdo.store.mapping
-
- 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 in com.triactive.jdo.store.sql.expr
-
- 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 in com.triactive.jdo.store.sql.expr
-
- SqlTimestampLiteral(QueryStatement, Timestamp) -
Constructor for class com.triactive.jdo.store.sql.expr.SqlTimestampLiteral
-
- SqlTimestampMapping - Class in com.triactive.jdo.store.mapping
-
- SqlTimestampMapping(DatabaseAdapter, Class) -
Constructor for class com.triactive.jdo.store.mapping.SqlTimestampMapping
-
- SqlTimestampMapping(DatabaseAdapter, FieldMetaData) -
Constructor for class com.triactive.jdo.store.mapping.SqlTimestampMapping
-
- SQRT -
Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
-
- srcPath -
Variable in class com.triactive.jdo.enhance.ReferenceEnhancer
-
- StandardJoin - Class in com.triactive.jdo.store.sql.expr
- 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 in com.triactive.jdo.store.sql.expr
-
- StarLiteral(QueryStatement) -
Constructor for class com.triactive.jdo.store.sql.expr.StarLiteral
-
- 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
-
- StateManager - Interface in com.triactive.jdo
-
- StateManagerImpl - Class in com.triactive.jdo.state
- 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 in com.triactive.jdo.store.sql.expr
- 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 in com.triactive.jdo.store.sql.expr
- An object which generates SQL statement text.
- 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
-
- storedClasses() -
Method in interface com.triactive.jdo.SchemaManager
- Returns the set of PersistenceCapable classes currently stored in this
schema.
- 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
-
- StoreManager - Class in com.triactive.jdo.store
- Manages the contents of a data store (aka database schema) on behalf of a
particular PersistenceManagerFactory and all its persistent instances.
- StoreManager.MgmtTransaction - Class in com.triactive.jdo.store
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- StringExpression - Class in com.triactive.jdo.store.sql.expr
-
- 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 in com.triactive.jdo.store.sql.expr.fn
-
- StringFunction(String) -
Constructor for class com.triactive.jdo.store.sql.expr.fn.StringFunction
-
- StringLiteral - Class in com.triactive.jdo.store.sql.expr
-
- StringLiteral(QueryStatement, String) -
Constructor for class com.triactive.jdo.store.sql.expr.StringLiteral
-
- StringMapping - Class in com.triactive.jdo.store.mapping
-
- 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 in com.triactive.jdo.util
- Contains static methods related to processing strings.
- 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.
- STRLEN -
Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
-
- 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
-
- SubquerySetExpression - Class in com.triactive.jdo.store.sql.expr
- A set expression whose contents are expressed as a SQL subquery.
- SubquerySetExpression(QueryStatement) -
Constructor for class com.triactive.jdo.store.sql.expr.SubquerySetExpression
-
- substituteMacros(MacroString.MacroHandler) -
Method in class com.triactive.jdo.util.MacroString
-
- 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
-
- SubstringFunction - Class in com.triactive.jdo.store.sql.expr.fn
-
- SubstringFunction() -
Constructor for class com.triactive.jdo.store.sql.expr.fn.SubstringFunction
-
- 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
-
- SUCCESS_WITH_WARNING -
Static variable in class com.triactive.jdo.store.adapter.SqlState.ClassCode
-
- 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
-
- SUM -
Static variable in class com.triactive.jdo.store.sql.expr.fn.SqlFunction
-
- sumFunction(SqlExpression) -
Method in class com.triactive.jdo.store.adapter.DatabaseAdapter
- Returns the appropriate SQL expression for the JDOQL SUM() function.
- SumFunction - Class in com.triactive.jdo.store.sql.expr.fn
-
- SumFunction() -
Constructor for class com.triactive.jdo.store.sql.expr.fn.SumFunction
-
- SunReferenceEnhancer - Class in com.triactive.jdo.enhance
- An implementation of the ReferenceEnhancer that wraps the older Sun version.
- SunReferenceEnhancer() -
Constructor for class com.triactive.jdo.enhance.SunReferenceEnhancer
-
- 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.expr.TableExprAsSubjoins
-
- supertables -
Variable in class com.triactive.jdo.store.sql.FetchStatement
-
- 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
-
- 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
-
- SystemProperty - Class in com.triactive.jdo.util
- Static methods for retrieving and system properties and converting them to
various types.
TypeInfo
object representing all the data types, in the
order returned by DatabaseMetaData.getTypeInfo()
.
java.util.Map
implementation with weak values.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |