|
|||||||||||
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
.
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..
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..
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.
Iterators returned by the map's collection views (entrySet(), keySet(), values()) support the remove() method.
Iterators returned by the map's collection views (entrySet(), keySet(), values()) support the remove() method.
Iterators returned by the persistent set support the remove() method.
Iterators returned by the persistent set support the remove() method.
DatabaseMetaData.getTypeInfo()
.
PersistenceManager
instances.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.
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
-
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 |