- C3P0ConnectionPool(PooledDataSource) - Constructor for class org.datanucleus.store.rdbms.connectionpool.C3P0ConnectionPoolFactory.C3P0ConnectionPool
-
- C3P0ConnectionPoolFactory - Class in org.datanucleus.store.rdbms.connectionpool
-
Plugin for the creation of a C3P0 connection pool.
- C3P0ConnectionPoolFactory() - Constructor for class org.datanucleus.store.rdbms.connectionpool.C3P0ConnectionPoolFactory
-
- C3P0ConnectionPoolFactory.C3P0ConnectionPool - Class in org.datanucleus.store.rdbms.connectionpool
-
- c3p0Present(ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.ConnectionFactoryImpl
-
- cacheQueryResults() - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
- calculatePoolingType(StoreManager, String) - Static method in class org.datanucleus.store.rdbms.ConnectionFactoryImpl
-
Method to set the connection pooling type (if any).
- cancel() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- cancelRowUpdates() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- cancelTaskObject(Object) - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
- cancelTaskObject(Object) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
- candidateClassName - Variable in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Name of class that this statement selects (optional, only typically for unioned statements).
- CandidateKey - Class in org.datanucleus.store.rdbms.key
-
Representation of a Candidate key.
- CandidateKey(Table) - Constructor for class org.datanucleus.store.rdbms.key.CandidateKey
-
Constructor.
- candidates - Variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- candidateTable - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
Table where the candidate objects are stored.
- candidateTableAlias - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
Alias for the candidate table in the SQL statement.
- candidateTableGroupName - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
Name of the table-group to use for the candidate(s) (optional, see SQLStatement).
- candidateType - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
Candidate type to query.
- CASE_LOWER - Static variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- CASE_PRESERVE - Static variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- CASE_UPPER - Static variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- CaseBooleanExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Case expression such as
- CaseBooleanExpression(SQLExpression[], SQLExpression[], SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CaseBooleanExpression
-
- CaseExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Expression representing the SQL construct
- CaseExpression(SQLExpression[], SQLExpression[], SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CaseExpression
-
- CaseNumericExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Case expression such as
- CaseNumericExpression(SQLExpression[], SQLExpression[], SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CaseNumericExpression
-
- caseSensitive - Variable in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
Whether the data type is case-sensitive in comparisons.
- cast(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
Cast operator.
- cast(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
A cast expression converts, at run time, a value of one type to a similar value of another type;
or confirms, at compile time, that the type of an expression is boolean; or checks, at run time,
that a reference value refers to an object whose class is compatible with a specified reference type.
- catalogName - Variable in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
catalog
- catalogName - Variable in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Catalog name for the database (if supported).
- CATALOGS_IN_TABLE_DEFINITIONS - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore supports the use of the catalog name in ORM table definitions (DDL).
- catalogSeparator - Variable in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The String used to separate catalog and table name.
- cause - Variable in exception org.datanucleus.store.rdbms.datasource.dbcp.DbcpException
-
Deprecated.
The root cause of this exception (typically an
SQLException
but this is not required).
- CeilFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL CEIL function.
- CeilFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CeilFunction
-
- changeMappingForParameter(String, JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.SQLText
-
Convenience method to change the mapping used for a parameter, if it is referenced by this
SQL text object.
- CHAR_COLUMNS_PADDED_WITH_SPACES - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Some databases store character strings in CHAR(XX) columns and when read back in have been padded
with spaces.
- CharacterExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Representation of a Character expression in a Query
- CharacterExpression(SQLStatement, SQLTable, JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
Constructor for an SQL expression for a (field) mapping in a specified table.
- CharacterExpression(SQLStatement, JavaTypeMapping, String, List) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
Generates statement as e.g.
- CharacterExpression(SQLStatement, JavaTypeMapping, String, List, List) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
Generates statement as e.g.
- CharacterLiteral - Class in org.datanucleus.store.rdbms.sql.expression
-
Representation of a Character literal in a Query.
- CharacterLiteral(SQLStatement, JavaTypeMapping, Object, String) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
Constructor for a character literal with a value.
- CharacterMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for Character type.
- CharacterMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.CharacterMapping
-
- charOctetLength - Variable in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
Indicates the maximum number of bytes in the column (for char types only).
- CharRDBMSMapping - Class in org.datanucleus.store.rdbms.mapping.datastore
-
Mapping of a CHAR RDBMS type.
- CharRDBMSMapping(JavaTypeMapping, RDBMSStoreManager, Column) - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Constructor.
- CHECK_IN_CREATE_STATEMENTS - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore supports the use of "CHECK" in CREATE TABLE statements (DDL).
- CHECK_IN_END_CREATE_STATEMENTS - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore supports the use of CHECK after the column definitions in the
CREATE TABLE statements (DDL).
- checkAndCorrectExpressionMappingsForBooleanComparison(SQLExpression, SQLExpression) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Convenience method that compares the mappings used by the two expressions for compatibility for
use in a boolean comparison (eq, noteq, gt, gteq, lt, lteq) and, if necessary, updates the mapping
if one of them is a SQLLiteral and is deemed inconsistent with the other expression.
- checkAndCorrectLiteralForConsistentMappingsForBooleanComparison(SQLLiteral, SQLExpression) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
- checkDecimal() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Checks the column definition as a decimal.
- checkDecimal() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- checkedPool(ObjectPool, Class) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Wraps an ObjectPool
and dynamically checks the type of objects borrowed and returned to the pool.
- checkedPool(KeyedObjectPool, Class) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Wraps a KeyedObjectPool
and dynamically checks the type of objects borrowed and returned to the keyedPool.
- checkInteger() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Checks the column definition as an integer.
- checkInteger() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- checkMinIdle(ObjectPool, int, long) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Periodically check the idle object count for the pool.
- checkMinIdle(KeyedObjectPool, Object, int, long) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Periodically check the idle object count for the key in the keyedPool.
- checkMinIdle(KeyedObjectPool, Collection, int, long) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Periodically check the idle object count for each key in the Collection
keys
in the keyedPool.
- checkOpen() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- checkOpen() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- checkOpen() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- checkPrimitive() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Checks the column definition as a primitive.
- checkPrimitive() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- checkRemovalOfElementShouldDelete(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKSetStore
-
Convenience method to return if the removal of an element should delete the element.
- checkRethrow(Throwable) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Should the supplied Throwable be re-thrown (eg if it is an instance of
one of the Throwables that should never be swallowed).
- checkString() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Checks the column definition as a string.
- checkString() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- ClassDefinitionException - Exception in org.datanucleus.store.rdbms.exceptions
-
A ClassDefinitionException is thrown if the settings of a
persistent class are inconsistent with it's metadata.
- ClassDefinitionException() - Constructor for exception org.datanucleus.store.rdbms.exceptions.ClassDefinitionException
-
Constructs a class definition exception with no specific detail
message.
- ClassDefinitionException(String) - Constructor for exception org.datanucleus.store.rdbms.exceptions.ClassDefinitionException
-
Constructs a class definition exception with the specified detail
message.
- ClassMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a Class type.
- ClassMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.ClassMapping
-
- ClassTable - Class in org.datanucleus.store.rdbms.table
-
Table representing a Java class (or classes) as a first class object (FCO).
- ClassTable(DatastoreIdentifier, RDBMSStoreManager, ClassMetaData) - Constructor for class org.datanucleus.store.rdbms.table.ClassTable
-
Constructor.
- ClassView - Class in org.datanucleus.store.rdbms.table
-
Representation of an SQL View for a Class.
- ClassView(DatastoreIdentifier, RDBMSStoreManager, ClassMetaData) - Constructor for class org.datanucleus.store.rdbms.table.ClassView
-
Constructor for class view.
- cleanInputClassNames(NucleusContext, Set<String>) - Static method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to generate a set of class names using the input list.
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- clear(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- clear(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
Not supported in this base implementation.
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- clear(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Clears the specified pool, removing all pooled instances corresponding to the given key
.
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
Clears any objects sitting idle in the pool.
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Clears the pool, removing all pooled instances.
- clear(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Clears the specified pool, removing all pooled instances corresponding to the given key
.
- clear() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Clears any objects sitting idle in the pool.
- clear() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- clear(Object) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- clear() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPool
-
- clear() - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Method to clear out any cached schema information.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.AbstractArrayStore
-
Clear the association from owner to all elements.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Clear the association from owner to all elements.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKArrayStore
-
Method to clear the Array.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKListStore
-
Method to clear the List.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKMapStore
-
Method to clear the map of all values.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKSetStore
-
Method to allow the Set relationship to be cleared out.
- clear(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
Method to clear the map of all values.
- clearBatch() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- clearBatch() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolablePreparedStatement
-
Clear Batch.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
Method to remove all children.
- clearChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
Method to remove all children.
- clearInternal(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.AbstractArrayStore
-
- clearInternal(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
- clearKeyOfValue(ObjectProvider, Object, Object) - Method in class org.datanucleus.store.rdbms.scostore.FKMapStore
-
Utility to clear the key of a value from the Map.
- clearOldest() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Clears oldest 15% of objects in pool.
- clearParameters() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- clearStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLText
-
Convenience method to reset the SQL for the statement.
- clearStmt - Variable in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Statement for clearing the container.
- clearTrace() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
Clear the list of objects being traced by this
object.
- clearWarnings() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- clearWarnings() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- clearWarnings() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- CLOB_SET_USING_SETSTRING - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for whether setting a CLOB value allows use of PreparedStatement.setString()
- ClobImpl - Class in org.datanucleus.store.rdbms.mapping.datastore
-
The mapping in the Java programming language for the SQL CLOB
type.
- ClobImpl(String) - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
Constructor taking a string.
- ClobRDBMSMapping - Class in org.datanucleus.store.rdbms.mapping.datastore
-
Mapping of a Clob RDBMS type.
- ClobRDBMSMapping(JavaTypeMapping, RDBMSStoreManager, Column) - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping
-
Constructor.
- cloneStatementMappingWithoutChildren() - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- close() - Method in class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
Closes a transaction for writing (add/delete) classes to the auto start mechanism
- close() - Method in class org.datanucleus.store.rdbms.ConnectionFactoryImpl
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.BoneCPConnectionPoolFactory.BoneCPConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.C3P0ConnectionPoolFactory.C3P0ConnectionPool
-
- close() - Method in interface org.datanucleus.store.rdbms.connectionpool.ConnectionPool
-
Method to call when closing the StoreManager down, and consequently to close the pool.
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.DBCP2ConnectionPoolFactory.DBCPConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.DBCPBuiltinConnectionPoolFactory.DBCPConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.DBCPConnectionPoolFactory.DBCPConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DefaultConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.HikariCPConnectionPoolFactory.HikariCPConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.ProxoolConnectionPoolFactory.ProxoolConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.connectionpool.TomcatConnectionPoolFactory.TomcatConnectionPool
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
Close pool being maintained by this datasource.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
Wrapper for close of ResultSet which removes this
result set from being traced then calls close on
the original ResultSet.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
Close this DelegatingStatement, and close
any ResultSets that were not explicitly closed.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
Close this pool.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Closes the keyed object pool.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Closes the pool.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
Close this pool, and free any resources associated with it.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Close this pool, and free any resources associated with it.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Close this pool, and free any resources associated with it.
- close() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- close() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPool
-
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableCallableStatement
-
Returns the CallableStatement to the pool.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnection
-
Returns me to my pool.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolablePreparedStatement
-
Return me to my pool.
- close() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingConnection
-
- close() - Method in class org.datanucleus.store.rdbms.query.AbstractRDBMSQueryResult
-
Method to close the results, meaning that they are inaccessible after this point.
- close() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Method to close the results, making the results unusable thereafter.
- close() - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Method to close the results, making the results unusable thereafter.
- close() - Method in class org.datanucleus.store.rdbms.RDBMSPersistenceHandler
-
Method to close the handler and release any resources.
- close() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Release of resources
- closed - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- closeOnCompletion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- closeOnCompletion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- closePool(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- closeResults() - Method in class org.datanucleus.store.rdbms.query.AbstractRDBMSQueryResult
-
Internal method to close the ResultSet.
- closeResults() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Internal method to close the ResultSet.
- closeStatement(ManagedConnection, PreparedStatement) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to close a PreparedStatement.
- closeStatementWithResultSet - Variable in class org.datanucleus.store.rdbms.query.AbstractRDBMSQueryResult
-
Default to closing the statement when closing the resultSet, but allow override.
- closingConnection() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Method called to inform the query result that the connection is being closed so perform
any required operations now, or rest in peace.
- closingConnection() - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Inform the query result that the connection is being closed so perform
any operations now, or rest in peace.
- clr - Variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- clr - Variable in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
ClassLoader resolver
- clr - Variable in class org.datanucleus.store.rdbms.mapping.MappedTypeManager
-
- clr - Variable in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
- clr - Variable in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
- clr - Variable in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
ClassLoader resolver.
- clr - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
ClassLoader resolver.
- clr - Variable in class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
-
- clr - Variable in class org.datanucleus.store.rdbms.sql.SQLStatement
-
ClassLoader resolver to use.
- cmd - Variable in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
ClassMetaData for the represented class.
- cmd - Variable in class org.datanucleus.store.rdbms.request.DeleteRequest
-
MetaData for the class.
- cmd - Variable in class org.datanucleus.store.rdbms.request.UpdateRequest
-
MetaData for the class.
- CoalesceFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL COALESCE function.
- CoalesceFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CoalesceFunction
-
- CollectionContainsMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {collExpr1}.contains({elemExpr}).
- CollectionContainsMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.CollectionContainsMethod
-
- CollectionExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
An expression that represents some collection field in a query candidate class,
or a collection field in an object linked from the candidate class by navigation.
- CollectionExpression(SQLStatement, SQLTable, JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CollectionExpression
-
Constructor for an SQL expression for a (field) mapping in a specified table.
- CollectionIsEmptyMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {collExpr1}.isEmpty().
- CollectionIsEmptyMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.CollectionIsEmptyMethod
-
- CollectionLiteral - Class in org.datanucleus.store.rdbms.sql.expression
-
An SQL expression that will test if a column of a table falls within the given Collection of values.
- CollectionLiteral(SQLStatement, JavaTypeMapping, Object, String) - Constructor for class org.datanucleus.store.rdbms.sql.expression.CollectionLiteral
-
Constructor for a collection literal with a value.
- CollectionMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for Collection/Set/List types.
- CollectionMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.CollectionMapping
-
- CollectionSizeMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {collExpr1}.size().
- CollectionSizeMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.CollectionSizeMethod
-
- CollectionTable - Class in org.datanucleus.store.rdbms.table
-
Representation of a join table for a Collection.
- CollectionTable(DatastoreIdentifier, AbstractMemberMetaData, RDBMSStoreManager) - Constructor for class org.datanucleus.store.rdbms.table.CollectionTable
-
Constructor.
- column - Variable in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
The RDBMS Column being persisted to.
- column - Variable in class org.datanucleus.store.rdbms.sql.SQLColumn
-
The column being referenced.
- Column - Interface in org.datanucleus.store.rdbms.table
-
Interface for a column in an RDBMS datastore.
- COLUMN_INFO_EXPIRATION_MS - Variable in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Time within which column info is valid (millisecs).
- ColumnCreator - Class in org.datanucleus.store.rdbms.table
-
Helper class to create columns.
- columnDef - Variable in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
The default value for the column; may be null.
- ColumnDefinitionException - Exception in org.datanucleus.store.rdbms.exceptions
-
A ColumnDefinitionException is thrown if the settings of a
database column are incompatible with the data type of the object field
to which it is mapped.
- ColumnDefinitionException() - Constructor for exception org.datanucleus.store.rdbms.exceptions.ColumnDefinitionException
-
Constructs a column definition exception with no specific detail message.
- ColumnDefinitionException(String) - Constructor for exception org.datanucleus.store.rdbms.exceptions.ColumnDefinitionException
-
Constructs a column definition exception with the specified detail message.
- ColumnExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Representation of a column expression.
- ColumnExpression(SQLStatement, String, JavaTypeMapping, Object, int) - Constructor for class org.datanucleus.store.rdbms.sql.expression.ColumnExpression
-
Constructor for an SQL expression for a parameter.
- ColumnExpression(SQLStatement, SQLTable, Column) - Constructor for class org.datanucleus.store.rdbms.sql.expression.ColumnExpression
-
Constructor for an SQL expression for a column.
- ColumnExpression(SQLStatement, Object) - Constructor for class org.datanucleus.store.rdbms.sql.expression.ColumnExpression
-
Constructor for an SQL expression for a literal value.
- ColumnExpressionList() - Constructor for class org.datanucleus.store.rdbms.sql.expression.SQLExpression.ColumnExpressionList
-
- ColumnImpl - Class in org.datanucleus.store.rdbms.table
-
Implementation of a Column in an RDBMS datastore.
- ColumnImpl(Table, String, DatastoreIdentifier, ColumnMetaData) - Constructor for class org.datanucleus.store.rdbms.table.ColumnImpl
-
Constructor.
- columnMetaData - Variable in class org.datanucleus.store.rdbms.table.ColumnImpl
-
ColumnMetaData for this column.
- columnName - Variable in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
The column name.
- columnNamesAreTheSame(DatastoreAdapter, String, String) - Static method in class org.datanucleus.store.rdbms.query.SQLQuery
-
Convenience method to compare two column names.
- columns - Variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- columns - Variable in class org.datanucleus.store.rdbms.table.AbstractTable
-
Columns for this table.
- columnsByName - Variable in class org.datanucleus.store.rdbms.table.AbstractTable
-
Index to the columns, keyed by name.
- columnSize - Variable in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
The column size.
- com() - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
- com() - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- com() - Method in class org.datanucleus.store.rdbms.sql.expression.NumericExpression
-
- com() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Bitwise Complement Operator
- commit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- commit(Xid, boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
-
Commits the transaction and restores the original auto commit setting.
- commit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- compile() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to update the supplied SQLStatement with the components of the specified query.
- compileFilter() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to compile the WHERE clause of the query into the SQLStatement.
- compileFrom() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to compile the FROM clause of the query into the SQLStatement.
- compileFromClassExpression(ClassExpression) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to take a ClassExpression (in a FROM clause) and process the candidate and any
linked JoinExpression(s), adding joins to the SQLStatement as required.
- compileGrouping() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to compile the grouping clause of the query into the SQLStatement.
- compileHaving() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to compile the having clause of the query into the SQLStatement.
- compileInternal(Map) - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Method to compile the JDOQL query.
- compileInternal(Map) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Method to compile the JPQL query.
- compileInternal(Map) - Method in class org.datanucleus.store.rdbms.query.SQLQuery
-
Verify the elements of the query and provide a hint to the query to prepare and optimize an
execution plan.
- compileInternal(Map) - Method in class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
- compileOrdering() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to compile the ordering clause of the query into the SQLStatement.
- compileQueryDelete(Map, AbstractClassMetaData) - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Method to compile the query for RDBMS for a bulk delete.
- compileQueryDelete(Map, AbstractClassMetaData) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Method to compile the query for RDBMS for a bulk delete.
- compileQueryUpdate(Map, AbstractClassMetaData) - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Method to compile the query for RDBMS for a bulk update.
- compileQueryUpdate(Map, AbstractClassMetaData) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Method to compile the query for RDBMS for a bulk update.
- compileResult() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Method to compile the result clause of the query into the SQLStatement.
- CompletionListener() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection.CompletionListener
-
- Concat2Operation - Class in org.datanucleus.store.rdbms.sql.operation
-
Implementation of CONCAT, using SQL CONCAT function.
- Concat2Operation() - Constructor for class org.datanucleus.store.rdbms.sql.operation.Concat2Operation
-
- Concat3Operation - Class in org.datanucleus.store.rdbms.sql.operation
-
Implementation of CONCAT, using SQL CONCAT operator.
- Concat3Operation() - Constructor for class org.datanucleus.store.rdbms.sql.operation.Concat3Operation
-
- Config() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool.Config
-
- Config() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool.Config
-
- connect(String, Properties) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- connection - Variable in class org.datanucleus.store.rdbms.valuegenerator.AbstractRDBMSGenerator
-
Connection to the datastore.
- ConnectionFactory - Interface in org.datanucleus.store.rdbms.datasource.dbcp
-
Abstract factory interface for creating
Connection
s.
- connectionFactory - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory
-
- ConnectionFactoryImpl - Class in org.datanucleus.store.rdbms
-
ConnectionFactory for RDBMS datastores.
- ConnectionFactoryImpl(StoreManager, String) - Constructor for class org.datanucleus.store.rdbms.ConnectionFactoryImpl
-
Constructor.
- connectionInitSqls - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
These SQL statements run once after a Connection is created.
- ConnectionPool - Interface in org.datanucleus.store.rdbms.connectionpool
-
Wrapper for a connection pool.
- connectionPool - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
The object pool that internally manages our connections.
- ConnectionPoolFactory - Interface in org.datanucleus.store.rdbms.connectionpool
-
Factory for making ConnectionPools.
- connectionProperties - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
The connection properties that will be sent to our JDBC driver when
establishing new connections.
- ConnectionProvider - Interface in org.datanucleus.store.rdbms
-
Connects to a DataSource to obtain a Connection.
- ConnectionProviderPriorityList - Class in org.datanucleus.store.rdbms
-
Utility class for Failover.
- ConnectionProviderPriorityList() - Constructor for class org.datanucleus.store.rdbms.ConnectionProviderPriorityList
-
- constraints - Variable in class org.datanucleus.store.rdbms.table.ColumnImpl
-
Optional constraints to apply to this column in its SQL specification.
- ConstructorUtil - Class in org.datanucleus.store.rdbms.datasource.dbcp.jocl
-
- ConstructorUtil() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.jocl.ConstructorUtil
-
- consumeMapping(JavaTypeMapping, AbstractMemberMetaData) - Method in interface org.datanucleus.store.rdbms.mapping.MappingConsumer
-
Consumes a mapping associated to a field
- consumeMapping(JavaTypeMapping, int) - Method in interface org.datanucleus.store.rdbms.mapping.MappingConsumer
-
Consumes a mapping not associated to a field
- consumeUnmappedColumn(Column) - Method in interface org.datanucleus.store.rdbms.mapping.MappingConsumer
-
Consume a column without mapping.
- containerIsStoredInSingleColumn() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Convenience method to return if the container (collection or map) is stored
in the owning table as a column.
- containerIsStoredInSingleColumn() - Method in class org.datanucleus.store.rdbms.mapping.java.ArrayMapping
-
Convenience method to return if the array is stored in the owning table as a column.
- containerTable - Variable in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Table containing the link between owner and element.
- contains(Object) - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Method to check if the specified object is contained in this result.
- contains(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
Method to verify if the association owner vs elements contains
a specific element in the association
- containsAll(Collection) - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Method to check if all of the specified objects are contained here.
- containsAsInnerJoin(CollectionExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.CollectionContainsMethod
-
Method to return an expression for Collection.contains using INNER JOIN to the element.
- containsAsInnerJoin(MapExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsEntryMethod
-
Method to return an expression for Map.containsEntry using INNER JOIN to the element.
- containsAsInnerJoin(MapExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsKeyMethod
-
Method to return an expression for Map.containsKey using INNER JOIN to the element.
- containsAsInnerJoin(MapExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsValueMethod
-
Method to return an expression for Map.containsValue using INNER JOIN to the element.
- containsAsSubquery(ArrayExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.ArrayContainsMethod
-
Method to return an expression for Collection.contains using a subquery "EXISTS".
- containsAsSubquery(CollectionExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.CollectionContainsMethod
-
Method to return an expression for Collection.contains using a subquery "EXISTS".
- containsAsSubquery(MapExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsEntryMethod
-
Method to return an expression for Map.containsEntry using a subquery "EXISTS".
- containsAsSubquery(MapExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsKeyMethod
-
Method to return an expression for Map.containsKey using a subquery "EXISTS".
- containsAsSubquery(MapExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsValueMethod
-
Method to return an expression for Map.containsValue using a subquery "EXISTS".
- containsInternal(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
- containsKey(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Method to check if a key exists in the Map.
- containsStmt - Variable in class org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
- containsValue(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Method to check if a value exists in the Map.
- converter - Static variable in class org.datanucleus.store.rdbms.mapping.java.StringBufferMapping
-
- converter - Static variable in class org.datanucleus.store.rdbms.mapping.java.StringBuilderMapping
-
- copyConfigurationTo(Column) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Copy the configuration of this field to another field
- copyConfigurationTo(Column) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- copyStream(InputStream, OutputStream) - Static method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- copyStream(InputStream, OutputStream, boolean, boolean) - Static method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- CorrespondentColumnsMapper - Class in org.datanucleus.store.rdbms.mapping
-
Class to make correspondence between columns in one side of an
association to the mapping at the other side.
- CorrespondentColumnsMapper(ColumnMetaDataContainer, ColumnMetaData[], JavaTypeMapping, boolean) - Constructor for class org.datanucleus.store.rdbms.mapping.CorrespondentColumnsMapper
-
Constructor.
- CorrespondentColumnsMapper(ColumnMetaDataContainer, JavaTypeMapping, boolean) - Constructor for class org.datanucleus.store.rdbms.mapping.CorrespondentColumnsMapper
-
Constructor.
- CosFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL COS function.
- CosFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CosFunction
-
- CountFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL COUNT aggregation function.
- CountFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CountFunction
-
- create(Connection) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Method to create this table.
- create(Connection) - Method in interface org.datanucleus.store.rdbms.table.Table
-
Method to create the table in the datastore representation.
- CREATE_INDEXES_BEFORE_FOREIGN_KEYS - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether to create indexes before foreign keys.
- createArrayOf(String, Object[]) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createBlob() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createClob() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createColumn(JavaTypeMapping, String, int) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Method to create a datastore field (column) in a container (table).
- createColumn(JavaTypeMapping, String, ColumnMetaData) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Method to create a datastore field (column) in a container (table).
- createColumn(AbstractMemberMetaData, Table, JavaTypeMapping, ColumnMetaData, Column, ClassLoaderResolver) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Method to create a column for a persistable mapping.
- createColumn(JavaTypeMapping, String, int) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Method to create a column for a Java type mapping.
- createColumn(JavaTypeMapping, String, ColumnMetaData) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Method to create a datastore field for a Java type mapping.
- createColumn(AbstractMemberMetaData, Table, JavaTypeMapping, ColumnMetaData, Column, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Method to create a datastore field for a persistable mapping.
- createColumnsForField(Class, JavaTypeMapping, Table, RDBMSStoreManager, AbstractMemberMetaData, boolean, boolean, boolean, boolean, FieldRole, ColumnMetaData[], ClassLoaderResolver, boolean) - Static method in class org.datanucleus.store.rdbms.table.ColumnCreator
-
Method to create the column(s) for a field in either a join table or for a reference field.
- createColumnsForJoinTables(Class, AbstractMemberMetaData, ColumnMetaData[], RDBMSStoreManager, Table, boolean, boolean, FieldRole, ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.table.ColumnCreator
-
Method to create the mapping for a join table for collection element, array element, map key,
map value.
- createConnection() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.ConnectionFactory
-
Create a new
Connection
in an
implementation specific fashion.
- createConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DataSourceConnectionFactory
-
- createConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DriverConnectionFactory
-
- createConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DriverManagerConnectionFactory
-
- createConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.DataSourceXAConnectionFactory
-
- createConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory
-
- createConnection() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.managed.XAConnectionFactory
-
- createConnectionFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- createConnectionFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.BoneCPConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.C3P0ConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in interface org.datanucleus.store.rdbms.connectionpool.ConnectionPoolFactory
-
Method to return a new ConnectionPool
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.DBCP2ConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.DBCPBuiltinConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.DBCPConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.HikariCPConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.ProxoolConnectionPoolFactory
-
- createConnectionPool(StoreManager) - Method in class org.datanucleus.store.rdbms.connectionpool.TomcatConnectionPoolFactory
-
- createConnectionPool() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- createConstraints(Connection, Collection, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Method used to create all constraints for a brand new table.
- createDataSource() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- createDataSource(Properties) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSourceFactory
-
- createDataSourceInstance() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- createDataSourceInstance() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
- createDatastoreMapping(JavaTypeMapping, AbstractMemberMetaData, int, Column) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Method to create the datastore mapping for a java type mapping at a particular index.
- createDatastoreMapping(JavaTypeMapping, Column, String) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Method to create the datastore mapping for a particular column and java type.
- createDatastoreMapping(JavaTypeMapping, AbstractMemberMetaData, int, Column) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Method to create the datastore mapping for a java type mapping at a particular index.
- createDatastoreMapping(JavaTypeMapping, Column, String) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Method to create the datastore mapping for a particular column and java type.
- createDiscriminatorMapping(Table, DiscriminatorMetaData) - Static method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Convenience method to create a discriminator mapping in the specified table, using the provided
discriminator metadata.
- createIndexColumn(JavaTypeMapping, RDBMSStoreManager, ClassLoaderResolver, Table, ColumnMetaData, boolean) - Static method in class org.datanucleus.store.rdbms.table.ColumnCreator
-
Convenience method to add the column for an index mapping.
- createKey(String, int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingConnection
-
- createKey(String, int, int, byte) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingConnection
-
- createKey(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingConnection
-
- createKey(String, byte) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingConnection
-
- createManagedConnection(ExecutionContext, Map) - Method in class org.datanucleus.store.rdbms.ConnectionFactoryImpl
-
Method to create a new ManagedConnection.
- createMapping(Class, JavaTypeMapping, RDBMSStoreManager, Column) - Static method in class org.datanucleus.store.rdbms.mapping.datastore.DatastoreMappingFactory
-
Get a new instance of the DatastoreMapping using the mapping, StoreManager and column.
- createNClob() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createObjectIdInstanceReflection(ExecutionContext, JavaTypeMapping, ResultSet, int[], AbstractClassMetaData, Class) - Static method in class org.datanucleus.store.rdbms.mapping.MappingHelper
-
Create an object id instance and fill the fields using reflection
- createParams - Variable in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
Indicates the parameters used in defining columns of this type.
- createPool() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPool with the currently configured properties.
- createPool() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- createPool() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a StackKeyedObjectPool with current property settings.
- createPool() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Create a StackObjectPool.
- createPool() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPoolFactory
-
- createPool() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPoolFactory
-
- createPoolableConnectionFactory(ConnectionFactory, KeyedObjectPoolFactory, AbandonedConfig) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- createPoolableConnectionFactory(ConnectionFactory, KeyedObjectPoolFactory, AbandonedConfig) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Creates the PoolableConnectionFactory and attaches it to the connection pool.
- createRepository() - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceGenerator
-
Method to create the sequence.
- createRepository() - Method in class org.datanucleus.store.rdbms.valuegenerator.TableGenerator
-
Method to create the repository for ids to be stored.
- createSchema(String, Properties) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- createSchema(String, Properties, Object) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
- createSchemaForClasses(Set<String>, Properties) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- createSchemaForClasses(Set<String>, Properties, Object) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
- createSchemaSequences(Set<String>, ClassLoaderResolver, FileWriter) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- createSingleFieldIdentity(ExecutionContext, JavaTypeMapping, ResultSet, int[], AbstractClassMetaData, Class, Class) - Static method in class org.datanucleus.store.rdbms.mapping.MappingHelper
-
Create a SingleFieldIdentity instance
- createSQLXML() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createStatement() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createStatement(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createStatement(int, int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- createStruct(String, Object[]) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- crossJoin(Table, String, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to form a right outer join to the specified table using the provided mappings.
- CROSSJOIN_ASINNER11_SYNTAX - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for whether the RDBMS supports cross-join as "INNER 1=1" syntax.
- CurrentDateFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL CURRENT_DATE function.
- CurrentDateFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CurrentDateFunction
-
- CurrentTimeFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL CURRENT_TIME function.
- CurrentTimeFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CurrentTimeFunction
-
- CurrentTimestampFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL CURRENT_TIMESTAMP function.
- CurrentTimestampFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.CurrentTimestampFunction
-
- gcInstance - Variable in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ByteExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ByteLiteral
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CaseExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.FloatingPointLiteral
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericSubqueryExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Relational operator (greater than or equals)
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.StringSubqueryExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalExpression
-
- ge(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalSubqueryExpression
-
- generatedKeyAlwaysReturned() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- generateIdentifierNameForJavaName(String) - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Generate a datastore identifier from a Java identifier.
- generateIdentifierNameForJavaName(String) - Method in class org.datanucleus.store.rdbms.identifier.DN2IdentifierFactory
-
Generate a datastore identifier from a Java identifier.
- generateIdentifierNameForJavaName(String) - Method in class org.datanucleus.store.rdbms.identifier.DNIdentifierFactory
-
Generate a datastore identifier from a Java identifier.
- generateIdentifierNameForJavaName(String) - Method in class org.datanucleus.store.rdbms.identifier.JPAIdentifierFactory
-
Generate a datastore identifier from a Java identifier.
- generateOrderingStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Convenience method to generate the ordering statement to add to the overall query statement.
- generateQueryStatement() - Method in class org.datanucleus.store.rdbms.query.SQLQuery
-
Method to perform any necessary pre-processing on the users query statement
before we execute it.
- generateStatementWithoutQuotes() - Method in class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
Convenience method to generate the statement without any quotes.
- generateTableAlias(Table, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to generate the alias to be used for a joined table.
- GenericKeyedObjectPool - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
A configurable KeyedObjectPool
implementation.
- GenericKeyedObjectPool() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
with no factory.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, GenericKeyedObjectPool.Config) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, int, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool(KeyedPoolableObjectFactory, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using the specified values.
- GenericKeyedObjectPool.Config - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
A simple "struct" encapsulating the
configuration information for a GenericKeyedObjectPool
.
- GenericKeyedObjectPoolFactory - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, GenericKeyedObjectPool.Config) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, byte, long, int, int, int, boolean, boolean, long, int, long, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
Create a new GenericKeyedObjectPoolFactory.
- GenericObjectPool - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- GenericObjectPool() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool with default properties.
- GenericObjectPool(PoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified factory.
- GenericObjectPool(PoolableObjectFactory, GenericObjectPool.Config) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, int, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Create a new GenericObjectPool using the specified values.
- GenericObjectPool.Config - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
A simple "struct" encapsulating the
configuration information for a
GenericObjectPool
.
- GenericObjectPoolFactory - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- GenericObjectPoolFactory(PoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, GenericObjectPool.Config) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, int, boolean, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- GenericObjectPoolFactory(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
Create a new GenericObjectPoolFactory.
- get(int) - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Method to retrieve a particular element from the list.
- get(int) - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Method to retrieve a particular element from the list.
- get(ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Method to retrieve an element from the List.
- get(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Method to return the value for a key.
- GET_GENERATED_KEYS_STATEMENT - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether the datastore supports "Statement.getGeneratedKeys".
- getAbsoluteFieldNumber() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
- getAbstractClassMetaData() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore.ElementInfo
-
- getActiveCount() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getActiveTransactionContext() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.TransactionRegistry
-
Gets the active TransactionContext or null if not Transaction is active.
- getAdapterClass(PluginManager, String, String, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.adapter.DatastoreAdapterFactory
-
Accessor for the adapter class for a specified datastore product.
- getAdapterMapping() - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
- getAdapterTime(Timestamp) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getAdapterTime(Timestamp) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Utility to return the adapter time in case there are rounding issues with millisecs etc.
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate SQL to add a candidate key to its table.
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to add a candidate key to its table.
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Returns the appropriate SQL to add a candidate key to its table.
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Returns the appropriate SQL to add a candidate key to its table.
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getAddCandidateKeyStatement(CandidateKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.TimesTenAdapter
-
Returns the appropriate SQL to add a candidate key to its table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddColumnStatement(Table, Column) - Method in class org.datanucleus.store.rdbms.adapter.TimesTenAdapter
-
Accessor for the SQL statement to add a column to a table.
- getAddForeignKeyStatement(ForeignKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate SQL to add a foreign key to its table.
- getAddForeignKeyStatement(ForeignKey, IdentifierFactory) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to add a foreign key to its table.
- getAddForeignKeyStatement(ForeignKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Returns the appropriate SQL to add a foreign key to its table.
- getAddForeignKeyStatement(ForeignKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
- getAddForeignKeyStatement(ForeignKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getAddForeignKeyStatement(ForeignKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.TimesTenAdapter
-
Returns the appropriate SQL to add a foreign key to its table.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate SQL to add a primary key to its table.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to add a primary key to its table.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.FirebirdAdapter
-
Firebird accepts the PK in the CREATE TABLE statement.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
HSQL 1.7.0 does not support ALTER TABLE to define a primary key
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
HSQL 1.7.0 does not support ALTER TABLE to define a primary key
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Informix 11.x does not support ALTER TABLE to define a primary key
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
MySQL, when using AUTO_INCREMENT, requires the primary key specified
in the CREATE TABLE, so we do nothing here.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
Override the default implementation since we accept the PK in the CREATE TABLE statement.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
PostgreSQL allows specification of PRIMARY KEY in the CREATE TABLE, so
we need nothing here.
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getAddPrimaryKeyStatement(PrimaryKey, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
MySQL, when using AUTO_INCREMENT, requires the primary key specified
in the CREATE TABLE, so we do nothing here.
- getAddStmt() - Method in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
Generates the statement for adding items.
- getAddStmtForJoinTable() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Generates the statement for adding items.
- getAggregateExpression(List, JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.method.AvgFunction
-
- getAggregateExpression(List, JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.method.AvgWithCastFunction
-
- getAlias() - Method in class org.datanucleus.store.rdbms.sql.SQLColumn
-
- getAlias() - Method in class org.datanucleus.store.rdbms.sql.SQLTable
-
- getAliasForSQLTable(SQLTable) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Returns the alias used for the specified SQLTable.
- getAliasForTable(SQLStatement, Table, String) - Method in class org.datanucleus.store.rdbms.sql.SQLTableAlphaNamer
-
- getAliasForTable(SQLStatement, Table, String) - Method in interface org.datanucleus.store.rdbms.sql.SQLTableNamer
-
Method to return the alias to use for the specified table.
- getAliasForTable(SQLStatement, Table, String) - Method in class org.datanucleus.store.rdbms.sql.SQLTableTNamer
-
- getAllClassData() - Method in class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
Accessor for the data for the classes supported.
- getAllClasses(ManagedConnection) - Method in class org.datanucleus.store.rdbms.autostart.SchemaTable
-
Accessor for the classes already supported by this Schema Table.
- getAppIdEqualityExpression(Object, SQLExpression, RDBMSStoreManager, ClassLoaderResolver, AbstractClassMetaData, Integer, BooleanExpression) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Create an equality expression "(expr == id)" for an application identity using reflection
to retrieve values and generate the mappings.
- getArray(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getArray(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getArray(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getArray(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getArray(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.AbstractArrayStore
-
Accessor for the array from the datastore.
- getAsciiStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getAsciiStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getAsciiStream() - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- getAsInnerJoin(CollectionExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.ListGetMethod
-
Implementation of List.get() using an inner join to the table representing the list,
adding a condition on the index and returning the element.
- getAsInnerJoin(MapExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapGetMethod
-
Implementation of Map.get() using an inner join to the table representing the map,
adding a condition on the key and returning the value.
- getAsSubquery(CollectionExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.ListGetMethod
-
Implementation of Collection.get() using a subquery on the table representing the collection,
adding a condition on the index and returning the element.
- getAsSubquery(MapExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.MapGetMethod
-
Implementation of Map.get() using a subquery on the table representing the map,
adding a condition on the key and returning the value.
- getAttributes(String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getAttributeValue(String, Attributes) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- getAttributeValue(String, Attributes, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- getAutoCommit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getAutoIncrementJavaTypeForType(Class) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getAutoIncrementJavaTypeForType(Class) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Return the java type that represents any autoincrement/identity column value.
- getAutoIncrementJavaTypeForType(Class) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the autoincrementing keyword for generating DDLs.
- getAutoIncrementKeyword() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the auto-increment/identity keyword for generating DDLs.
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementKeyword() - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
Accessor for the auto-increment keyword for generating DDLs (CREATE TABLEs...).
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the autoincrementing sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the auto-increment/identity sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Accessor for the auto-increment sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the auto-increment SQL statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the auto-increment sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the auto-increment sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Accessor for the autoincrement sql access statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Accessor for the auto-increment sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Accessor for the auto-increment sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the autoincrement sql access statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
Accessor for the auto-increment sql statement for this datastore.
- getAutoIncrementStmt(Table, String) - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
Accessor for the auto-increment sql statement for this datastore.
- getBackingStore() - Method in class org.datanucleus.store.rdbms.scostore.IteratorStatement
-
- getBackingStoreForArray(AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a backing store for an array, consistent with this store and the instantiated type.
- getBackingStoreForCollection(AbstractMemberMetaData, ClassLoaderResolver, Class) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a backing store for a Collection, consistent with this store and the instantiated type.
- getBackingStoreForField(ClassLoaderResolver, AbstractMemberMetaData, Class) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the backing store for the specified member.
- getBackingStoreForMap(AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a backing store for a Map, consistent with this store and the instantiated type.
- getBackingStoreForPersistableRelation(AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a backing store for a persistable relation (N-1 uni via join).
- getBaseDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
- getBaseDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
- getBaseDatastoreClass() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the base datastore class.
- getBaseDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
- getBaseDatastoreClassWithMember(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Convenience accessor for the base table for this table which has the specified field.
- getBaseDatastoreClassWithMember(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the base datastore class (table) managing the given field.
- getBaseDatastoreClassWithMember(AbstractMemberMetaData) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Method to return the base DatastoreClass that persists the
specified field.
- getBaseDatastoreClassWithMember(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Convenience accessor for the base table for this table which has the specified field.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getBigDecimal(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
Deprecated.
- getBigDecimal(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBigDecimal(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBigDecimal(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
Deprecated.
- getBigDecimal(String, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
Deprecated.
- getBigDecimal(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBigDecimal(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBinaryStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBinaryStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBinaryStream() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
- getBinaryStream(long, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos,
which is length bytes in length.
- getBlob(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBlob(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBlob(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBlob(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBoolean(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBoolean(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBoolean(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBoolean(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to extract a boolean from the ResultSet at the specified position
- getBoolean(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to extract a boolean from the ResultSet at the specified position
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
Getter for when we are storing a boolean field as a SMALLINT.
- getBoolean(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
Getter for when we are storing a boolean field as a TINYINT.
- getBoolean(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getBoolean(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getBoolean(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getBooleanExpressionForUseInFilter(BooleanExpression) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Convenience method to return a boolean expression suitable for using in a filter.
- getBooleanLikeExpression(SQLExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.StringMatchesMethod
-
- getBooleanLikeExpression(SQLExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.StringSimilarPostgresqlMethod
-
- getByte(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getByte(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getByte(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getByte(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getByte(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getByte(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getByte(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getByte(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- getByte(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- getByte(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getByte(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getByte(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getBytes(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBytes(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getBytes(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBytes(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getBytes(long, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
- getCalendarForDateTimezone() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the Calendar to be used in handling all timezone issues with the datastore.
- getCandidateClassName() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getCandidateKeyForField(Table, UniqueMetaData, JavaTypeMapping) - Static method in class org.datanucleus.store.rdbms.table.TableUtils
-
Convenience method to return the candidate key (if any) for a field.
- getCatalog() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getCatalogName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the Catalog Name for this datastore.
- getCatalogName(Connection) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the Catalog Name for this datastore.
- getCatalogName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the catalog name.
- getCatalogName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Accessor for the catalog name.
- getCatalogName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- getCatalogName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
- getCatalogName() - Method in interface org.datanucleus.store.rdbms.identifier.DatastoreIdentifier
-
Accessor for the catalog
- getCatalogName() - Method in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
Accessor for the catalog
- getCatalogName() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the (default) RDBMS catalog name.
- getCatalogName() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the Catalog Name.
- getCatalogs() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getCatalogSeparator() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the catalog separator.
- getCatalogSeparator() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the catalog separator (string to separate the catalog/schema and the identifier).
- getCatalogSeparator() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getCatalogTerm() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getCause() - Method in exception org.datanucleus.store.rdbms.datasource.dbcp.DbcpException
-
Deprecated.
Return the root cause of this exception (if any).
- getChar(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getChar(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to extract a character from the ResultSet at the specified position
- getChar(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getChar(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- getChar(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to extract a character from the ResultSet at the specified position
- getChar(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getChar(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getChar(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getChar(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getCharacterStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getCharacterStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getCharacterStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getCharacterStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getCharacterStream() - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- getCharacterStream(long, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos,
which is length characters in length.
- getCharOctetLength() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getCheckConstraintForValues(DatastoreIdentifier, Object[], boolean) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Creates a CHECK constraint definition based on the given values
e.g.
- getCheckConstraintForValues(DatastoreIdentifier, Object[], boolean) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Creates a CHECK constraint definition based on the given values
e.g.
- getChild(String) - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
Accessor for the SQL type with this type name (if supported for this JDBC type).
- getChild(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getChild(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
Accessor for the table with this key.
- getChild(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
Accessor for the column at the position.
- getChild(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
Accessor for the index column at the position.
- getChild(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Accessor for the column at the position.
- getChild(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Accessor for the column with a particular name.
- getChild(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
Accessor for the PK column at the position.
- getChild(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
Accessor for the JDBC type for this type.
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
Accessor for the SQL types map for this JDBC type, keyed by the type name.
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
Accessor for the tables.
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
Accessor for the columns
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
Accessor for the indices.
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Accessor for the columns
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
Accessor for the primary keys
- getChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
Accessor for the JDBC types.
- getClassesManagingTableForClass(AbstractClassMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return the class(es) that has a table managing the persistence of
the fields of the supplied class.
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.AbsFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.AcosFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.AsinFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.AtanFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.AvgFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.CeilFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.CosFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.CurrentDateFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.CurrentTimeFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.CurrentTimestampFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.ExpFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.FloorFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.LogFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SimpleNumericAggregateMethod
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SinFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SQLCubeFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SQLRollupFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SqrtFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.SumFunction
-
- getClassForMapping() - Method in class org.datanucleus.store.rdbms.sql.method.TanFunction
-
- getClassLoaderResolver() - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for the ClassLoader resolver to use when looking up classes.
- getClassLoaderResolver() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getClassLoaderResolver() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getClassMetaData() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getClassMetaData() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the (primary) class MetaData.
- getClassName() - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- getClassName() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore.ElementInfo
-
- getClassNameForIdUsingDiscriminator(RDBMSStoreManager, ExecutionContext, Object, AbstractClassMetaData) - Static method in class org.datanucleus.store.rdbms.RDBMSStoreHelper
-
Utility that does a discriminator candidate query for the specified candidate and subclasses
and returns the class name of the instance that has the specified identity (if any).
- getClassNameForIdUsingUnion(RDBMSStoreManager, ExecutionContext, Object, List<AbstractClassMetaData>) - Static method in class org.datanucleus.store.rdbms.RDBMSStoreHelper
-
Utility that does a union candidate query for the specified candidate(s) and subclasses
and returns the class name of the instance that has the specified identity (if any).
- getClassNameForObjectID(Object, ClassLoaderResolver, ExecutionContext) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns the class corresponding to the given object identity.
- getClassNameFromDiscriminatorResultSetRow(JavaTypeMapping, DiscriminatorMetaData, ResultSet, ExecutionContext) - Static method in class org.datanucleus.store.rdbms.query.RDBMSQueryUtils
-
Convenience method that takes a result set that contains a discriminator column and returns
the class name that it represents.
- getClearNullifyStmt() - Method in class org.datanucleus.store.rdbms.scostore.FKArrayStore
-
Generates the statement for clearing items by nulling the owner link out.
- getClearNullifyStmt() - Method in class org.datanucleus.store.rdbms.scostore.FKSetStore
-
Generates the statement for clearing items by nulling the owner link out.
- getClearStmt() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Generate statement for clearing the container.
- getClientInfo() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getClientInfo(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getClientInfoProperties() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getClob(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getClob(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getClob(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getClob(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getColumn() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for the column
- getColumn() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
- getColumn() - Method in class org.datanucleus.store.rdbms.sql.SQLColumn
-
- getColumn(DatastoreIdentifier) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the Datastore field with the specified identifier.
- getColumn(DatastoreIdentifier) - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the Datastore field with the specified identifier.
- getColumnAlias() - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
Accessor for the column name alias (if any).
- getColumnDef() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getColumnForName(String) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getColumnForPosition(int) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getColumnIdentifierSuffix(FieldRole, boolean) - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Accessor for the suffix to add to any column identifier, based on the role type.
- getColumnIdentifierSuffix(FieldRole, boolean) - Method in class org.datanucleus.store.rdbms.identifier.DNIdentifierFactory
-
Accessor for the suffix to add to any column identifier, based on the role type.
- getColumnIdentifierSuffix(FieldRole, boolean) - Method in class org.datanucleus.store.rdbms.identifier.JPAIdentifierFactory
-
Accessor for the suffix to add to any column identifier, based on the role type.
- getColumnInfoForColumnName(Table, Connection, DatastoreIdentifier) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns the column info for a column name.
- getColumnInfoForTable(Table, Connection) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns the column info for a database table.
- getColumnMetaData() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getColumnMetaDataByIdentifier(DatastoreIdentifier) - Method in class org.datanucleus.store.rdbms.mapping.CorrespondentColumnsMapper
-
Accessor for the column MetaData in side A that maps to the side B identifier.
- getColumnMetaDataForMember(AbstractMemberMetaData, FieldRole) - Static method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Convenience method to return the ColumnMetaData appropriate for this mapping.
- getColumnName() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getColumnNumber() - Method in class org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
- getColumnPositions() - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
Accessor for the column position(s).
- getColumnPrivileges(String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getColumns(Connection, String, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for table and column information for a catalog/schema in this datastore.
- getColumns(Connection, String, String, String, String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for table and column information for a catalog/schema in this datastore.
- getColumns(Connection, String, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for table and column information for a catalog/schema in this datastore.
- getColumns(String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getColumns() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getColumnSize() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getColumnType() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getCompilationComponent() - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for the current query component being compiled.
- getCompilationComponent() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getCompleteDDL() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for whether we should generate complete DDL when in that mode.
- getConcurrency() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getCondition() - Method in class org.datanucleus.store.rdbms.sql.SQLJoin
-
Accessor for the conditions of the join.
- getConfig() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
Get the abandoned config for this object.
- getConflictingColumn() - Method in exception org.datanucleus.store.rdbms.exceptions.DuplicateColumnException
-
Accessor for the column that could not be created because it conflicts with something already present.
- getConnection() - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
Accessor for a JDBC connection for this data source.
- getConnection(String, String) - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
Accessor for a JDBC connection for this data source, specifying username and password.
- getConnection(DataSource[]) - Method in interface org.datanucleus.store.rdbms.ConnectionProvider
-
Obtain a connection from the datasources, starting on the first datasource, and if unable to obtain
a connection skips to the next one on the list, and try again until the list is exhausted.
- getConnection(DataSource[]) - Method in class org.datanucleus.store.rdbms.ConnectionProviderPriorityList
-
Obtain a connection from the datasources, starting on the first
datasource, and if unable to obtain a connection skips to the next one on the list, and try again until the list is exhausted.
- getConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Create (if necessary) and return a connection to the database.
- getConnection(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getConnection(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedDataSource
-
- getConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- getConnection(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- getConnectionInitSqls() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the list of SQL statements executed when a physical connection
is first created.
- getConnectionManager(UserPassKey) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getConnectionManager(UserPassKey) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getConnectionManager(UserPassKey) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getConnectionPool(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getConnectionPoolDataSource() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getConnectionPreference() - Method in class org.datanucleus.store.rdbms.valuegenerator.MaxGenerator
-
- getConnectionProperties() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the connection properties passed to the JDBC driver.
- getConnectionStatementState(ManagedConnection) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to get the state for this connection.
- getConstraints() - Method in interface org.datanucleus.store.rdbms.table.Column
-
- getConstraints() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getConstructor(Class, Class[]) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.ConstructorUtil
-
Returns a
Constructor
for the given method signature, or
null
if no such
Constructor can be found.
- getConstructorArgExpressions() - Method in class org.datanucleus.store.rdbms.sql.expression.NewObjectExpression
-
- getConstructorArgMapping(int) - Method in class org.datanucleus.store.rdbms.query.StatementNewObjectMapping
-
Accessor for the mapping info for a constructor argument at the specified position.
- getContainerTable() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getContinuationString() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Continuation string to use where the SQL statement goes over more than 1
line.
- getContinuationString() - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Continuation string to use where the SQL statement goes over more than 1
line.
- getCreateDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getCreateDatabaseStatement(String, String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the statement necessary to create a database with this RDBMS.
- getCreateDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
- getCreateDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
- getCreateDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
- getCreateDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getCreateIndexStatement(Index, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate DDL to create an index.
- getCreateIndexStatement(Index, IdentifierFactory) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to add an index to its table.
- getCreateIndexStatement(Index, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Returns the appropriate DDL to create an index.
- getCreateIndexStatement(Index, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
Returns the appropriate DDL to create an index.
- getCreateIndexStatement(Index, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Returns the appropriate DDL to create an index.
- getCreateParams() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getCreateTableStatement(TableImpl, Column[], Properties, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate SQL to create the given table having the given
columns.
- getCreateTableStatement(TableImpl, Column[], Properties, IdentifierFactory) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to create the given table having the given
columns.
- getCreateTableStatement(TableImpl, Column[], Properties, IdentifierFactory) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Method to return the CREATE TABLE statement.
- getCrossReference(String, String, String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getCurrentConnection() - Method in class org.datanucleus.store.rdbms.AbstractSchemaTransaction
-
Returns the current connection for the schema transaction.
- getCursorName() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDatabaseMajorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDatabaseProductName() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.BoneCPConnectionPoolFactory.BoneCPConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.C3P0ConnectionPoolFactory.C3P0ConnectionPool
-
- getDataSource() - Method in interface org.datanucleus.store.rdbms.connectionpool.ConnectionPool
-
Accessor for the pooled DataSource.
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.DBCP2ConnectionPoolFactory.DBCPConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.DBCPBuiltinConnectionPoolFactory.DBCPConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.DBCPConnectionPoolFactory.DBCPConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DefaultConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.HikariCPConnectionPoolFactory.HikariCPConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.ProxoolConnectionPoolFactory.ProxoolConnectionPool
-
- getDataSource() - Method in class org.datanucleus.store.rdbms.connectionpool.TomcatConnectionPoolFactory.TomcatConnectionPool
-
- getDataSourceName() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getDatastoreAdapter(ClassLoaderResolver, Connection, String, PluginManager) - Method in class org.datanucleus.store.rdbms.adapter.DatastoreAdapterFactory
-
Accessor for an adapter, given a Connection to the datastore.
- getDatastoreAdapter() - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Accessor for the datastore adapter that we are creating identifiers for.
- getDatastoreAdapter() - Method in interface org.datanucleus.store.rdbms.identifier.IdentifierFactory
-
Accessor for the datastore adapter that we are creating identifiers for.
- getDatastoreAdapter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Convenience to access the datastore adapter.
- getDatastoreAdapter() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Gets the DatastoreAdapter to use for this store.
- getDatastoreAdapter() - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
- getDatastoreAdapter() - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
- getDatastoreAdapter() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getDatastoreClass(String, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns the primary datastore table serving as backing for the given class.
- getDatastoreClass(DatastoreIdentifier) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns the datastore table having the given identifier.
- getDatastoreClass() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore.ElementInfo
-
- getDatastoreDate() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Get the date/time of the datastore.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.TimesTenAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDateStatement() - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
Accessor for a statement that will return the statement to use to get the datastore date.
- getDatastoreDriverName() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getDatastoreDriverName() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the datastore driver name.
- getDatastoreDriverVersion() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getDatastoreDriverVersion() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the datastore driver version.
- getDatastoreIdColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
- getDatastoreIdColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getDatastoreIdentifier() - Method in class org.datanucleus.store.rdbms.RDBMSStoreData
-
Accessor for the identifier for the table.
- getDatastoreIdentifierFullyQualified() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Method that operates like toString except it returns a fully-qualified name that will always
be fully-qualified even when the user hasnt specified the catalog/schema in PMF or MetaData.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in class org.datanucleus.store.rdbms.adapter.DB2AS400Adapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentifierMaxLength(IdentifierType) - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
Method to return the maximum length of a datastore identifier of the specified type.
- getDatastoreIdentityForResultSetRow(ExecutionContext, AbstractClassMetaData, Class, boolean, ResultSet, StatementClassMapping) - Static method in class org.datanucleus.store.rdbms.query.PersistentClassROF
-
Method to return the object datastore identity for a row of the result set.
- getDatastoreIdMapping() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Accessor for a mapping for the datastore ID for this table.
- getDatastoreIdMapping() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the datastore identity id mapping.
- getDatastoreIdMapping() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for a mapping for the datastore ID for this object.
- getDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Accessor for a datastore mapping
- getDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Accessor for a datastore mapping
- getDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for a datastore mapping
- getDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.MultiMapping
-
Accessor for a datastore mapping.
- getDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Accessor for a datastore mapping.
- getDatastoreMapping() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the datastore mapping that this datastore field relates to.
- getDatastoreMapping() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getDatastoreMappingClass(String, String, String, String, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Accessor for a datastore mapping class for the specified java type (and optional jdbc type or sql type).
- getDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Accessor for the datastore mappings for this java type
- getDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Accessor for the datastore mappings for this java type.
- getDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the datastore mappings for this java type
- getDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.MultiMapping
-
- getDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Accessor for the datastore mappings for this java type.
- getDatastoreProductName() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getDatastoreProductName() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the datastore product name.
- getDatastoreProductVersion() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getDatastoreProductVersion() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the datastore product version.
- getDataType() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getDataType() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getDate(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getDate(int, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getDate(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getDate(String, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getDate(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDate(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDate(int, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDate(String, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDate(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping
-
- getDdlWriter() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the writer for DDL (if set).
- getDecimalDigits() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getDefaultAutoCommit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the default auto-commit property.
- getDefaultCatalog() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the default catalog.
- getDefaultIdentifierCase() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return the default identifier case.
- getDefaultJavaTypeMapping(Class, ColumnMetaData[]) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Method to return the default java type mapping class for a specified java type.
- getDefaultLength(int) - Method in class org.datanucleus.store.rdbms.mapping.java.CharacterMapping
-
Method to return the default length of this type in the datastore.
- getDefaultLength(int) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
Accessor for the default length for this type in the datastore (if applicable).
- getDefaultLength(int) - Method in class org.datanucleus.store.rdbms.mapping.java.TemporalMapping
-
Method to return the default length of this type in the datastore.
- getDefaultLength(int) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getDefaultLengthAsString() - Method in class org.datanucleus.store.rdbms.mapping.java.DateMapping
-
- getDefaultLengthAsString() - Method in class org.datanucleus.store.rdbms.mapping.java.SqlDateMapping
-
- getDefaultLengthAsString() - Method in class org.datanucleus.store.rdbms.mapping.java.SqlTimeMapping
-
- getDefaultLengthAsString() - Method in class org.datanucleus.store.rdbms.mapping.java.SqlTimestampMapping
-
- getDefaultLengthAsString() - Method in class org.datanucleus.store.rdbms.mapping.java.TemporalMapping
-
- getDefaultMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getDefaultMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getDefaultMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getDefaultObjectProviderClassName() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- getDefaultReadOnly() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the default readOnly property.
- getDefaultTransactionIsolation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the default transaction isolation state of returned connections.
- getDefaultTransactionIsolation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getDefaultTransactionIsolation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDefaultValue() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- getDelegate() - Method in class org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
-
Accessor for the delegate that represents this enum.
- getDelegateInternal() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getDeleteStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the SQL DELETE statement.
- getDeleteTableStatement(SQLTable) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the basic SQL for a DELETE TABLE statement.
- getDeleteTableStatement(SQLTable) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the basic SQL for a DELETE TABLE statement.
- getDeleteTableStatement(SQLTable) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Method to return the basic SQL for a DELETE TABLE statement.
- getDeleteTableStatement(SQLTable) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Method to return the basic SQL for a DELETE TABLE statement.
- getDeleteTableStatement(SQLTable) - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
Method to return the basic SQL for a DELETE TABLE statement.
- getDescription() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of description.
- getDescription() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getDiscriminatorColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
- getDiscriminatorColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getDiscriminatorMapping() - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
- getDiscriminatorMapping() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore.ElementInfo
-
- getDiscriminatorMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Accessor for the discriminator mapping specified.
- getDiscriminatorMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the discriminator mapping specified .
- getDiscriminatorMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the discriminator mapping specified .
- getDiscriminatorMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the discriminator mapping specified .
- getDiscriminatorMapping(boolean) - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the discriminator mapping specified.
- getDiscriminatorMetaData() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for Discriminator MetaData
- getDiscriminatorMetaData() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for Discriminator MetaData
- getDiscriminatorMetaData() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for Discriminator MetaData
- getDiscriminatorMetaData() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for Discriminator MetaData.
- getDiscriminatorStrategy() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore.ElementInfo
-
- getDiscriminatorValuesForMember(String, JavaTypeMapping, RDBMSStoreManager, ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Method to return all possible discriminator values for the supplied class and its subclasses.
- getDouble(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getDouble(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getDouble(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDouble(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getDouble(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getDouble(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getDouble(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- getDouble(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- getDouble(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getDouble(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getDouble(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getDouble(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getDriver() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the driver classname.
- getDriverClassLoader() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getDriverClassName() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the jdbc driver class name.
- getDriverMajorVersion() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the JDBC driver major version
- getDriverMajorVersion() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the driver major version
- getDriverMajorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDriverMinorVersion() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the JDBC driver minor version
- getDriverMinorVersion() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the driver minor version
- getDriverMinorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDriverName() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDriverVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getDropDatabaseStatement(String, String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the statement necessary to drop a database with this RDBMS.
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getDropDatabaseStatement(String, String) - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate SQL to drop the given table.
- getDropTableStatement(Table) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to drop the given table.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.FirebirdAdapter
-
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Returns the appropriate SQL to drop the given table.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Returns the appropriate SQL to drop the given table.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
Returns the appropriate SQL to drop the given table.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Method to return the DROP TABLE statement.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Method to return the drop table statement for Oracle.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the statement for dropping a table.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
Accessor for the DROP TABLE statement for Sybase.
- getDropTableStatement(Table) - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
Method to return the DROP TABLE statement.
- getDropViewStatement(ViewImpl) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the appropriate SQL to drop the given view.
- getDropViewStatement(ViewImpl) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the appropriate SQL to drop the given view.
- getElementExpressions() - Method in class org.datanucleus.store.rdbms.sql.expression.ArrayExpression
-
- getElementExpressions() - Method in class org.datanucleus.store.rdbms.sql.expression.CollectionLiteral
-
- getElementInfo() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getElementInformationForClass() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Convenience method to find the element information relating to the element type.
- getElementMapping(Table, AbstractMemberMetaData, FieldRole, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Convenience accessor for the element mapping for the element of a collection/array of elements.
- getElementMapping() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getElementMapping() - Method in interface org.datanucleus.store.rdbms.table.DatastoreElementContainer
-
Accessor for the "element" mapping for the container.
- getElementMapping() - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the "element" mapping end of the relationship.
- getElementType() - Method in class org.datanucleus.store.rdbms.table.ArrayTable
-
Accessor for the element type stored in this array.
- getElementType() - Method in class org.datanucleus.store.rdbms.table.CollectionTable
-
Accessor for the element type stored in this Collection/Set/List.
- getElementType() - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Access the element type class name
- getEmd() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getEnumValueForMethod(Class, long, String) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Convenience method to return the value of an Enum using a static getter method, passing in a value.
- getEqualityExpressionForObjectExpressions(ObjectExpression, ObjectExpression, boolean) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Method to generate an equality/inequality expression between two ObjectExpressions.
- getEscapeCharacter() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The character for escaping characters in pattern expressions.
- getEscapeCharacter() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
The character for escaping characters in pattern expressions.
- getEscapedPatternExpression(SQLExpression) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
The pattern string for representing one character.
- getEscapePatternExpression() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The character for escaping characters in pattern expressions.
- getEscapePatternExpression() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
The character for escaping characters in pattern expressions.
- getEscapePatternExpression() - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
The character for escaping patterns.
- getEscapePatternExpression() - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
The character for escaping patterns.
- getExecutionContext() - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for the ExecutionContext for this query.
- getExecutionContext() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getExistingIndexes(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Provide the existing indexes in the database for the table.
- getExistingIndexes(Connection, String, String, String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Provide the existing indexes in the database for the table
- getExistingIndexes(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Provide the existing indexes in the database for the table.
- getExistingIndexes(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
Provide the existing indexes in the database for the table.
- getExpectedCandidateKeys() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the expected candidate keys for this table.
- getExpectedCandidateKeys() - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the candidate keys for this table.
- getExpectedCandidateKeys() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the candidate keys for this table.
- getExpectedCandidateKeys() - Method in class org.datanucleus.store.rdbms.table.PersistableJoinTable
-
Accessor for the candidate keys for this table.
- getExpectedCandidateKeys() - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the expected candidate keys for this table in the datastore.
- getExpectedForeignKeys(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the expected foreign keys for this table.
- getExpectedForeignKeys(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the expected foreign keys for this table.
- getExpectedForeignKeys(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the expected foreign keys for this table.
- getExpectedForeignKeys(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.PersistableJoinTable
-
Accessor for the expected foreign keys for this table.
- getExpectedForeignKeys() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the expected foreign keys for this table.
- getExpectedForeignKeys(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the expected foreign keys for this table in the datastore.
- getExpectedIndices(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the indices for this table.
- getExpectedIndices(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the indices for this table.
- getExpectedIndices(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the indices for this table.
- getExpectedIndices(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.PersistableJoinTable
-
Accessor for the indices for this table.
- getExpectedIndices(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the indices for this table in the datastore.
- getExportedKeys(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getExpression(int) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression.ColumnExpressionList
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.ArrayContainsMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.ArrayIsEmptyMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.ArraySizeMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.AvgFunction
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CoalesceFunction
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CollectionContainsMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CollectionIsEmptyMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CollectionSizeMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CountFunction
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CurrentDateFunction
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.CurrentTimeFunction
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.CurrentTimestampFunction
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetDay2Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetDay3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetDayMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetHour2Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetHour3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetHour4Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetHourMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMinute2Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMinute3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMinute4Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMinuteMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMonth2Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMonth3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetMonthMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetSecond2Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetSecond3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetSecond4Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetSecond5Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetSecondMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetYear2Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetYear3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.DateGetYearMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.EnumOrdinalMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.EnumToStringMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.IndexFunction
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.JDOHelperGetObjectIdMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.JDOHelperGetVersionMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.ListGetMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsEntryMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsKeyMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsValueMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MapGetMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MapIsEmptyMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MapSizeMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathAbsMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathAcosMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathAsinMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathAtanMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathCeilMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathCosMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathExpMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathFloorMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathLogMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathSinMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathSqrtMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.MathTanMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.NullIfFunction
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.ObjectGetClassMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SimpleNumericAggregateMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SimpleOrderableAggregateMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SQLBooleanMethod
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.SQLFunctionMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in interface org.datanucleus.store.rdbms.sql.method.SQLMethod
-
Return the expression for this SQL function.
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SQLNumericMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringCharAtMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringConcat1Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringConcat2Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringEndsWithMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringEqualsIgnoreCaseMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringEqualsMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringIndexOf2Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringIndexOf3Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringIndexOf4Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringIndexOf5Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringIndexOfMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringLength2Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringLength3Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringLengthMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringMatchesMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringReplaceAllMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringStartsWith2Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringStartsWith3Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringStartsWithMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringSubstring2Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringSubstring3Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringSubstring4Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringSubstringMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringToLowerMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringToUpperMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringTranslateMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringTrim2Method
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.StringTrim3Method
-
- getExpression(SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.method.StringTrimMethod
-
- getExpression(SQLExpression, List<SQLExpression>) - Method in class org.datanucleus.store.rdbms.sql.method.SumFunction
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.Concat2Operation
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.Concat3Operation
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.Mod2Operation
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.Mod3Operation
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.NumericToString2Operation
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.NumericToString3Operation
-
- getExpression(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.operation.NumericToStringOperation
-
- getExpression(SQLExpression, SQLExpression) - Method in interface org.datanucleus.store.rdbms.sql.operation.SQLOperation
-
Return the expression for this SQL function.
- getExpressionForDiscriminatorForClass(SQLStatement, String, DiscriminatorMetaData, JavaTypeMapping, SQLTable, ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Convenience method to generate a BooleanExpression for the associated discriminator value for
the specified class.
- getExpressionForStringExpressionInput(SQLExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.StringMatchesDerbyMethod
-
- getExpressionForStringExpressionInput(SQLExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.StringMatchesMethod
-
- getExpressionForStringExpressionInput(SQLExpression, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.StringSimilarPostgresqlMethod
-
- getExtendedIndexSettings() - Method in class org.datanucleus.store.rdbms.key.Index
-
Extended index settings, mostly datastore proprietary settings
- getExternalMapping(AbstractMemberMetaData, int) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for an external mapping for the specified field of the required type.
- getExternalMapping(AbstractMemberMetaData, int) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
- getExternalMapping(AbstractMemberMetaData, int) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the external mapping for the specified field of the specified type.
- getExternalMapping(AbstractMemberMetaData, int) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
- getExtraNameCharacters() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Returns the KeyedPoolableObjectFactory used by StackKeyedObjectPools created by this factory
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
- getFactory() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Returns the factory used by created pools.
- getFetchAllSequences(ManagedConnection) - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceTable
-
Accessor for the sequences
- getFetchDirection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getFetchDirection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getFetchSize() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getFetchSize() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getFieldManagerForResultProcessing(ObjectProvider, ResultSet, StatementClassMapping) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- getFieldManagerForResultProcessing(ExecutionContext, ResultSet, StatementClassMapping, AbstractClassMetaData) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- getFieldManagerForStatementGeneration(ObjectProvider, PreparedStatement, StatementClassMapping) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a FieldManager for populating information in statements.
- getFieldMetaData(String) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the MetaData for the named field
- getFieldNumberInElementForBidirectional(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKSetStore
-
This seems to return the field number in the element of the relation when it is a bidirectional relation.
- getFilenameForObjectProvider(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- getFloat(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getFloat(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getFloat(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getFloat(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getFloat(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getFloat(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getFloat(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- getFloat(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- getFloat(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping
-
- getFloat(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getFloat(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping
-
- getFloat(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getFloat(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getFloat(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getForeignKeyForPCField(JavaTypeMapping, AbstractMemberMetaData, boolean, RDBMSStoreManager, ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.table.TableUtils
-
Convenience method to add a foreign key for a PC field.
- getForeignKeysForReferenceField(JavaTypeMapping, AbstractMemberMetaData, boolean, RDBMSStoreManager, ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.table.TableUtils
-
Convenience method to add foreign-keys for the specified reference field.
- getForeignKeyToElement(DatastoreClass, boolean, JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Convenience method to generate a ForeignKey from this join table to an element table
using the specified mapping.
- getForeignKeyToOwner(DatastoreClass, boolean) - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Convenience method to generate a ForeignKey from this join table to an owner table.
- getFullyQualifiedName(boolean) - Method in interface org.datanucleus.store.rdbms.identifier.DatastoreIdentifier
-
Accessor for the fully-qualified name.
- getFullyQualifiedName(boolean) - Method in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
Accessor for a fully-qualified version of the identifier name.
- getFunctionColumns(String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.AbsFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.AcosFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.AsinFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.AtanFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.AvgFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.CeilFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.CosFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.CountFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.CurrentDateFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.CurrentTimeFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.CurrentTimestampFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.ExpFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.FloorFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.LogFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.MaxFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.MinFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SimpleNumericAggregateMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SimpleOrderableAggregateMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SinFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SQLCubeFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SQLRollupFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SqrtFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.StringToLowerMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.StringToUpperMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.StringTrimLeftMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.StringTrimMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.StringTrimRightMethod
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.SumFunction
-
- getFunctionName() - Method in class org.datanucleus.store.rdbms.sql.method.TanFunction
-
- getFunctions(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getGCInstance() - Method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- getGeneratedKeys() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getGetValueMethodName() - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Accessor for the "getValue" getter name if that extension is enabled for this mapping.
- getGroupName() - Method in class org.datanucleus.store.rdbms.sql.SQLTable
-
- getHoldability() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getHoldability() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getIdentifier() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the SQL identifier (the table name).
- getIdentifier() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the identifier for this object.
- getIdentifier() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getIdentifier() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the identifier for this object.
- getIdentifierFactory() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the factory for creating identifiers (table/column names etc).
- getIdentifierInAdapterCase(String) - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Convenience method to convert the passed identifier into an identifier
in the correct case, and with any required quoting for the datastore adapter.
- getIdentifierInAdapterCase(String) - Method in interface org.datanucleus.store.rdbms.identifier.IdentifierFactory
-
Accessor for an identifier for use in the datastore adapter
- getIdentifierNamePartsFromName(String) - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Convenience method to split a fully-specified identifier name (inc catalog/schema)
into its constituent parts.
- getIdentifierQuoteString() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for an identifier quote string.
- getIdentifierQuoteString() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the quote string to use when quoting identifiers.
- getIdentifierQuoteString() - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Accessor for an identifier quote string.
- getIdentifierQuoteString() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getIdentityForResultSetRow(RDBMSStoreManager, ResultSet, StatementClassMapping, ExecutionContext, AbstractClassMetaData, Class, boolean) - Static method in class org.datanucleus.store.rdbms.query.PersistentClassROF
-
Method to return the object identity for a row of the result set.
- getIdentityType() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Accessor for the identity-type.
- getIdentityType() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the identity-type.
- getIdentityType() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the identity type in use.
- getIdentityType() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the identity-type used by this table.
- getIdentityType() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the identity-type.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.autostart.SchemaTable
-
Accessor for a mapping for the ID (persistable) for this table.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for a mapping for the ID (persistable) for this table.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for a mapping for the ID.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.table.JoinTable
-
Accessor for a mapping for the ID (persistable) for this table.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.table.ProbeTable
-
Accessor for a mapping for the ID (persistable) for this table.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the ID mapping for this table.
- getIdMapping() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the ID mapping of this container object.
- getIdMapping() - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceTable
-
Accessor for a mapping for the ID (persistable) for this table.
- getImportedKeys(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getIndexForField(Table, IndexMetaData, JavaTypeMapping) - Static method in class org.datanucleus.store.rdbms.table.TableUtils
-
Convenience method to create an Index for a field.
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getIndexOfStmt(Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Generate statement for getting the index of an item.
- getIndicesOf(ObjectProvider, Collection) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Utility to find the indices of a collection of elements.
- getIndicesOfStmt(Collection) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Generates the statement for getting the indices of a collection of element.
- getInitCapacity() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Returns the initial capacity of created pools.
- getInitialCapacity() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Returns the initial capacity of StackKeyedObjectPools created by this factory.
- getInitialSize() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getInitSleepingCapacity() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getInnermostDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getInnermostDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getInnermostDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getInnermostDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getInnermostDelegate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- getInnermostDelegateInternal() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getInsertionInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for the string to put in any retrieval datastore statement for this field.
- getInsertionInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DB2DatalinkRDBMSMapping
-
- getInsertionInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
- getInsertionInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
- getInsertStatementForNoColumns(Table) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the INSERT statement to use when inserting into a table that has no
columns specified.
- getInsertStatementForNoColumns(Table) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to retutn the INSERT statement to use when inserting into a table that has no
columns specified.
- getInsertStatementForNoColumns(Table) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Method to return the INSERT statement to use when inserting into a table that has no
columns specified.
- getInsertStatementForNoColumns(Table) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Method to retutn the INSERT statement to use when inserting into a table that has no
columns specified.
- getInsertStatementForNoColumns(Table) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Method to retutn the INSERT statement to use when inserting into a table that has no
columns specified.
- getInsertStatementForNoColumns(Table) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Method to return the INSERT statement to use when inserting into a table that has no
columns specified.
- getInsertStatementForNoColumns(Table) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Method to return the INSERT statement to use when inserting into a table and we dont want to
specify columns.
- getInstance() - Static method in class org.datanucleus.store.rdbms.adapter.DatastoreAdapterFactory
-
Accessor for the RDBMSAdapterFactory.
- getInt(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getInt(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getInt(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getInt(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- getInt(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- getInt(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- getInt(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getInt(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getInt(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getIsNullable() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getIteratorStatement(ClassLoaderResolver, FetchPlan, boolean) - Method in class org.datanucleus.store.rdbms.scostore.FKArrayStore
-
Method to return the SQLStatement and mapping for an iterator for this backing store.
- getIteratorStatement(ClassLoaderResolver, FetchPlan, boolean, int, int) - Method in class org.datanucleus.store.rdbms.scostore.FKListStore
-
Method to return the SQLStatement and mapping for an iterator for this backing store.
- getIteratorStatement(ClassLoaderResolver, FetchPlan, boolean) - Method in class org.datanucleus.store.rdbms.scostore.FKSetStore
-
Method to return the SQLStatement and mapping for an iterator for this backing store.
- getIteratorStatement(ClassLoaderResolver, FetchPlan, boolean) - Method in class org.datanucleus.store.rdbms.scostore.JoinArrayStore
-
Method to return the SQLStatement and mapping for an iterator for this backing store.
- getIteratorStatement(ClassLoaderResolver, FetchPlan, boolean, int, int) - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Method to return the SQLStatement and mapping for an iterator for this backing store.
- getIteratorStatement(ClassLoaderResolver, FetchPlan, boolean) - Method in class org.datanucleus.store.rdbms.scostore.JoinSetStore
-
Method to return the SQLStatement and mapping for an iterator for this backing store.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.ArrayMapping
-
Accessor for the Java type represented here.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.BigDecimalMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.BigIntegerMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.BitSetMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.BooleanMapping
-
Accessor for the Java type being represented here.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.BufferedImageMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.ByteMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.CharacterMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.ClassMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.CollectionMapping
-
Accessor for the Java type represented here.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.DatastoreIdMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.DateMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Accessor for the type represented here, returning the class itself
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.DoubleMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Accessor for the Java type being represented here.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.FileMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.FloatMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.IndexMapping
-
Accessor for the type represented here, returning the class itself
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.IntegerMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the java type being mapped.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.LongMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.MapMapping
-
Accessor for the Java type represented here.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.NullMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.NumberMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.ObjectMapping
-
Accessor for the Java type being represented.
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedMapping
-
Accessor for the (Java) type of data represented here
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.ShortMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.SqlDateMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.SqlTimeMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.SqlTimestampMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.StringBufferMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.StringBuilderMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.StringMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.SubclassPCMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.UUIDMapping
-
- getJavaType() - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Accessor for the type represented here, returning the class itself
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.BitSetMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.BufferedImageMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.ClassMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.NumberMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.ObjectMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Accessor for the java type represented by a particular datastore mapping.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMultiMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.StringBufferMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.StringBuilderMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.TemporalMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
Accessor for the name of the java-type actually used when mapping the particular datastore
field.
- getJavaTypeForDatastoreMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.UUIDMapping
-
- getJavaTypeMapping() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for the java type mapping
- getJavaTypeMapping() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
The mapping for the java type that this datastore mapping is used by.
- getJavaTypeMapping(int) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Accessor for the java type mappings
- getJavaTypeMapping(String) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Accessor for the sub type mapping for a particular field name
- getJavaTypeMapping() - Method in class org.datanucleus.store.rdbms.mapping.java.MultiMapping
-
Accessor for the Java type mappings
- getJavaTypeMapping() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getJavaTypeMapping() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the JavaTypeMapping for the field/property that owns this column.
- getJavaTypeMapping() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getJavaUtilDateFormat() - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Get a Format object to handle java.util.Date.
- getJDBCMajorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getJdbcType() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getJDBCTypeForName(String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getJDBCTypeForName(String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the type given the "jdbc-type" name.
- getJndiEnvironment(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getJoinConditionForJoin(SQLTable, JavaTypeMapping, JavaTypeMapping, SQLTable, JavaTypeMapping, JavaTypeMapping, Object[]) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Convenience method to generate the join condition between source and target tables for the supplied
mappings.
- getJoinedTable() - Method in class org.datanucleus.store.rdbms.sql.SQLJoin
-
- getJoinForTable(SQLTable) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the type of join used for the specified table.
- getJoinMetaData() - Method in interface org.datanucleus.store.rdbms.table.SecondaryDatastoreClass
-
Accessor for the JoinMetaData which is used to join to the primary DatastoreClass.
- getJoinMetaData() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the JoinMetaData which is used to join to the primary DatastoreClass.
- getJoinType() - Method in class org.datanucleus.store.rdbms.sql.SQLTableGroup
-
- getJoinTypeForTable(SQLTable) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the type of join used for the specified table.
- getKeyExpressions() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapKeyLiteral
-
- getKeyLiteral() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral
-
- getKeyMapping(Table, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Convenience accessor for the mapping of the key of a map.
- getKeyMapping() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- getKeyMapping() - Method in interface org.datanucleus.store.rdbms.table.DatastoreMap
-
Accessor for the "key" mapping for the map.
- getKeyMapping() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the "key" mapping end of the relationship.
- getKeyType() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the key type for this Map.
- getKmd() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- getLastIndexOfStmt(Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Generates the statement for getting the index of the last item.
- getLastUsed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
Get the last time this object was used in ms.
- getLifo() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Whether or not the idle object pools act as LIFO queues.
- getLifo() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getLifo() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Whether or not the idle object pool acts as a LIFO queue.
- getLifo() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getLiteralForOne(SQLStatement) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Convenience accessor for a literal for the number 1.
- getLiteralPrefix() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getLiteralSuffix() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getLocalTypeName() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getLogAbandoned() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Flag to log stack traces for application code which abandoned
a Statement or Connection.
- getLogAbandoned() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getLoginTimeout() - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
Accessor for the Login timeout for the driver manager.
- getLoginTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getLoginTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Gets the maximum time in seconds that this data source can wait
while attempting to connect to a database.
- getLoginTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getLoginTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- getLogWriter() - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
Accessor for the LogWriter of the driver manager.
- getLogWriter() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Returns the log writer being used by this configuration to log
information on abandoned objects.
- getLogWriter() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getLogWriter() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the log writer for this data source.
- getLogWriter() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getLogWriter() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
Returns my log writer.
- getLong(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getLong(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getLong(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getLong(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- getLong(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- getLong(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- getLong(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getLong(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getLong(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getLowestOperator() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getMajorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getManagedClasses() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the names of all classes managed by this table.
- getManagedClasses() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
- getManagedClasses() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the names of all classes managed by this table.
- getManagedClasses() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
- getManagedTables(String, String) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Convenience accessor of the Table objects managed in this datastore at this point.
- getMappedType(String) - Method in class org.datanucleus.store.rdbms.mapping.MappedTypeManager
-
Utility class to retrieve a supported type
- getMappedTypeManager() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the manager of mapped type information.
- getMapping(Class) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Accessor for a mapping, for a java type.
- getMapping(Class, boolean, boolean, String) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Accessor for a mapping, for a java type.
- getMapping(Table, AbstractMemberMetaData, ClassLoaderResolver, FieldRole) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Accessor for the mapping for the field of the specified table.
- getMapping(Class) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Accessor for the mapping for the specified class.
- getMapping(Class, boolean, boolean, String) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Accessor for the mapping for the specified class.
- getMapping(Table, AbstractMemberMetaData, ClassLoaderResolver, FieldRole) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Accessor for the mapping for the member of the specified table.
- getMapping() - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
- getMapping() - Method in class org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
- getMappingClass(Class, boolean, boolean, ColumnMetaData[], String) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Accessor for the mapping class for the specified type.
- getMappingDefinitionForMemberPosition(int) - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
Accessor for the mapping definition for the object at the specified member position.
- getMappingForClass(Class) - Method in class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
-
Accessor for the mapping for a particular class.
- getMappingForClass(Class) - Method in class org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
-
Accessor for the mapping for a particular class.
- getMappingForMemberName(String) - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Accessor for the JavaTypeMapping that is handling the member of the specified name.
- getMappingForMemberPosition(int) - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
Accessor for the mapping information for the member at the specified position.
- getMappingForParameter(String) - Method in class org.datanucleus.store.rdbms.query.StatementParameterMapping
-
Accessor for the mapping information for the parameter with the specified name.
- getMappingForParameterPosition(int) - Method in class org.datanucleus.store.rdbms.query.StatementParameterMapping
-
Convenience method to return the mapping for the parameter that is at the specified position.
- getMappingForResultExpression(int) - Method in class org.datanucleus.store.rdbms.query.StatementResultMapping
-
Accessor for the mapping information for the result expression at the position.
- getMappingForType(Class, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory
-
Accessor for a mapping to use in a query expression.
- getMappingIndices(int, JavaTypeMapping) - Static method in class org.datanucleus.store.rdbms.mapping.MappingHelper
-
Convenience method to return an array of positions for datastore columns for the supplied
mapping and the initial position value.
- getMappingManager(RDBMSStoreManager) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for a MappingManager suitable for use with this datastore adapter.
- getMappingManager(RDBMSStoreManager) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for a Mapping Manager suitable for use with this datastore adapter.
- getMappingManager(RDBMSStoreManager) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for a MappingManager suitable for use with this datastore adapter.
- getMappingManager() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Gets the MappingManager to use for this store.
- getMappingNumberForValue(ExecutionContext, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.MultiPersistableMapping
-
Convenience accessor for the number of the java type mapping where the passed value would be
stored.
- getMappingNumberForValue(ExecutionContext, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Convenience accessor for the number of the java type mapping where the passed value would be
stored.
- getMappingStrategy() - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Accessor for the mapping strategy.
- getMappingType(String) - Method in class org.datanucleus.store.rdbms.mapping.MappedTypeManager
-
Accessor for the Java Mapping type class for the supplied class.
- getMappingType() - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager.RDBMSTypeMapping
-
- getMappingWithDatastoreMapping(Class, boolean, boolean, ClassLoaderResolver) - Method in interface org.datanucleus.store.rdbms.mapping.MappingManager
-
Accessor for a mapping, for a java type complete with the datastore mapping.
- getMappingWithDatastoreMapping(Class, boolean, boolean, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Accessor for the mapping for the specified class.
- getMapTable() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the cap on the number of object instances allocated by the pool
(checked out or idle), per key.
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the maximum number of objects that can be allocated by the pool
(checked out to clients, or idle awaiting checkout) at a given time.
- getMaxActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getMaxBinaryLiteralLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxConnections() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxFieldSize() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getMaxForeignKeys() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the maximum foreign keys by table permitted for this datastore.
- getMaxForeignKeys() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the maximum foreign keys by table permitted in this datastore.
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the cap on the number of "idle" instances per key.
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the cap on the number of "idle" instances in the pool.
- getMaxIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getMaximumScale() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getMaxIndexes() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the maximum indexes by schema permitted for this datastore.
- getMaxIndexes() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the maximum indexes by table permitted in this datastore.
- getMaxIndexLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxOpenPreparedStatements() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getMaxPreparedStatements() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getMaxProcedureNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxRows() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getMaxRowSize() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxSleeping() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getMaxSleeping() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Returns the maximum number of idle instances in each keyed pool for StackKeyedObjectPools created by this factory
- getMaxSleeping() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Returns the maximum number of idle instances in the pool.
- getMaxSleeping() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Returns the maxIdle setting for created pools.
- getMaxStatementLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxStatements() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxTableNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxTotal() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the overall maximum number of objects (across pools) that can
exist at one time.
- getMaxTotal() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getMaxUserNameLength() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the maximum number of milliseconds that the pool will wait
for a connection to be returned before throwing an exception.
- getMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- getMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- getMaxWait() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getMemberColumnMapping() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getMemberColumnMappingForEmbeddedMember(List<AbstractMemberMetaData>) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getMemberColumnMappingForMember(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getMemberColumnMappings() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.autostart.SchemaTable
-
Accessor the for the mapping for a field/property stored in this table.
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the field mapping for the specified field.
- getMemberMapping(String) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the field mapping for the named field.
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the mapping for the specified field/property.
- getMemberMapping(String) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the field mapping for the specified field name.
- getMemberMapping(String) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the mapping for the specified member name.
- getMemberMapping(AbstractMemberMetaData) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the mapping for the specified field.
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor not used by this table.
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor the for the mapping for a field stored in this table
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.PersistableJoinTable
-
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ProbeTable
-
Accessor the for the mapping for a field/property stored in this table.
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the field/property Mapping.
- getMemberMapping(String) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the field mapping for the specified field.
- getMemberMapping(AbstractMemberMetaData) - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the mapping for the specified FieldMetaData.
- getMemberMapping(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceTable
-
Accessor the for the mapping for a field store in this table
- getMemberMappingInDatastoreClass(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the mapping for the specified field only in this datastore class.
- getMemberMappingInDatastoreClass(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the mapping for the specified field only in this datastore class.
- getMemberMappingInDatastoreClass(AbstractMemberMetaData) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the mapping for the specified field only in this datastore class.
- getMemberMappingInDatastoreClass(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the mapping for the specified field only in this datastore class.
- getMemberMetaData() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the MetaData of the field/property being mapped.
- getMemberMetaData() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the MetaData of the field/property that this is the datastore field for.
- getMemberMetaData() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getMemberName() - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- getMemberNumbers() - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
Accessor for the numbers of the members present.
- getMetaData() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getMetaData() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- getMetaData() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getMetaDataForExternalMapping(JavaTypeMapping, int) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the MetaData for the (owner) field that an external mapping corresponds to.
- getMetaDataForExternalMapping(JavaTypeMapping, int) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
- getMetaDataForExternalMapping(JavaTypeMapping, int) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the owner field metadata for the specified external mapping of the
specified type
- getMetaDataForExternalMapping(JavaTypeMapping, int) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
- getMethod(String, String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory
-
Accessor for the method defined by the class/method names and supplied args.
- getMiliseconds(long) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
- getMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getMinIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getMinIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the minimum number of idle objects to maintain in each of the keyed
pools.
- getMinIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getMinIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the minimum number of objects allowed in the pool
before the evictor thread (if active) spawns new objects.
- getMinIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getMinimumScale() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getMinorVersion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getMoreResults() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getMoreResults(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getMultitenancyColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
- getMultitenancyColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getMultitenancyMapping() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
- getMultitenancyMapping() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getMultitenancyMapping() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the multi-tenancy mapping (if any).
- getName() - Method in interface org.datanucleus.store.rdbms.identifier.DatastoreIdentifier
-
Provides the name (with no quotes).
- getName() - Method in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
Accessor for the name.
- getName() - Method in class org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
- getName() - Method in class org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
- getName() - Method in class org.datanucleus.store.rdbms.sql.SQLTableGroup
-
- getName() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getName() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getNameForJDBCType(int) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getNameForJDBCType(int) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Return a name for a JDBC Types value.
- getNamingCase() - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Accessor for the identifier case being used.
- getNamingCase() - Method in interface org.datanucleus.store.rdbms.identifier.IdentifierFactory
-
Accessor for the identifier case being used.
- getNativeQuery() - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
- getNativeQuery() - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
- getNativeQueryLanguage() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- getNCharacterStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getNCharacterStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getNCharacterStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getNCharacterStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getNClob(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getNClob(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getNClob(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getNClob(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getNeedsSubquery(SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.method.CollectionContainsMethod
-
Convenience method to decide if we handle the contains() by using a subquery, or otherwise
via an inner join.
- getNeedsSubquery() - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsEntryMethod
-
Convenience method to decide if we handle the contains() by using a subquery, or otherwise
via an inner join.
- getNeedsSubquery() - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsKeyMethod
-
Convenience method to decide if we handle the contains() by using a subquery, or otherwise
via an inner join.
- getNeedsSubquery() - Method in class org.datanucleus.store.rdbms.sql.method.MapContainsValueMethod
-
Convenience method to decide if we handle the contains() by using a subquery, or otherwise
via an inner join.
- getNetworkTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getNewClass() - Method in class org.datanucleus.store.rdbms.sql.expression.NewObjectExpression
-
- getNewDatastoreAdapter(ClassLoaderResolver, DatabaseMetaData, String, PluginManager) - Method in class org.datanucleus.store.rdbms.adapter.DatastoreAdapterFactory
-
Accessor for the adapter for a specified datastore product.
- getNewInstance(Reference) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSourceFactory
-
- getNewInstance(Reference) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSourceFactory
-
- getNewUUIDFunction() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The function to creates a unique value of type uniqueidentifier.
- getNewUUIDFunction() - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
The function to creates a unique value of type uniqueidentifier.
- getNextIDForOrderColumn(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.JoinSetStore
-
- getNextResults() - Method in class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
- getNextVal(String, ManagedConnection, int, DatastoreIdentifier, String, int) - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceTable
-
Accessor for the nextval of a sequence
- getNString(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getNString(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getNString(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getNString(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getNucleusConnection(ExecutionContext) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a NucleusConnection for the ExecutionContext.
- getNucleusSequence(ExecutionContext, SequenceMetaData) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return a datastore sequence for this datastore matching the passed sequence MetaData.
- getNucleusTypeColumnName() - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- getNullable() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getNullable() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
[Read Only] The current number of active connections that have been
allocated from this data source.
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getNumActive(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getNumActive(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
Not supported in this base implementation.
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the total number of instances current borrowed from this pool but not yet returned.
- getNumActive(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the number of instances currently borrowed from but not yet returned
to the pool corresponding to the given key
.
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Return the number of instances currently borrowed from this pool.
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
Return the number of instances currently borrowed from this pool.
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Returns the total number of instances current borrowed from this pool but not yet returned.
- getNumActive(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Returns the number of instances currently borrowed from but not yet returned
to the pool corresponding to the given key
.
- getNumActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Return the number of instances currently borrowed from this pool.
- getNumActive(Object) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- getNumActive() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- getNumActive() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPool
-
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
Accessor for the number of tables in the schema for this schema.
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
Accessor for the number of columns in the schema for this table.
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
Accessor for the number of indices cols in the schema for this table.
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Accessor for the number of columns in the schema for this table.
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
Accessor for the number of pk cols in the schema for this table.
- getNumberOfChildren() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
Accessor for the number of JDBC types in the schema for this schema.
- getNumberOfColumns() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getNumberOfConstructorArgMappings() - Method in class org.datanucleus.store.rdbms.query.StatementNewObjectMapping
-
- getNumberOfDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Accessor for the number of datastore fields
- getNumberOfDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Accessor for the number of datastore fields.
- getNumberOfDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the number of datastore mappings.
- getNumberOfDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.MultiMapping
-
Accessor for the number of datastore mappings.
- getNumberOfDatastoreMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Accessor for the number of datastore fields.
- getNumberOfJavaTypeMappings() - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Accessor for the number of java type mappings
- getNumberOfParameterOccurrences() - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
Accessor for the number of times this mapping is used as a parameter.
- getNumberOfResultExpressions() - Method in class org.datanucleus.store.rdbms.query.StatementResultMapping
-
- getNumberOfSelects() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the number of selected items in the SELECT clause.
- getNumberOfSubExpressions() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getNumberOfTableGroups() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the number of table groups.
- getNumberOfTables() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the number of tables defined for this statement.
- getNumberOfTables() - Method in class org.datanucleus.store.rdbms.sql.SQLTableGroup
-
- getNumberOfUnions() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getNumericConversionFunction() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the function to use for converting to numeric.
- getNumericConversionFunction() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the function to use for converting to numeric.
- getNumericConversionFunction() - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the function to use for converting to numeric.
- getNumericExpression(SQLExpression) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Method to return a numeric expression for the supplied SQL expression.
- getNumericFunctions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
[Read Only] The current number of idle connections that are waiting
to be allocated from this data source.
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getNumIdle(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getNumIdle(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
Not supported in this base implementation.
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the total number of instances currently idle in this pool.
- getNumIdle(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the number of instances corresponding to the given key
currently idle in this pool.
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Return the number of instances currently idle in this pool.
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
Returns an approximation not less than the of the number of idle instances in the pool.
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Returns the total number of instances currently idle in this pool.
- getNumIdle(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Returns the number of instances corresponding to the given key
currently idle in this pool.
- getNumIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Return the number of instances
currently idle in this pool.
- getNumIdle(Object) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- getNumIdle() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- getNumIdle() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPool
-
- getNumPrecRadix() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getNumPrecRadix() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the max number of objects to examine during each run of the
idle object evictor thread (if any).
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the max number of objects to examine during each run of the
idle object evictor thread (if any).
- getNumTestsPerEvictionRun() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getObject(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getObject(int, Map) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getObject(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getObject(String, Map) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getObject(int, Class<T>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getObject(String, Class<T>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getObject(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getObject(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getObject(int, Map) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getObject(String, Map) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getObject(int, Class<T>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getObject(String, Class<T>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractLargeBinaryRDBMSMapping
-
Method to retrieve the object from the large binary column.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
Method to retrieve a Big int from a ResultSet.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BinaryStreamRDBMSMapping
-
- getObject() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
Accessor for the Object.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to extract an object from the ResultSet at the specified position
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping
-
- getObject(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping
-
Accessor for the object.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to extract an object from the ResultSet at the specified position
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
Accessor for the value from a result set.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
Returns the object to be loaded from the Orale BLOB.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OtherRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping
-
Accessor for the object.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping
-
Method to access an Object from the ResultSet.
- getObject(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Method to retrieve an object from the passed JDBC ResultSet.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.ClassMapping
-
Method to get the object from the datastore and convert to an object.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.DatastoreIdMapping
-
Accessor for the OID object from the result set
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Accessor for the object in this column
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Accessor for the embedded object from the result set
- getObject(ExecutionContext, ResultSet, int[], ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Accessor for the embedded object from the result set
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Method to extract the Enum object from the passed result set.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.InterfaceMapping
-
Method to retrieve an object of this type from the ResultSet.
- getObject(ExecutionContext, ResultSet, int[], ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.MultiPersistableMapping
-
Method to retrieve an object of this type from the ResultSet.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.NullMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableIdMapping
-
Returns an identity for a persistable class.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
Returns an instance of a persistable class.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceIdMapping
-
Returns an identity for a persistable class.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Method to retrieve an object of this type from the ResultSet.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedPCMapping
-
Method to extract the value of the persistable from a ResultSet.
- getObject(ExecutionContext, ResultSet, int[], ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedPCMapping
-
Method to extract the value of the persistable from a ResultSet.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedReferenceMapping
-
Method to extract the value of the persistable from a ResultSet.
- getObject(ExecutionContext, ResultSet, int[], ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedReferenceMapping
-
Method to extract the value of the persistable from a ResultSet.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.StringBufferMapping
-
Delegates to StringMapping the retrieval of a String and constructs
a StringBuffer out of it
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.StringBuilderMapping
-
Delegates to StringMapping the retrieval of a String and constructs a StringBuilder out of it.
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.UUIDMapping
-
- getObject(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Accessor for the object in this column
- getObject(ExecutionContext, ResultSet) - Method in class org.datanucleus.store.rdbms.query.PersistentClassROF
-
Method to convert the current ResultSet row into an Object.
- getObject(ExecutionContext, ResultSet) - Method in class org.datanucleus.store.rdbms.query.ResultClassROF
-
Method to convert the ResultSet row into an Object of the ResultClass type.
- getObject(ExecutionContext, ResultSet) - Method in class org.datanucleus.store.rdbms.query.ResultMetaDataROF
-
Accessor for the object(s) from a row of the ResultSet.
- getObject(ExecutionContext, ResultSet) - Method in interface org.datanucleus.store.rdbms.query.ResultObjectFactory
-
Instantiates object(s) from the current row of the given result set.
- getObjectClass() - Method in class org.datanucleus.store.rdbms.query.StatementNewObjectMapping
-
- getObjectForAbstractClass(ExecutionContext, JavaTypeMapping, ResultSet, int[], AbstractClassMetaData) - Static method in class org.datanucleus.store.rdbms.mapping.MappingHelper
-
Create an object id instance and fill the fields using reflection
- getObjectForApplicationIdentity(ExecutionContext, JavaTypeMapping, ResultSet, int[], AbstractClassMetaData) - Static method in class org.datanucleus.store.rdbms.mapping.MappingHelper
-
Get the object instance for a class using application identity
- getObjectForBytes(byte[], int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractLargeBinaryRDBMSMapping
-
- getObjectForDatastoreIdentity(ExecutionContext, JavaTypeMapping, ResultSet, int[], AbstractClassMetaData) - Static method in class org.datanucleus.store.rdbms.mapping.MappingHelper
-
Get the object instance for a class using datastore identity
- getObjectForIndex(int) - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Accessor for the result object at an index.
- getObjectForReferenceString(ExecutionContext, String) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Method to convert a "reference string" into the associated object.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSourceFactory
-
Create and return a new BasicDataSource
instance.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
implements ObjectFactory to create an instance of this class
- getObjectProviderForEmbeddedPCObject(ObjectProvider, Object, AbstractMemberMetaData, short) - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
Method to return the ObjectProvider for an embedded PC object (element, key, value).
- getOperatorConcat() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
An operator in a string expression that concatenates two or more
character or binary strings, columns, or a combination of strings and
column names into one expression (a string operator).
- getOperatorConcat() - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
An operator in a string expression that concatenates two or more
character or binary strings, columns, or a combination of strings and
column names into one expression (a string operator).
- getOrderMapping() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getOrderMapping() - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the order mapping.
- getOrderMapping() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for order mapping.
- getOrderString(StoreManager, String, SQLExpression) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Convenience method to allow adaption of an ordering string before applying it.
- getOrderString(StoreManager, String, SQLExpression) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Convenience method to allow adaption of an ordering string before applying it.
- getOrderString(StoreManager, String, SQLExpression) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Convenience method to allow adaption of an ordering string before applying it.
- getOrdinalPosition() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getOverrideMappingClass(Class, AbstractMemberMetaData, FieldRole) - Method in class org.datanucleus.store.rdbms.mapping.OracleRDBMSMappingManager
-
Method to allow overriding of mapping classes.
- getOverrideMappingClass(Class, AbstractMemberMetaData, FieldRole) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Convenience method to allow overriding of particular mapping classes.
- getOwnerFieldMetaData(Table) - Method in class org.datanucleus.store.rdbms.scostore.ArrayStoreIterator
-
- getOwnerMapIndex() - Method in class org.datanucleus.store.rdbms.scostore.IteratorStatement
-
- getOwnerMapping() - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
- getOwnerMapping() - Method in interface org.datanucleus.store.rdbms.table.DatastoreElementContainer
-
Accessor for the "owner" mapping for the container.
- getOwnerMapping() - Method in interface org.datanucleus.store.rdbms.table.DatastoreMap
-
Accessor for the "owner" mapping for the container.
- getOwnerMapping() - Method in class org.datanucleus.store.rdbms.table.JoinTable
-
Accessor for the "owner" mapping end of the relationship.
- getOwnerMemberMetaData() - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
- getOwnerMemberMetaData() - Method in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
- getOwnerMemberMetaData(Table) - Method in class org.datanucleus.store.rdbms.scostore.ListStoreIterator
-
- getOwnerMemberMetaData() - Method in class org.datanucleus.store.rdbms.table.JoinTable
-
Accessor for the MetaData for the owner field/property for this container.
- getParameterMetaData() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- getParameterName() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getParameterNameByPosition() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Convenience accessor for a map of the parameter name keyed by its position.
- getParameterNameByPosition() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getParameterNames() - Method in class org.datanucleus.store.rdbms.query.StatementParameterMapping
-
- getParameterPositionsForOccurrence(int) - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
Accessor for the parameter positions for this occurrence of use of the mapping as a parameter.
- getParametersForStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLText
-
Accessor for the parameters for this SQLText (including all sub SQLText)
- getParent() - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
Accessor for the parent component.
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
Accessor for the parent Table schema component.
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
- getParent() - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- getParentLogger() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getParentStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getPassword() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the password passed to the JDBC driver to establish connections.
- getPassword() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of password for the default user.
- getPatternExpressionAnyCharacter() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The pattern string for representing one character that is expanded in word searches.
- getPatternExpressionAnyCharacter() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
The pattern string for representing one character that is expanded in word searches.
- getPatternExpressionZeroMoreCharacters() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The pattern string for representing zero or more characters that is expanded in word searches.
- getPatternExpressionZeroMoreCharacters() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
The pattern string for representing zero or more characters that is expanded in word searches.
- getPerUserDefaultAutoCommit(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPerUserDefaultReadOnly(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPerUserDefaultTransactionIsolation(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPerUserMaxActive(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPerUserMaxIdle(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPerUserMaxWait(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPool() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
- getPool(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getPooledConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection using the default
user and password.
- getPooledConnection(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection.
- getPooledConnectionAndInfo(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getPooledConnectionAndInfo(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getPooledConnectionAndInfo(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getPoolNames() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getPools() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getPosition() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getPrecision() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getPreparedStatementForQuery(ManagedConnection, String, Query) - Static method in class org.datanucleus.store.rdbms.query.RDBMSQueryUtils
-
Method to create a PreparedStatement for use with the query.
- getPreparedStatementForSQLStatement(SQLStatement, ExecutionContext, ManagedConnection, String, String) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Convenience method to return a PreparedStatement for an SQLStatement.
- getPrimaryDatastoreClass() - Method in interface org.datanucleus.store.rdbms.table.SecondaryDatastoreClass
-
Accessor for the primary datastore class that this is dependent on.
- getPrimaryDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the primary datastore class that this is dependent on.
- getPrimaryKey() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the primary key for this table.
- getPrimaryKey() - Method in class org.datanucleus.store.rdbms.table.JoinTable
-
Accessor for the primary key for this table.
- getPrimaryKey() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the primary key for this table.
- getPrimaryKey() - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the primary key for this table.
- getPrimaryKeys(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getPrimaryTable() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the primary table of the statement.
- getPrimaryTable() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Convenience method to return the primary table.
- getProcedureColumns(String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getProcedureTerm() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getPropertiesForDriver(StoreManager) - Static method in class org.datanucleus.store.rdbms.connectionpool.AbstractConnectionPoolFactory
-
Convenience method to return the properties to pass to the driver.
- getPropertiesForGenerator(AbstractClassMetaData, int, ExecutionContext, SequenceMetaData, TableGeneratorMetaData) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return the properties to pass to the generator for the specified field.
- getProperty(String) - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for a property affecting the query compilation.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.ForeignKeyInfo
-
Accessor for a property.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.IndexInfo
-
Accessor for a property.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
Accessor for a property.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.PrimaryKeyInfo
-
Accessor for a property.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
Accessor for a property.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
Accessor for a property of the schema.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
Accessor for a property of the table.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
Accessor for a property of the table.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Accessor for a property of the table.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
Accessor for a property of the table.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
Accessor for a property of the types.
- getProperty(String) - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
Accessor for a property.
- getPropertyInfo(String, Properties) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
- getPseudoColumns(String, String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getQueryCacheKey() - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Method to get key for query cache
- getQueryCacheKey() - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Method to get key for query cache
- getQueryCacheKey() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- getQueryGenerator() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getQueryLanguage() - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for the query language that this query pertains to.
- getQueryLanguage() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Accessor for the query language that this query pertains to.
- getQueryTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the SQL to append to the end of the SELECT statement to handle
restriction of ranges using the LIMIT keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the SQL to append to the end of the SELECT statement to handle
restriction of ranges using the LIMIT keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the OFFSET/FETCH keywords.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.FirebirdAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the ROWS keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the LIMIT keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the LIMIT keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the OFFSET/FETCH keywords.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the LIMUT keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the OFFSET/FETCH keywords.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the LIMUT keyword.
- getRangeByLimitEndOfStatementClause(long, long) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
Method to return the SQL to append to the WHERE clause of a SELECT statement to handle
restriction of ranges using the LIMIT keyword.
- getRangeByRowNumberColumn() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the column name to use when handling ranges via
a rownumber on the select using the original method (DB2).
- getRangeByRowNumberColumn() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the column name to use when handling ranges via
a rownumber on the select using the original method (DB2).
- getRangeByRowNumberColumn() - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
- getRangeByRowNumberColumn2() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the column name to use when handling ranges via
a rownumber on the select using the second method (Oracle).
- getRangeByRowNumberColumn2() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the column name to use when handling ranges via
a rownumber on the select using the second method (Oracle).
- getRangeByRowNumberColumn2() - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
- getRDBMSColumnInfoForColumn(Connection, Table, String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the column info from the datastore for the column in the specified table.
- getRDBMSManager() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getRDBMSSchemaInfoForCatalogSchema(Connection, String, String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to retrieve schema information for all tables in the specified catalog/schema.
- getRDBMSTableFKInfoForTable(Connection, Table) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the ForeignKey info for the specified table from the datastore.
- getRDBMSTableFKInfoForTable(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the ForeignKey info for the specified table from the datastore.
- getRDBMSTableIndexInfoForTable(Connection, Table) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the index info for the specified table from the datastore.
- getRDBMSTableIndexInfoForTable(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the index info for the catalog+schema+tableName in the datastore.
- getRDBMSTableInfoForTable(Connection, Table) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the column info for the specified table from the datastore.
- getRDBMSTableInfoForTable(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the column info for the catalog+schema+tableName in the datastore.
- getRDBMSTablePKInfoForTable(Connection, Table) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the PrimaryKey info for the specified table from the datastore.
- getRDBMSTablePKInfoForTable(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to get the PrimaryKey info for the specified table from the datastore.
- getRDBMSTypesInfo(Connection) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Convenience method to read and cache the types information for this datastore.
- getRef(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getRef(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getRef(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getRef(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getReference() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Referenceable
implementation.
- getReference() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getReference() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- getReference() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- getReferenceMapping() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the mapping at the other end of a relation when this field is
part of a 1-1, 1-N, M-N (bidirectional) relation.
- getReferenceStringForObject(ExecutionContext, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Method to convert an object to be stored into a "reference string" to store.
- getRelatedMapping() - Method in class org.datanucleus.store.rdbms.table.PersistableJoinTable
-
Accessor for the mapping of the "related" in the join table.
- getRelationDiscriminatorMapping() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getRelationDiscriminatorMapping() - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the element discriminator mapping.
- getRelationDiscriminatorValue() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getRelationDiscriminatorValue() - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Accessor for the element discriminator value.
- getRelationType() - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
- getRemarks() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getRemoveAbandoned() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout.
- getRemoveAbandoned() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getRemoveAbandonedTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Timeout in seconds before an abandoned connection can be removed.
- getRemoveAbandonedTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getRemoveAllStmt(Collection) - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Generate statement for removing a collection of items from the List.
- getRemoveAllStmt(ObjectProvider, Collection) - Method in class org.datanucleus.store.rdbms.scostore.JoinSetStore
-
Generate statement for removing a collection of items from the Set.
- getRemoveAtStmt() - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Generates the statement for removing an item.
- getRemoveStmt(Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
Generate statement for removing an element from the Collection.
- getRemoveStmt() - Method in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
Generates the statement for removing items.
- getRemoveStmt(Object) - Method in class org.datanucleus.store.rdbms.scostore.JoinSetStore
-
Generate statement for deleting items from the Set.
- getRequiredJoinTypeForAlias(String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Convenience method to return the required join type for the specified alias.
- getRequiredTransactionIsolationLevel() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the "required" transaction isolation level if it has to be a certain value
for this adapter.
- getRequiredTransactionIsolationLevel() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the "required" transaction isolation level if it has to be a certain value
for this adapter.
- getRequiredTransactionIsolationLevel() - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
Accessor for the "required" transaction isolation level if it has to be a certain value
for this adapter.
- getResultDefinition() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getResultDefinitionForClass() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getResultObjectFactoryForCandidateClass(ResultSet) - Method in class org.datanucleus.store.rdbms.query.SQLQuery
-
Method to generate a ResultObjectFactory for converting rows of the provided ResultSet into
instances of the candidate class.
- getResultObjectFactoryForNoCandidateClass(RDBMSStoreManager, ResultSet, Class) - Static method in class org.datanucleus.store.rdbms.query.RDBMSQueryUtils
-
Utility to take a ResultSet and return a ResultObjectFactory for extracting the results,
assuming that no candidate class is supplied.
- getResultSet() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getResultSetConcurrency() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getResultSetConcurrencyForQuery(Query) - Static method in class org.datanucleus.store.rdbms.query.RDBMSQueryUtils
-
Accessor for the result set concurrency for the specified query.
- getResultSetHoldability() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getResultSetHoldability() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getResultSetType() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getResultSetTypeForQuery(Query) - Static method in class org.datanucleus.store.rdbms.query.RDBMSQueryUtils
-
Accessor for the result set type for the specified query.
- getResultsForResultSet(RDBMSStoreManager, ResultSet, ManagedConnection) - Method in class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
- getResultValueAtPosition(ResultSet, JavaTypeMapping, int) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to return the value from the results for the mapping at the specified position.
- getRoleForMember() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the role of this mapping for the field/property.
- getRow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getRowId(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getRowId(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getRowId(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getRowId(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getRowIdLifetime() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSchema() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getSchemaCallbacks() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- getSchemaData(Object, String, Object[]) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Accessor for schema data store under the provided name and defined by the specified values.
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the Schema Name for this datastore.
- getSchemaName(Connection) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the Schema Name for this datastore.
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the schema name.
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the Schema Name for this datastore.
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the Schema Name for this datastore.
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- getSchemaName(Connection) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
- getSchemaName() - Method in interface org.datanucleus.store.rdbms.identifier.DatastoreIdentifier
-
Accessor for the schema
- getSchemaName() - Method in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
Accessor for the schema
- getSchemaName() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the (default) RDBMS schema name.
- getSchemaName() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the Schema Name.
- getSchemas() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSchemas(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSchemaTerm() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSCOIteratorStatements() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getSearchable() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getSearchStringEscape() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSecondaryDatastoreClasses() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for any secondary tables for this table.
- getSecondaryDatastoreClasses() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for any secondary tables for this table.
- getSecondaryDatastoreClasses() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for any secondary tables for this table.
- getSecondaryDatastoreClasses() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for any secondary tables for this table.
- getSelectForUpdateText() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method returning the text to append to the end of the SELECT to perform the equivalent
of "SELECT ...
- getSelectForUpdateText() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method returning the text to append to the end of the SELECT to perform the equivalent
of "SELECT ...
- getSelectForUpdateText() - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Method returning the text to append to the end of the SELECT to perform the equivalent
of "SELECT ...
- getSelectNewUUIDStmt() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The function to creates a unique value of type uniqueidentifier.
- getSelectNewUUIDStmt() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
The function to creates a unique value of type uniqueidentifier.
- getSelectNewUUIDStmt() - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
The function to creates a unique value of type uniqueidentifier.
- getSelectNewUUIDStmt() - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
The function to creates a unique value of type uniqueidentifier.
- getSelectStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the SQL SELECT statement.
- getSelectWithLockOption() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The option to specify in "SELECT ...
- getSelectWithLockOption() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
The option to specify in "SELECT ...
- getSelectWithLockOption() - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- getSelectWithLockOption() - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
The option to specify in "SELECT ...
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the sequence create statement for this datastore.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the sequence create statement for this datastore.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.FirebirdAdapter
-
Accessor for the sequence create statement for this datastore.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceCreateStmt(String, Integer, Integer, Integer, Integer, Integer) - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
Accessor for the sequence statement to create the sequence.
- getSequenceName() - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceGenerator
-
Accessor for the sequence name to use (fully qualified with catalog/schema).
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the sequence statement to get the next id for this
datastore.
- getSequenceNextStmt(String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the sequence statement to get the next id for this
datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Accessor for the statement for getting the next id from the sequence for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the statement for getting the next id from the sequence for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.FirebirdAdapter
-
Accessor for the sequence statement to get the next id for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the statement for getting the next id from the sequence for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the statement for getting the next id from the sequence for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
Accessor for the statement for getting the next id from the sequence
for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Accessor for the statement for getting the next id from the sequence for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
Accessor for the statement for getting the next id from the sequence for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for the statement for getting the next id from the sequence
for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the statement for getting the next id from the sequence
for this datastore.
- getSequenceNextStmt(String) - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
Accessor for the statement for getting the next id from the sequence
for this datastore.
- getSetStmt() - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Generates the statement for setting an item.
- getSharedConnection() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.TransactionContext
-
Gets the connection shared by all ManagedConnections in the transaction.
- getShiftStmt() - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Generates the statement for shifting items.
- getShort(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getShort(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getShort(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getShort(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getShort(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getShort(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getShort(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getShort(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- getShort(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getShort(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getShort(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getSize(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- getSizeStmt() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Generate statement for getting the size of thecontainer.
- getSizeUsingMethod() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Method to get the size using the "resultSizeMethod".
- getSizeUsingMethod() - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Method to get the size using the "resultSizeMethod".
- getSoftMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any), with the extra condition that at least
"minIdle" amount of object remain in the pool.
- getSoftMinEvictableIdleTimeMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getSQL() - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Convenience accessor for the SQL to invoke in the datastore for this query.
- getSQL() - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Convenience accessor for the SQL to invoke in the datastore for this query.
- getSQL() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getSQLAddCandidateKeyStatements(Map) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Get SQL statements to add expected Candidate Keys that are not yet on the
table.
- getSQLAddFKStatements(Map, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Get SQL statements to add expected Foreign Keys that are not yet at the
table.
- getSQLController() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the SQL controller.
- getSQLCreateIndexStatements(Map, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the CREATE INDEX statements for this table.
- getSQLCreateStatements(Properties) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the SQL create statements.
- getSQLCreateStatements(Properties) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the CREATE statements for this table.
- getSQLCreateStatements(Properties) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Method to return the necessary SQL create statements for this table.
- getSQLCreateStatements(Properties) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the SQL CREATE statements for this table.
- getSQLDefinition() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the SQL definition of this column.
- getSQLDefinition() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getSQLDropStatements() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the SQL drop statements.
- getSQLDropStatements() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the DROP statements for this table.
- getSQLDropStatements() - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Accessor for the DROP statements for this table.
- getSQLDropStatements() - Method in class org.datanucleus.store.rdbms.table.ViewImpl
-
Internal method to generate the SQL statements for dropping the view.
- getSQLExpressionFactory() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the SQL expression factory to use when generating SQL statements.
- getSQLExpressionFactory() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- getSQLKeywords() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSQLs() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getSQLStatement() - Method in class org.datanucleus.store.rdbms.scostore.IteratorStatement
-
- getSQLStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getSQLStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLTable
-
- getSQLStatementForCandidate(String) - Method in class org.datanucleus.store.rdbms.sql.UnionStatementGenerator
-
Convenience method to return the SQLStatement for a particular class.
- getSQLStatementForCandidateViaJoin(String) - Method in class org.datanucleus.store.rdbms.sql.UnionStatementGenerator
-
Convenience method to return the SQLStatement for a particular class selecting a join table.
- getSQLStatementForContainerField(AbstractClassMetaData, Map, AbstractMemberMetaData, RDBMSQueryCompilation) - Method in class org.datanucleus.store.rdbms.query.BulkFetchHelper
-
Convenience method to generate a bulk-fetch statement for the specified multi-valued field of the owning query.
- getSQLStatementForContainerFieldBatch(ExecutionContext, AbstractClassMetaData, Map, AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
- getSQLStatementForGet(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKMapStore
-
Method to return an SQLStatement for retrieving the value for a key.
- getSQLStatementForGet(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
Method to return an SQLStatement for retrieving the value for a key.
- getSQLStateType() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSQLTable() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getSQLTableForAlias(String) - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Method to return the SQLTable for the specified primary expression "alias".
- getSQLTableForAlias(String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getSQLTableForMappingOfTable(SQLStatement, SQLTable, JavaTypeMapping) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Method to return the SQLTable where the specified mapping (in the same table group as the provided
SQLTable) is defined.
- getSQLTableMappingForAlias(String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getSQLTypeInfoForJdbcType(StoreSchemaHandler, ManagedConnection, short) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the SQLType info for the specified JDBC type and the SQL type name.
- getSQLTypeInfoForJDBCType(int) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the SQL type info for the specified JDBC type
- getSQLTypeInfoForJDBCType(int, String) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the SQL type info for the specified JDBC type.
- getSQLUseInCountFlags() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getSQLXML(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getSQLXML(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getSQLXML(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getSQLXML(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getStatement() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getStatement(DatastoreClass, ObjectProvider[], boolean) - Method in class org.datanucleus.store.rdbms.request.LocateBulkRequest
-
- getStatement() - Method in class org.datanucleus.store.rdbms.sql.DiscriminatorStatementGenerator
-
Accessor for the SQL Statement.
- getStatement() - Method in interface org.datanucleus.store.rdbms.sql.StatementGenerator
-
Accessor for the statement.
- getStatement() - Method in class org.datanucleus.store.rdbms.sql.UnionStatementGenerator
-
Accessor for the SQL Statement for the candidate [+ subclasses].
- getStatementClassMapping() - Method in class org.datanucleus.store.rdbms.scostore.IteratorStatement
-
- getStatementForCandidates(RDBMSStoreManager, SQLStatement, AbstractClassMetaData, StatementClassMapping, ExecutionContext, Class, boolean, String, String, String) - Static method in class org.datanucleus.store.rdbms.query.RDBMSQueryUtils
-
Method to return a statement selecting the candidate table(s) required to cover all possible
types for this candidates inheritance strategy.
- getStatementForQuery(ManagedConnection, String) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to create a new PreparedStatement for a query.
- getStatementForQuery(ManagedConnection, String, String, String) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to create a new PreparedStatement for a query.
- getStatementForUpdate(ManagedConnection, String, boolean) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to create a new PreparedStatement for an update.
- getStatementForUpdate(ManagedConnection, String, boolean, boolean) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to create a new PreparedStatement for an update.
- getStatementMappingForNewObjectExpression(NewObjectExpression) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Convenience method to convert a NewObjectExpression into a StatementNewObjectMapping.
- getStatementParameters() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- getStorageClass() - Static method in class org.datanucleus.store.rdbms.valuegenerator.DatastoreUUIDHexGenerator
-
Accessor for the storage class for POIDs generated with this generator.
- getStorageDescription() - Method in class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
Utility to output the storage description for this mechanism.
- getStoreDataForDatastoreContainerObject(DatastoreIdentifier) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Utility to return all StoreData for a Datastore Container identifier.
- getStoredJavaType() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the type of data stored in this field.
- getStoredJavaType() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getStoreManager() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
- getStoreManager() - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
- getStoreManager() - Method in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
- getStoreManager() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getStoreManager() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the StoreManager for this column.
- getStoreManager() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getStoreManager() - Method in interface org.datanucleus.store.rdbms.table.Table
-
- getStrategyForNative(AbstractClassMetaData, int) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method defining which value-strategy to use when the user specifies "native".
- getStrategyValueForGenerator(ValueGenerator, ExecutionContext) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the next value from the specified generator.
- getString(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getString(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getString(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getString(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractLargeBinaryRDBMSMapping
-
Accessor for String value when serialised.
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
Accessor for the value for a boolean field stored as a String datastore type.
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to extract a String from the ResultSet at the specified position
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping
-
- getString(ResultSet, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Obtains a value from resultSet
at position specified by exprIndex
.
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to extract a String from the ResultSet at the specified position
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
- getString(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleXMLTypeRDBMSMapping
-
Method to extract a String from the ResultSet at the specified position
- getString(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Obtains a value from datastoreResults
at position specified by exprIndex
.
- getString(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- getString(ExecutionContext, ResultSet, int[]) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getStringExpression(SQLExpression) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Method to convert the provided expression into a String-based expression using the datastore.
- getStringFunctions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSubExpression(int) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- getSubprotocolForURL(String) - Static method in class org.datanucleus.store.rdbms.JDBCUtils
-
Method to return the "subprotocol" for a JDBC URL.
- getSubqueryStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.NumericSubqueryExpression
-
- getSubqueryStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.StringSubqueryExpression
-
- getSubqueryStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.SubqueryExpression
-
- getSubqueryStatement() - Method in interface org.datanucleus.store.rdbms.sql.expression.SubqueryExpressionComponent
-
Accessor for the subquery.
- getSubqueryStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalSubqueryExpression
-
- getSubString(long, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- getSuperDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the supertable for this table.
- getSuperDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the supertable for this table.
- getSuperDatastoreClass() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the supertable for this table.
- getSuperDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the supertable for this table.
- getSuperTables(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getSupportedExtensions() - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Method to return the names of the extensions supported by this query.
- getSupportedExtensions() - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Method to return the names of the extensions supported by this query.
- getSupportedOptions() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the options that are supported by this datastore adapter and the underlying datastore.
- getSupportedOptions() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the options that are supported by this datastore adapter and the underlying datastore.
- getSupportedOptions() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for the supported options in string form
- getSurrogateForEmptyStrings() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Some databases, Oracle, treats an empty string (0 length) equals null
- getSurrogateForEmptyStrings() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Some databases, Oracle, treats an empty string (0 length) equals null
- getSurrogateForEmptyStrings() - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Some databases, Oracle, treats an empty string (0 length) equals null
- getSystemFunctions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getTable() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Accessor for the datastore class.
- getTable() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the table.
- getTable(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns the datastore container (table) for the specified field.
- getTable() - Method in class org.datanucleus.store.rdbms.request.RequestIdentifier
-
Accessor for the table of this request.
- getTable() - Method in class org.datanucleus.store.rdbms.sql.SQLColumn
-
- getTable() - Method in class org.datanucleus.store.rdbms.sql.SQLJoin
-
- getTable(String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the SQLTable object with the specified alias (if defined for this statement).
- getTable(Table, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the SQLTable object for the specified table (if defined for this statement)
in the specified table group.
- getTable() - Method in class org.datanucleus.store.rdbms.sql.SQLTable
-
- getTable() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the table for this column
- getTable() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getTable() - Method in class org.datanucleus.store.rdbms.valuegenerator.TableGenerator
-
Convenience accessor for the table being used.
- getTableCat() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getTableForDatastoreContainer(Table) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Convenience method to find a registered SQLTable that is for the specified table
- getTableGroup(String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the table group with this name.
- getTableManagingMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
- getTableName() - Method in class org.datanucleus.store.rdbms.RDBMSStoreData
-
Accessor for tableName.
- getTableName() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getTablePrivileges(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getTables() - Method in class org.datanucleus.store.rdbms.sql.SQLTableGroup
-
- getTableSchem() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getTableType(Connection, Table) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Returns the type of a database table/view in the datastore.
- getTableTypes() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getTableWithDiscriminator() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Convenience method to return the root table with a discriminator in this inheritance tree.
- getTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- getTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- getTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- getTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- getTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
When
true
, objects will be
validated
by the idle object evictor (if any).
- getTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
When
true, objects will be
validated
by the idle object evictor (if any).
- getTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getTime(long, long) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getTime(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTime(int, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTime(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTime(String, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTime(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTime(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTime(int, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTime(String, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTime(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the number of milliseconds to sleep between runs of the
idle object evictor thread.
- getTimeBetweenEvictionRunsMillis() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getTimeDateFunctions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getTimestamp(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTimestamp(int, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTimestamp(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTimestamp(String, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getTimestamp(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTimestamp(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTimestamp(int, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTimestamp(String, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getTimestamp(ResultSet, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping
-
Method to access a Timestamp from the ResultSet.
- getTotActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getTotIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- getTrace() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
Get a list of objects being traced by this object.
- getTransactionIsolation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getTransactionIsolationForSchemaCreation() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for the transaction isolation level to use during schema creation.
- getTransactionIsolationForSchemaCreation() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the transaction isolation level to use during schema creation.
- getTransactionIsolationForSchemaCreation() - Method in class org.datanucleus.store.rdbms.adapter.DB2AS400Adapter
-
Accessor for the transaction isolation level to use during schema creation.
- getTransactionIsolationForSchemaCreation() - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for the transaction isolation level to use during schema creation.
- getTransactionManager() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Gets the required transaction manager property.
- getTransactionRegistry() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Gets the transaction registry.
- getTransactionRegistry() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.DataSourceXAConnectionFactory
-
- getTransactionRegistry() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory
-
- getTransactionRegistry() - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.managed.XAConnectionFactory
-
- getTransactionTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
-
Always returns 0 since we have no way to set a transaction timeout on a JDBC connection.
- getTrimSpecKeyword() - Method in class org.datanucleus.store.rdbms.sql.method.StringTrim3Method
-
- getTrimSpecKeyword() - Method in class org.datanucleus.store.rdbms.sql.method.StringTrimLeft3Method
-
- getTrimSpecKeyword() - Method in class org.datanucleus.store.rdbms.sql.method.StringTrimRight3Method
-
- getType() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getType(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- getType() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for the class name of the object that is being mapped here.
- getType() - Method in class org.datanucleus.store.rdbms.sql.SQLJoin
-
- getType() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the main class represented.
- getType() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the type of the class being represented by this view.
- getType() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for the primary class represented.
- getType() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor for the main type represented here.
- getTypeArray() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- getTypeConverter() - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- getTypeConverter() - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for the (SQL) type info for this datastore type.
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BinaryStreamRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BitRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping
-
Accessor for the RDBMS BLOB type being represented.
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping
-
Accessor for the type info for this datastore field
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DB2DatalinkRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping
-
Accessor for the type info of the JDBC type being represented.
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleXMLTypeRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OtherRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
Accessor for type info
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.SqlXmlRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping
-
Accessor for the type info for this column.
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping
-
Accessor for the type info of the JDBC type being represented.
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping
-
Accessor for datastore type info for this mapping.
- getTypeInfo() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the type info for this column.
- getTypeInfo() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getTypeMap() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getTypeName() - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- getTypeName() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- getTypeName() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getTypeOfVariable(String) - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for the type of a variable if already known (declared?).
- getTypeOfVariable(String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Accessor for the type of a variable if already known (declared?).
- getUDTs(String, String, String, int[]) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getUnicodeStream(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
Deprecated.
- getUnions() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the unioned statements.
- getUnique() - Method in class org.datanucleus.store.rdbms.key.Index
-
Accessor for whether the index is unique
- getUnlimitedLengthPrecisionValue(SQLTypeInfo) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Returns the precision value to be used when creating string columns of "unlimited" length.
- getUnlimitedLengthPrecisionValue(SQLTypeInfo) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Returns the precision value to be used when creating string columns of "unlimited" length.
- getUnlimitedLengthPrecisionValue(SQLTypeInfo) - Method in class org.datanucleus.store.rdbms.adapter.PointbaseAdapter
-
Returns the precision value to be used when creating string columns of "unlimited" length.
- getUpdateCount() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getUpdateCount() - Method in class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
- getUpdateEmbeddedElementStmt(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.scostore.AbstractCollectionStore
-
Generate statement for update the field of an embedded element.
- getUpdateEmbeddedKeyStmt(JavaTypeMapping, JavaTypeMapping, JavaTypeMapping, Table) - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Generate statement for update the field of an embedded key.
- getUpdateEmbeddedValueStmt(JavaTypeMapping, JavaTypeMapping, JavaTypeMapping, Table) - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Generate statement for update the field of an embedded value.
- getUpdateInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for the string to put in any update datastore statements for this field.
- getUpdateInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DB2DatalinkRDBMSMapping
-
- getUpdateInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
- getUpdateInputParameter() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
- getUpdateStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the SQL UPDATE statement.
- getUpdateStmt() - Method in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
Generates the statement for updating items.
- getUpdateTableStatement(SQLTable, SQLText) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return the SQLText for an UPDATE TABLE statement.
- getUpdateTableStatement(SQLTable, SQLText) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return the basic SQL for an UPDATE TABLE statement.
- getUpdateTableStatement(SQLTable, SQLText) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Method to return the SQLText for an UPDATE TABLE statement.
- getUpdateTableStatement(SQLTable, SQLText) - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
Method to return the SQLText for an UPDATE TABLE statement.
- getUrl() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getUrl() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of url used to locate the database for this datasource.
- getURL(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getURL(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- getURL() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getURL(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getURL(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getUser() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Get the value of default user (login or username).
- getUsername() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- getUserName() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getUsername() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.DataSourceXAConnectionFactory
-
Gets the username used to authenticate new connections.
- getValidationQuery() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the validation query used to validate connections before
returning them.
- getValidationQuery() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- getValidationQueryTimeout() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the validation query timeout.
- getValidValues(int) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Accessor for the valid values for this mapping (if any restriction is imposed).
- getValidValues(int) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
Accessor for an array of valid values that this type can take.
- getValue(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- getValue(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Method to retrieve a value from the Map given the key.
- getValue(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.FKMapStore
-
Method to retrieve a value from the Map given the key.
- getValue(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
Method to retrieve a value from the Map given the key.
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.ArrayLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.ByteLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.CollectionLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.EnumLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.FloatingPointLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapKeyLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapValueLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.NullLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
- getValue() - Method in interface org.datanucleus.store.rdbms.sql.expression.SQLLiteral
-
Accessor to the literal value
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.TypeConverterLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.expression.TypeConverterMultiLiteral
-
- getValue() - Method in class org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
- getValueArray() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- getValueExpressions() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapValueLiteral
-
- getValueForDatastoreMapping(NucleusContext, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
Method to return the value to be stored in the specified datastore index given the overall
value for this java type.
- getValueForDatastoreMapping(NucleusContext, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Method to return the value to be stored in the specified datastore index given the overall
value for this java type.
- getValueForDatastoreMapping(NucleusContext, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
Method to return the value to be stored in the specified datastore index given the overall
value for this java type.
- getValueForEnumUsingMethod(Enum, String) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Convenience method to get the value to be persisted for an Enum via a method call.
- getValueForEnumUsingMethod(Enum, String, int) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
- getValueForExtension(String) - Method in interface org.datanucleus.store.rdbms.query.QueryGenerator
-
Accessor for the value of the specified query extension (or null if not defined).
- getValueForExtension(String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- getValueForExtension(String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for the value for an extension.
- getValueForMemberOfObject(ExecutionContext, AbstractMemberMetaData, Object) - Static method in class org.datanucleus.store.rdbms.sql.expression.ExpressionUtils
-
Get the value of a managed field/property in the provided object.
- getValueForNewObject(StatementNewObjectMapping, ExecutionContext, ResultSet) - Method in class org.datanucleus.store.rdbms.query.ResultClassROF
-
Convenience method to return the value of a NewObject mapping for the current row of the provided
query results.
- getValueForObjectField(Object, String) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Convenience method to return the value of a field of the supplied object.
- getValueForPrimaryKeyIndexOfObjectUsingReflection(Object, int, AbstractClassMetaData, RDBMSStoreManager, ClassLoaderResolver) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Convenience method to use reflection to extract the value of a PK field of the provided object.
- getValueForProperty(String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for a property.
- getValueLiteral() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral
-
- getValueMapping(Table, AbstractMemberMetaData, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
Convenience accessor for the mapping of the value for a map.
- getValueMapping() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- getValueMapping() - Method in interface org.datanucleus.store.rdbms.table.DatastoreMap
-
Accessor for the "value" mapping for the map.
- getValueMapping() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the "value" mapping end of the relationship.
- getValueType() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for the value type for this Map.
- getVariableName() - Method in class org.datanucleus.store.rdbms.sql.expression.UnboundExpression
-
Accessor for the variable name
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- getVendorID() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for the Vendor ID for this datastore.
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Accessor for the vendor id.
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.FirebirdAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for the vendor ID for this adapter.
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for the vendor ID for this adapter.
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Accessor for the vendor id
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.PointbaseAdapter
-
Accessor for the vendor id.
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Accessor for the vendor id.
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.TimesTenAdapter
-
- getVendorID() - Method in class org.datanucleus.store.rdbms.adapter.VirtuosoAdapter
-
- getVersionColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
- getVersionColumn() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
- getVersionColumns(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- getVersionMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Accessor for the version mapping specified .
- getVersionMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for the version mapping specified.
- getVersionMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for the version mapping specified .
- getVersionMapping(boolean) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for the version mapping specified .
- getVersionMapping(boolean) - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the version mapping.
- getVersionMetaData() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for Version MetaData
- getVersionMetaData() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor for versionMetaData
- getVersionMetaData() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for Version MetaData
- getVersionMetaData() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for the Version MetaData.
- getVmd() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- getWarnings() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- getWarnings() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- getWarnings() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- getWhenExhaustedAction() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- getWhenExhaustedAction() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPoolFactory
-
- getWhenExhaustedAction() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Returns the action to take when the
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
- getWhenExhaustedAction() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPoolFactory
-
- getWordSeparator() - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Accessor for the word separator for identifiers.
- getWrapperFunction(int) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Gets the wrapper for parameters.
- getWrapperFunction(int) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- getXADataSource() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Gets the optional XADataSource class name.
- getXaDataSourceInstance() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Gets the XADataSource instance used by the XAConnectionFactory.
- getXAResource(Connection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.TransactionRegistry
-
Gets the XAResource registered for the connection.
- getXid() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
-
Gets the current xid of the transaction branch associated with this XAResource.
- GregorianCalendarMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Maps the class fields of a GregorianCalendar to column(s).
- GregorianCalendarMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
- groupingExpressions - Variable in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Expression(s) for the GROUP BY clause.
- groupName - Variable in class org.datanucleus.store.rdbms.sql.SQLTable
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.BinaryExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ByteExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ByteLiteral
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CaseExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.FloatingPointLiteral
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericSubqueryExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Relational operator (greater than)
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.StringSubqueryExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalExpression
-
- gt(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalSubqueryExpression
-
- gteq(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.BinaryExpression
-
- ID_MAPPING - Static variable in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Single column containing the "identity" of an object.
- identifier - Variable in class org.datanucleus.store.rdbms.table.AbstractTable
-
Identifier name for the table.
- identifier - Variable in class org.datanucleus.store.rdbms.table.ColumnImpl
-
Identifier for the column in the datastore.
- IdentifierFactory - Interface in org.datanucleus.store.rdbms.identifier
-
Factory that creates immutable instances of DatastoreIdentifier.
- identifierFactory - Variable in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Factory for identifiers for this datastore.
- identifierQuoteString - Variable in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
The String used to quote identifiers.
- IDENTIFIERS_LOWERCASE - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_LOWERCASE_QUOTED - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_MIXEDCASE - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_MIXEDCASE_QUOTED - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_MIXEDCASE_QUOTED_SENSITIVE - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_MIXEDCASE_SENSITIVE - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_UPPERCASE - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IDENTIFIERS_UPPERCASE_QUOTED - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
- IdentifierType - Enum in org.datanucleus.store.rdbms.identifier
-
Enum defining the type of component that the identifier is for.
- IDENTITY_COLUMNS - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore adapter support identity fields.
- idMapping - Variable in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Mapping for the id of the table.
- IllegalExpressionOperationException - Exception in org.datanucleus.store.rdbms.sql.expression
-
Exception thrown when trying to perform an illegal/unsupported operation
on an SQL expression.
- IllegalExpressionOperationException(String, SQLExpression) - Constructor for exception org.datanucleus.store.rdbms.sql.expression.IllegalExpressionOperationException
-
Constructor.
- IllegalExpressionOperationException(SQLExpression, String, SQLExpression) - Constructor for exception org.datanucleus.store.rdbms.sql.expression.IllegalExpressionOperationException
-
Constructor.
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.BinaryExpression
-
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanExpression
-
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericExpression
-
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
In expression.
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
- in(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalExpression
-
- INCLUDE_ORDERBY_COLS_IN_SELECT - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether to include any ORDER BY columns in a SELECT.
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Whether this mapping is included in the fetch statement.
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DB2DatalinkRDBMSMapping
-
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
This mapping is included in the select statement.
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.IndexMapping
-
Accessor for whether to include this column in any fetch statement
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for whether this mapping is to be included in any fetch statement.
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- includeInFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Accessor for whether to include this column in any fetch statement
- includeInInsertStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
This mapping is included in the insert statement.
- includeInInsertStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for whether this mapping is to be included in the insert statement.
- includeInInsertStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- includeInSQLFetchStatement() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
Whether to include this mapping in a fetch statement.
- includeInUpdateStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
This mapping is included in the update statement.
- includeInUpdateStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for whether this mapping is to be included in the update statement.
- includeInUpdateStatement() - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- includeSubclasses - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
Whether to include iteration through subclasses of the candidate.
- IncompatibleDataTypeException - Exception in org.datanucleus.store.rdbms.exceptions
-
A IncompatibleDataTypeException is thrown if a column is detected to
have an incompatible type in the database during schema validation.
- IncompatibleDataTypeException(Column, int, int) - Constructor for exception org.datanucleus.store.rdbms.exceptions.IncompatibleDataTypeException
-
Constructs an incompatible data type exception.
- Index - Class in org.datanucleus.store.rdbms.key
-
Representation of an index.
- Index(Table, boolean, String) - Constructor for class org.datanucleus.store.rdbms.key.Index
-
Constructor.
- Index(CandidateKey) - Constructor for class org.datanucleus.store.rdbms.key.Index
-
Constructor.
- Index(ForeignKey) - Constructor for class org.datanucleus.store.rdbms.key.Index
-
Constructor.
- indexedList - Variable in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Whether the list is indexed.
- indexes - Variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- IndexFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler for JPQL "INDEX" expression to return the index of an element.
- IndexFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.IndexFunction
-
- IndexInfo - Class in org.datanucleus.store.rdbms.schema
-
Represents the metadata of a specific index column.
- IndexInfo(ResultSet) - Constructor for class org.datanucleus.store.rdbms.schema.IndexInfo
-
Constructs an index information object from the current row of the given result set.
- IndexMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for Index Columns.
- IndexMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.IndexMapping
-
- indexOf(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Accessor for the indexOf an object in the List.
- indexOfStmt - Variable in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
- InExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Expression representing the SQL construct "IN (expr1, expr2, ...)".
- InExpression(SQLExpression, SQLExpression[]) - Constructor for class org.datanucleus.store.rdbms.sql.expression.InExpression
-
Constructor for an IN expression.
- InformixAdapter - Class in org.datanucleus.store.rdbms.adapter
-
Provides methods for adapting SQL language elements to the Informix
database.
- InformixAdapter(DatabaseMetaData) - Constructor for class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Constructor.
- InformixTypeInfo - Class in org.datanucleus.store.rdbms.schema
-
SQL Type info for Informix datastores.
- InformixTypeInfo(ResultSet) - Constructor for class org.datanucleus.store.rdbms.schema.InformixTypeInfo
-
Constructs a type information object from the current row of the given result set.
- initialise() - Method in class org.datanucleus.store.rdbms.query.AbstractRDBMSQueryResult
-
- initialise() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
- initialise() - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
- initialise() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Method to initialise the statements being used.
- initialise() - Method in class org.datanucleus.store.rdbms.scostore.FKMapStore
-
- initialiseDataSources() - Method in class org.datanucleus.store.rdbms.ConnectionFactoryImpl
-
Method to initialise the DataSource(s) used by this ConnectionFactory.
- initialiseDatastore(Object) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Creates the auxiliary functions/procedures in the schema
- initialiseDatastore(Object) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Creates the auxiliary functions/procedures in the datastore
- initialiseDatastore(Object) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Creates the auxiliary functions/procedures in the schema
- initialiseDatastore(Object) - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
Creates the auxiliary functions/procedures in the schema
- initialiseIdentifierFactory(NucleusContext) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to create the IdentifierFactory to be used by this store.
- initialiseSequenceTable() - Method in class org.datanucleus.store.rdbms.valuegenerator.TableGenerator
-
Method to initialise the sequence table used for storing the sequence values.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.MySQLAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.PointbaseAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Initialise the types for this datastore.
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
- initialiseTypes(StoreSchemaHandler, ManagedConnection) - Method in class org.datanucleus.store.rdbms.adapter.TimesTenAdapter
-
Initialise the types for this datastore.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.autostart.SchemaTable
-
Method to initialise the table.
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractLargeBinaryRDBMSMapping
-
Initialisation method, initialising the type info.
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to initialise the column mapping.
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DB2DatalinkRDBMSMapping
-
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleXMLTypeRDBMSMapping
-
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OtherRDBMSMapping
-
Method to initialise the column mapping.
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimesTenVarBinaryRDBMSMapping
-
Method to initialise the column mapping.
- initialize() - Method in class org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping
-
Method to initialise the column mapping.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Initialize this JavaTypeMapping for the given field/property.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.ClassMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedElementPCMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for
the given FieldMetaData.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedKeyPCMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given metadata.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given FieldMetaData.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver, EmbeddedMetaData, String, int) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Initialize for the specified member.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedPCMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given metadata.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedValuePCMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given metadata.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given member MetaData.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
- initialize(RDBMSStoreManager, String) - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.InterfaceMapping
-
Initialisation.
- initialize(RDBMSStoreManager, String) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Initialise this JavaTypeMapping with the given StoreManager for the given type.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Initialize this JavaTypeMapping for the supplied table and field/property metadata.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given metadata.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Initialize this JavaTypeMapping for the specified field/property.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for the given FieldMetaData.
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.SubclassPCMapping
-
Initialize this JavaTypeMapping with the given DatastoreAdapter for
the given FieldMetaData.
- initialize(RDBMSStoreManager, String) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver, TypeConverter) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- initialize(RDBMSStoreManager, String) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver, TypeConverter) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- initialize(RDBMSStoreManager, String) - Method in class org.datanucleus.store.rdbms.mapping.java.UUIDMapping
-
- initialize(AbstractMemberMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.mapping.java.UUIDMapping
-
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ArrayTable
-
Method to initialise the table definition.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Method to initialise the table.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Method to initialise the view.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.CollectionTable
-
Method to initialise the table definition.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ElementContainerTable
-
Method to initialise the table definition.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Method to initialise the table definition.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.PersistableJoinTable
-
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ProbeTable
-
Method to initialise the table.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Method to initialise the table.
- initialize(ClassLoaderResolver) - Method in interface org.datanucleus.store.rdbms.table.Table
-
Method to initialise the table.
- initialize(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.valuegenerator.SequenceTable
-
Method to initialise the table.
- initializeColumnInfoForPrimaryKeyColumns(Connection) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Utility to load the structure/metadata of primary key columns of the table.
- initializeColumnInfoFromDatastore(RDBMSColumnInfo) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Initialize the default column value and auto increment
- initializeColumnInfoFromDatastore(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- initializeColumnInfoFromDatastore(Connection) - Method in class org.datanucleus.store.rdbms.table.TableImpl
-
Initialize the default value for columns if null using the values from the datastore.
- initializeConnection(Connection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
- initializePK(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Method to initialise the table primary key field(s).
- initializePK(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Method to initialise the table primary key field(s).
- initializePK(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Method to initialise the primary key of this table.
- initialSize - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- initTypeInfo() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Sets the TypeInfo for the columns of the Mapping.
- innerJoin(SQLTable, JavaTypeMapping, Table, String, JavaTypeMapping, Object[], String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to form an inner join to the specified table using the provided mappings.
- innerJoin(SQLTable, JavaTypeMapping, JavaTypeMapping, Table, String, JavaTypeMapping, JavaTypeMapping, Object[], String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to form an inner join to the specified table using the provided mappings.
- innermostDelegateEquals(Connection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
Compares innermost delegate to the given connection.
- insertedDatastoreClassByStateManager - Variable in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Map of DatastoreClass keyed by StateManager, for objects currently being inserted.
- insertObject(ObjectProvider) - Method in class org.datanucleus.store.rdbms.RDBMSPersistenceHandler
-
Inserts a persistent object into the database.
- insertObjects(ObjectProvider...) - Method in class org.datanucleus.store.rdbms.RDBMSPersistenceHandler
-
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.ArrayMapping
-
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.CollectionMapping
-
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedPCMapping
-
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.MapMapping
-
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.OracleBitSetMapping
-
Method to handle post-processing of the insert of the BLOB/CLOB for Oracle.
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.OracleSerialisedObjectMapping
-
Retrieve the empty BLOB created by the insert statement and write out the
current BLOB field value to the Oracle BLOB object
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.OracleSerialisedPCMapping
-
Retrieve the empty BLOB created by the insert statement and write out the
current BLOB field value to the Oracle BLOB object
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.OracleStringLobMapping
-
Retrieve the empty BLOB/CLOB locator created by the insert statement
and write out the current BLOB/CLOB field value to the Oracle BLOB/CLOB object
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Method executed just after the insert of the owning object, allowing any necessary action
to this field and the object stored in it.
- insertPostProcessing(ObjectProvider) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- insertPostProcessing(ObjectProvider) - Method in interface org.datanucleus.store.rdbms.mapping.MappingCallbacks
-
Hook so that we can handle any post-processing on the insert of a particular field.
- InsertRequest - Class in org.datanucleus.store.rdbms.request
-
Class to provide a means of insertion of records to a data store.
- InsertRequest(DatastoreClass, AbstractClassMetaData, ClassLoaderResolver) - Constructor for class org.datanucleus.store.rdbms.request.InsertRequest
-
Constructor, taking the table.
- insertRow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- insertsAreDetected(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- insertValuesOnInsert() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether this mapping requires values inserting on an INSERT.
- insertValuesOnInsert() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleBlobRDBMSMapping
-
Accessor for whether this mapping requires values inserting on an INSERT.
- insertValuesOnInsert() - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleClobRDBMSMapping
-
Accessor for whether this mapping requires values inserting on an INSERT.
- insertValuesOnInsert(DatastoreMapping) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for whether this mapping requires values inserting on an INSERT.
- instance() - Static method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- instanceKey - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
Instance key
- InstanceKeyDataSource - Class in org.datanucleus.store.rdbms.datasource.dbcp.datasources
-
The base class for SharedPoolDataSource
and
PerUserPoolDataSource
.
- InstanceKeyDataSource() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- IntegerLiteral - Class in org.datanucleus.store.rdbms.sql.expression
-
Representation of an Integer literal.
- IntegerLiteral(SQLStatement, JavaTypeMapping, Object, String) - Constructor for class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
Constructor for an integer literal with a value.
- IntegerMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for Integer type.
- IntegerMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.IntegerMapping
-
- IntegerRDBMSMapping - Class in org.datanucleus.store.rdbms.mapping.datastore
-
Mapping of a INTEGER RDBMS type.
- IntegerRDBMSMapping(JavaTypeMapping, RDBMSStoreManager, Column) - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
Constructor.
- InterfaceMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for Interface fields.
- InterfaceMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.InterfaceMapping
-
- internalAdd(ObjectProvider, Object, ManagedConnection, boolean, int, boolean) - Method in class org.datanucleus.store.rdbms.scostore.AbstractArrayStore
-
Internal method to add a row to the join table.
- internalAdd(ObjectProvider, int, boolean, Collection, int) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Internal method for adding an item to the List.
- internalAdd(ObjectProvider, int, boolean, Collection, int) - Method in class org.datanucleus.store.rdbms.scostore.FKListStore
-
Internal method for adding an item to the List.
- internalAdd(ObjectProvider, int, boolean, Collection, int) - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Internal method to add element(s) to the List.
- internalIndexOf(ObjectProvider, Object, String) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Internal method to find the index of an element.
- internalPut(ObjectProvider, ManagedConnection, boolean, Object, Object, boolean) - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
Method to process a "put" statement (where the key has no value in the join table).
- internalRemove(ObjectProvider, Object, int) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Internal method to remove the specified element from the List.
- internalRemove(ObjectProvider, Object, int) - Method in class org.datanucleus.store.rdbms.scostore.FKListStore
-
Convenience method to remove the specified element from the List.
- internalRemove(ObjectProvider, Object, int) - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Convenience method to remove the specified element from the List.
- internalRemoveAt(ObjectProvider, int, int) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Internal method to remove an object at a location from the List.
- internalRemoveAt(ObjectProvider, int, String, int) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Internal method to remove an object at a location in the List.
- internalRemoveAt(ObjectProvider, int, int) - Method in class org.datanucleus.store.rdbms.scostore.FKListStore
-
Internal method to remove an object at a location in the List.
- internalRemoveAt(ObjectProvider, int, int) - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Method to remove an element from the specified position
- internalShift(ObjectProvider, ManagedConnection, boolean, int, int, boolean) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Method to process a "shift" statement, updating the index in the list of the specified index.
- internalUpdate(ObjectProvider, ManagedConnection, boolean, Object, Object, boolean) - Method in class org.datanucleus.store.rdbms.scostore.JoinMapStore
-
Method to process an "update" statement (where the key already has a value in the join table).
- interrupt() - Method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler.StreamableSpoolerGC
-
- invalidateAddStmt() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Method to remove any stored statement for addition of an element.
- invalidateColumnInfoForTable(Table) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to invalidate the cached column info for a table.
- invalidateConnection(Connection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
Invalidates the given connection.
- invalidateObject(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedObjectPool
-
Invalidates an object from the pool.
- invalidateObject(Object, Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- invalidateObject(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
Invalidates an object from the pool.
- invalidateObject(Object, Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
- invalidateObject(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Invalidates an object from the pool.
- invalidateObject(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
Invalidates an object from the pool.
- invalidateObject(Object, Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
- invalidateObject(Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Invalidates an object from the pool.
- invalidateObject(Object, Object) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- invalidateObject(Object) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPool
-
- invalidateStatement() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to uncache the generated SQL (because some condition has changed).
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.ArrayExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.ByteExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.CollectionExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.CollectionLiteral
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.MapExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapKeyLiteral
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericSubqueryExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Invocation of a method on this expression.
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.StringSubqueryExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalLiteral
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalSubqueryExpression
-
- invoke(String, List) - Method in class org.datanucleus.store.rdbms.sql.expression.TypeConverterMultiExpression
-
- invokeConstructor(Class, Class[], Object[]) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.ConstructorUtil
-
Creates a new instance of the specified
type
using a
Constructor
described by the given parameter types
and values.
- invokeMethod(SQLStatement, String, String, SQLExpression, List) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory
-
Accessor for the result of a method call on the supplied expression with the supplied args.
- invokeOperation(String, SQLExpression, SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory
-
Accessor for the result of an operation call on the supplied expression with the supplied args.
- ior(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanExpression
-
- ior(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanLiteral
-
- ior(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Conditional OR.
- is(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
An "is" (instanceOf) expression, providing a BooleanExpression whether this expression
is an instanceof the provided type.
- is(SQLExpression, boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
An "is" (instanceOf) expression, providing a BooleanExpression whether this expression
is an instanceof the provided type.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- isAccessToUnderlyingConnectionAllowed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
If false, getDelegate() and getInnermostDelegate() will return null.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isAccessToUnderlyingConnectionAllowed() - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isActive() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.TransactionContext
-
True if the transaction is active or marked for rollback only.
- isAfterLast() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- isAllowsPrecisionSpec() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- isAutoIncrement() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- isBaseDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Whether this table is the base table in the inheritance hierarchy.
- isBaseDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for whether this is a base datastore class (root in a hierarchy).
- isBaseDatastoreClass() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for whether this datastore class is the base datastore class
for this inheritance hierarchy.
- isBaseDatastoreClass() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Whether this table is the base in the inheritance hierarchy.
- isBeforeFirst() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- isBitBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether the mapping is bit-based.
- isBitBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BitRDBMSMapping
-
Accessor for whether the mapping is bit-based.
- isBitBased() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Accessor for whether the mapping is bit-based.
- isBooleanBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether the mapping is boolean-based.
- isBooleanBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
Accessor for whether the mapping is boolean-based.
- isBooleanBased() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Accessor for whether the mapping is boolean-based.
- isCaseSensitive() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- isCatalogAtStart() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- isChildStatementOf(SQLStatement) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Convenience method to return if this statement is a child (inner) statement of the supplied
statement.
- isClosed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- isClosed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- isClosed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- isClosed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- isClosed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- isClosed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
Has this pool instance been closed.
- isCloseOnCompletion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- isCloseOnCompletion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.H2TypeInfo
-
Utility to check the compatibility of this type with the supplied Column
type.
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.HSQLTypeInfo
-
Utility to check the compatibility of this type with the supplied Column type.
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.MSSQLTypeInfo
-
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.MySQLTypeInfo
-
Utility to check the compatibility of this type with the supplied Column type.
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.PostgresqlTypeInfo
-
Utility to check the compatibility of this type with the supplied Column type.
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.SQLiteTypeInfo
-
- isCompatibleWith(RDBMSColumnInfo) - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
Convenience method for returning if this type is compatible with the provided column.
- isCompiled() - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Method to return if the query is compiled.
- isCompiled() - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Method to return if the query is compiled.
- isCompiled - Variable in class org.datanucleus.store.rdbms.query.SQLQuery
-
State variable for the compilation state
- isCompiled() - Method in class org.datanucleus.store.rdbms.query.SQLQuery
-
Method to return if the query is compiled.
- isCorrectClass(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSourceFactory
-
- isCorrectClass(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSourceFactory
-
- isDecimalBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether the mapping is decimal-based.
- isDecimalBased() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Accessor for whether the mapping is decimal-based.
- isDecimalBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
Accessor for whether the mapping is decimal-based.
- isDecimalBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
Accessor for whether the mapping is decimal-based.
- isDecimalBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping
-
Accessor for whether the mapping is decimal-based.
- isDefault() - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager.RDBMSTypeMapping
-
- isDefaultable() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- isDefaultAutoCommit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isDefaultReadOnly() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isDistinct() - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Accessor for whether the statement restricts the results to distinct.
- isElementsAreEmbedded() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- isElementsAreSerialised() - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
- isEmbeddedElement() - Method in class org.datanucleus.store.rdbms.table.ArrayTable
-
Accessor for whether the element is embedded into this table.
- isEmbeddedElement() - Method in class org.datanucleus.store.rdbms.table.CollectionTable
-
Accessor for whether the element is embedded into this table.
- isEmbeddedElementPC() - Method in class org.datanucleus.store.rdbms.table.ArrayTable
-
Accessor for whether the element is a persistable(embedded)
- isEmbeddedElementPC() - Method in class org.datanucleus.store.rdbms.table.CollectionTable
-
Accessor for whether the element is a persistable(embedded).
- isEmbeddedKey() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the key is embedded into this table.
- isEmbeddedKeyPC() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the key is a persistable(embedded)
- isEmbeddedMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
Check if the mapping correspond to a non pc object or embedded field
- isEmbeddedValue() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the value is embedded into this table.
- isEmbeddedValuePC() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the value is a persistable(embedded)
- isEmpty() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Accessor for whether there are any results.
- isEmpty() - Method in class org.datanucleus.store.rdbms.query.StatementNewObjectMapping
-
- isEmpty() - Method in class org.datanucleus.store.rdbms.query.StatementParameterMapping
-
- isEmpty() - Method in class org.datanucleus.store.rdbms.query.StatementResultMapping
-
- isFirst() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- isFixedPrecScale() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- isIdentity() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Accessor for the whether this column is an identity column.
- isIdentity() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- isIdentityFieldDataType(String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Verifies if the given typeName
is auto incremented by the datastore.
- isIdentityFieldDataType(String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Verifies if the given columnDef
is an identity field type for the datastore.
- isIdentityFieldDataType(String) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
Verifies if the given columnDef
is auto incremented by the datastore.
- isIdentityFieldDataType(String) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Verifies if the given columnDef
is auto incremented by the datastore.
- isInitialized() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for whether the table is initialised.
- isInitialized() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for whether the table has been initialised.
- isInitializedModified() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for whether the table has been modified since initialisation.
- isInitializedModified() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for whether the table has been modified after being initialised.
- isIntegerBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether the mapping is integer-based.
- isIntegerBased() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Accessor for whether the mapping is integer-based.
- isIntegerBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
Accessor for whether the mapping is integer-based.
- isIntegerBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
Accessor for whether the mapping is integer-based.
- isIntegerBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
Accessor for whether the mapping is integer-based.
- isIntegerBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
Accessor for whether the mapping is integer-based.
- isJdbcStore() - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
- isJoclNamespace(String, String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- isLast() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- isNullable() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether the mapping is nullable.
- isNullable() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Whether the column is nullable.
- isNullable() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Accessor for whether this mapping is nullable
- isNullable - Variable in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
Whether the column definitely doesnt allow NULL values ("NO") or possibly does ("YES").
- isNullable() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- isObjectIdDatastoreAttributed() - Method in class org.datanucleus.store.rdbms.table.AbstractClassTable
-
Accessor for whether the table has its identity attributed
by the datastore (e.g using autoincrement)
- isObjectIdDatastoreAttributed() - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Whether this table or super table has id (primary key) attributed by the datastore
- isObjectIdDatastoreAttributed() - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor for whether the object ID is attributed in the datastore.
- isObjectIdDatastoreAttributed() - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor for whether the object id will be attributed by the datastore
directly, or whether values have to be supplied.
- isObjectIdDatastoreAttributed() - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Whether this table or super table has id (primary key) attributed by the datastore
- isObjectInserted(ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for whether the specified field of the object is inserted in the datastore yet.
- isObjectInserted(ObjectProvider, String) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Returns whether this object is inserted in the datastore far enough to be considered to be the
supplied type.
- isolationLevel - Variable in class org.datanucleus.store.rdbms.AbstractSchemaTransaction
-
- isOpen() - Method in class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
Whether it's open for writing (add/delete) classes to the auto start mechanism
- isParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
-
- isParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.EnumLiteral
-
- isParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- isPKInitialized() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for whether the primary key of the table is initialised.
- isPoolable() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- isPoolPreparedStatements() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Returns true if we are pooling statements.
- isPoolPreparedStatements() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Flag to toggle the pooling of PreparedStatement
s
- isPrecompilable() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
Accessor for whether the query is precompilable (doesn't need to know parameter values
to be able to compile it).
- isPrecompilable() - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- isPrimaryKey() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- isReadOnly() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- isReadOnly() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- isReservedKeyword(String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Tests if a given string is a SQL keyword.
- isReservedKeyword(String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to check if a word is reserved for this datastore.
- isReservedKeyword(String) - Method in class org.datanucleus.store.rdbms.adapter.McKoiAdapter
-
- isReservedKeyword(String) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- isRollbackAfterValidation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isSameRM(XAResource) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
-
Returns true if the specified XAResource == this XAResource.
- isSerialised() - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Convenience method to return if the (part of the) field being represented by this mapping is serialised.
- isSerialisedElement() - Method in class org.datanucleus.store.rdbms.table.ArrayTable
-
Accessor for whether the element is serialised into this table.
- isSerialisedElement() - Method in class org.datanucleus.store.rdbms.table.CollectionTable
-
Accessor for whether the element is serialised into this table.
- isSerialisedElementPC() - Method in class org.datanucleus.store.rdbms.table.ArrayTable
-
Accessor for whether the element is a persistable(serialised)
- isSerialisedElementPC() - Method in class org.datanucleus.store.rdbms.table.CollectionTable
-
Accessor for whether the element is a persistable(serialised)
- isSerialisedKey() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the key is serialised into this table.
- isSerialisedKeyPC() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the key is a persistable(serialised)
- isSerialisedValue() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the value is serialised into this table.
- isSerialisedValuePC() - Method in class org.datanucleus.store.rdbms.table.MapTable
-
Accessor for whether the value is a persistable(serialised)
- isStatementCancel(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
return whether this exception represents a cancelled statement.
- isStatementCancel(SQLException) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
return whether this exception represents a cancelled statement.
- isStatementCancel(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
return whether this exception represents a cancelled statement.
- isStatementCancel(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.DerbyAdapter
-
return whether this exception represents a cancelled statement.
- isStatementCancel(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
return whether this exception represents a cancelled statement.
- isStatementCancel(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
return whether this exception represents a cancelled statement.
- isStatementTimeout(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
return whether this exception represents a timed out statement.
- isStatementTimeout(SQLException) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
return whether this exception represents a timed out statement.
- isStatementTimeout(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.DB2Adapter
-
- isStatementTimeout(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.InformixAdapter
-
- isStatementTimeout(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
- isStatementTimeout(SQLException) - Method in class org.datanucleus.store.rdbms.adapter.OracleAdapter
-
- isStringBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Accessor for whether the mapping is string-based.
- isStringBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Accessor for whether the mapping is string-based.
- isStringBased() - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Accessor for whether the mapping is string-based.
- isStringBased() - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping
-
Accessor for whether the mapping is string-based.
- isSuperDatastoreClass(DatastoreClass) - Method in class org.datanucleus.store.rdbms.table.ClassTable
-
Accessor whether the supplied DatastoreClass is a supertable of this table.
- isSuperDatastoreClass(DatastoreClass) - Method in class org.datanucleus.store.rdbms.table.ClassView
-
Accessor whether the supplied DatastoreClass is a supertable of this table.
- isSuperDatastoreClass(DatastoreClass) - Method in interface org.datanucleus.store.rdbms.table.DatastoreClass
-
Accessor whether the supplied DatastoreClass is a supertable of this table.
- isSuperDatastoreClass(DatastoreClass) - Method in class org.datanucleus.store.rdbms.table.SecondaryTable
-
Accessor whether the supplied DatastoreClass is a supertable of this table.
- isSupportedMappedType(String) - Method in class org.datanucleus.store.rdbms.mapping.MappedTypeManager
-
Accessor for whether a class is supported as being mappable.
- isTableOwner() - Method in class org.datanucleus.store.rdbms.RDBMSStoreData
-
Accessor for whether this class is the owner of the table.
- isTestOnBorrow() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isTestOnReturn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isTestWhileIdle() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isUnique() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- isUnlimitedLength() - Method in interface org.datanucleus.store.rdbms.table.Column
-
Convenience method to check if the length is required to be unlimited (BLOB/CLOB).
- isUnlimitedLength() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- isUnsignedAttribute() - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- isValid(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- isValidated() - Method in class org.datanucleus.store.rdbms.table.AbstractTable
-
Accessor for whether the table is validated.
- isValidated() - Method in interface org.datanucleus.store.rdbms.table.Table
-
Accessor for whether the table is validated.
- isValidPrimaryKeyType(JdbcType) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Method to return whether the specified JDBC type is valid for use in a PrimaryKey.
- isValidPrimaryKeyType(JdbcType) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Method to return whether the specified JDBC type is valid for use in a PrimaryKey.
- isValidPrimaryKeyType(JdbcType) - Method in class org.datanucleus.store.rdbms.adapter.H2Adapter
-
Accessor for whether the specified type is allow to be part of a PK.
- isValidPrimaryKeyType(JdbcType) - Method in class org.datanucleus.store.rdbms.adapter.HSQLAdapter
-
Accessor for whether the specified type is allow to be part of a PK.
- isValuesAreEmbedded() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- isValuesAreSerialised() - Method in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
- isWrapperFor(Class) - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- isWrapperFor(Class<?>) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- iterateUsingDiscriminator - Variable in class org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Flag to set whether the iterator statement will use a discriminator or not.
- iterateUsingDiscriminator - Variable in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Flag to set whether the iterator statement will use a discriminator or not.
- iterator() - Method in class org.datanucleus.store.rdbms.query.ForwardQueryResult
-
Accessor for an iterator for the results.
- iterator() - Method in class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Accessor for an iterator for the results.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.AbstractArrayStore
-
Accessor for an iterator through the array elements.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Accessor for an iterator through the list elements.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.AbstractSetStore
-
Accessor for an iterator for the set.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Accessor for an iterator through the container elements.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKArrayStore
-
Accessor for an iterator for the set.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.FKSetStore
-
Accessor for an iterator for the set.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.JoinArrayStore
-
Method to return an iterator to the array.
- iterator(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.JoinSetStore
-
Accessor for an iterator for the set.
- iteratorReservedWords() - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Iterator for the reserved words constructed from the method
DataBaseMetaData.getSQLKeywords + standard SQL reserved words
- iteratorReservedWords() - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Iterator for the reserved words constructed from the method
DataBaseMetaData.getSQLKeywords + standard SQL reserved words
- IteratorStatement - Class in org.datanucleus.store.rdbms.scostore
-
Representation of the SQLStatement for an iterator of a container, together with the class mapping for the element.
- IteratorStatement(Store, SQLStatement, StatementClassMapping) - Constructor for class org.datanucleus.store.rdbms.scostore.IteratorStatement
-
- SAPDBAdapter - Class in org.datanucleus.store.rdbms.adapter
-
Provides methods for adapting SQL language elements to the SAPDB/MaxDB database.
- SAPDBAdapter(DatabaseMetaData) - Constructor for class org.datanucleus.store.rdbms.adapter.SAPDBAdapter
-
Constructs an SAP DB adapter based on the given JDBC metadata.
- SchemaAutoStarter - Class in org.datanucleus.store.rdbms.autostart
-
Implementation of an Auto-Start Mechanism for DataNucleus.
- SchemaAutoStarter(StoreManager, ClassLoaderResolver) - Constructor for class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
Constructor.
- schemaDataByName - Variable in class org.datanucleus.store.rdbms.schema.RDBMSSchemaHandler
-
Map of schema data, keyed by its symbolic name where the data is cached.
- schemaLock - Variable in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Lock object aimed at providing a lock on the schema definition managed here, preventing
reads while it is being updated etc.
- schemaName - Variable in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
schema
- schemaName - Variable in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Schema name for the database (if supported).
- SCHEMAS_IN_TABLE_DEFINITIONS - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore supports the use of the schema name in ORM table definitions (DDL).
- schemaTable - Variable in class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
- SchemaTable - Class in org.datanucleus.store.rdbms.autostart
-
Class defining DataNucleus schema definition tables.
- SchemaTable(RDBMSStoreManager, String) - Constructor for class org.datanucleus.store.rdbms.autostart.SchemaTable
-
Constructor.
- ScrollableQueryResult - Class in org.datanucleus.store.rdbms.query
-
Lazy collection results from a Query with the ResultSet scrollable.
- ScrollableQueryResult(Query, ResultObjectFactory, ResultSet, Collection) - Constructor for class org.datanucleus.store.rdbms.query.ScrollableQueryResult
-
Constructor of the result from a Query.
- searchable - Variable in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
The searchability of this data type in terms of the kinds of SQL WHERE clauses that are allowed.
- SecondaryDatastoreClass - Interface in org.datanucleus.store.rdbms.table
-
Secondary datastore class, managing the mapping of some of the fields of the class
and dependent on a DatastoreClass.
- SecondaryTable - Class in org.datanucleus.store.rdbms.table
-
Representation of a secondary table for a class.
- select(SQLExpression, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Select an expression.
- select(SQLTable, JavaTypeMapping, String, boolean) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Add a select clause for the specified field (via its mapping).
- select(SQLTable, JavaTypeMapping, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Add a select clause for the specified field (via its mapping) and apply to unions.
- select(SQLTable, Column, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Add a select clause for the specified column.
- selectFetchPlanOfCandidateInStatement(SQLStatement, StatementClassMapping, AbstractClassMetaData, FetchPlan, int) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Method to select all fetch plan members for the candidate class.
- selectFetchPlanOfSourceClassInStatement(SQLStatement, StatementClassMapping, FetchPlan, SQLTable, AbstractClassMetaData, int) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Method to select all fetch plan members for the "source" class.
- selectIdentityOfCandidateInStatement(SQLStatement, StatementClassMapping, AbstractClassMetaData) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Method to select the identity for the candidate class.
- selectMemberOfSourceInStatement(SQLStatement, StatementClassMapping, FetchPlan, SQLTable, AbstractMemberMetaData, ClassLoaderResolver, int) - Static method in class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
Method to select the specified member (field/property) of the source table in the passed SQL
statement.
- selects - Variable in class org.datanucleus.store.rdbms.sql.SQLStatement
-
List of select objects.
- selectSQLExpressionInternal(SQLExpression, String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Convenience method for selecting columns when generating the SQL text.
- sequenceExists(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- sequenceExists(Connection, String, String, String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Convenience method to return whether the specified sequence already exists.
- sequenceExists(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.NuoDBAdapter
-
- sequenceExists(Connection, String, String, String) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
- SequenceGenerator - Class in org.datanucleus.store.rdbms.valuegenerator
-
This generator utilises datastore sequences.
- SequenceGenerator(String, Properties) - Constructor for class org.datanucleus.store.rdbms.valuegenerator.SequenceGenerator
-
Constructor.
- sequenceName - Variable in class org.datanucleus.store.rdbms.valuegenerator.SequenceGenerator
-
Name of the sequence that we are creating values for
- SEQUENCES - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether we support sequences.
- sequences - Variable in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
- SequenceTable - Class in org.datanucleus.store.rdbms.valuegenerator
-
Class defining a table for storing generated values for use with TableGenerator.
- SequenceTable(DatastoreIdentifier, RDBMSStoreManager, String, String) - Constructor for class org.datanucleus.store.rdbms.valuegenerator.SequenceTable
-
Constructor
- SerialisedElementPCMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a serialised persistable object being the element of a Collection.
- SerialisedElementPCMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedElementPCMapping
-
- SerialisedKeyPCMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a serialised persistable object being the key of a Map.
- SerialisedKeyPCMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedKeyPCMapping
-
- SerialisedLocalFileMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping where we want to serialise a (Serializable) field to a local file.
- SerialisedLocalFileMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- SerialisedMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Maps a field as serialised.
- SerialisedMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedMapping
-
- SerialisedPCMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a serialised persistable object.
- SerialisedPCMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedPCMapping
-
- SerialisedReferenceMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a serialised reference (Interface/Object) field.
- SerialisedReferenceMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedReferenceMapping
-
- SerialisedValuePCMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a serialised persistable object being the value of a Map.
- SerialisedValuePCMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SerialisedValuePCMapping
-
- serialiseFieldValue(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
Method to serialise the value from the ObjectProvider to file.
- SERIALIZE_TO_FOLDER_EXTENSION - Static variable in class org.datanucleus.store.rdbms.mapping.java.SerialisedLocalFileMapping
-
- set(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.AbstractArrayStore
-
Method to set the array for the specified owner to the passed value.
- set(ObjectProvider, Object) - Method in class org.datanucleus.store.rdbms.scostore.FKArrayStore
-
Method to set the array for the specified owner to the passed value.
- set(ObjectProvider, int, Object, boolean) - Method in class org.datanucleus.store.rdbms.scostore.FKListStore
-
Method to set an object in the List at a position.
- set(ObjectProvider, int, Object, boolean) - Method in class org.datanucleus.store.rdbms.scostore.JoinListStore
-
Method to set an object in the List.
- set(Object) - Method in class org.datanucleus.store.rdbms.scostore.ListStoreIterator
-
- setAbsFieldNumber(int) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAccessToUnderlyingConnectionAllowed(boolean) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setAllowsPrecisionSpec(boolean) - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- setArray(int, Array) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(String, InputStream, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setAsciiStream(String, InputStream) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setAsciiStream(long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- setAutoCommit(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setAutoCommit(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- setBigDecimal(String, BigDecimal) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBigDecimal(int, BigDecimal) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(String, InputStream, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBinaryStream(String, InputStream) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBinaryStream(long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
- setBlob(String, InputStream, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBlob(String, Blob) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBlob(String, InputStream) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBlob(int, Blob) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBlob(int, InputStream) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBoolean(String, boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBoolean(int, boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to set a boolean at the specified position in the JDBC PreparedStatement.
- setBoolean(PreparedStatement, int, boolean) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to set a boolean at the specified position in the JDBC PreparedStatement.
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
Setter for when we are storing a boolean field as a SMALLINT.
- setBoolean(PreparedStatement, int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
Setter for when we are storing a boolean field as a TINYINT.
- setBoolean(ExecutionContext, PreparedStatement, int[], boolean) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setBoolean(ExecutionContext, PreparedStatement, int[], boolean) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setBoolean(ExecutionContext, PreparedStatement, int[], boolean) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setByte(String, byte) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setByte(int, byte) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setByte(PreparedStatement, int, byte) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setByte(PreparedStatement, int, byte) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setByte(PreparedStatement, int, byte) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setByte(PreparedStatement, int, byte) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- setByte(PreparedStatement, int, byte) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- setByte(ExecutionContext, PreparedStatement, int[], byte) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setByte(ExecutionContext, PreparedStatement, int[], byte) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setByte(ExecutionContext, PreparedStatement, int[], byte) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setBytes(String, byte[]) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setBytes(int, byte[]) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setBytes(long, byte[], int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
- setBytes(long, byte[]) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobImpl
-
- setCandidateClassName(String) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- setCatalog(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setCatalogName(String) - Method in interface org.datanucleus.store.rdbms.identifier.DatastoreIdentifier
-
Sets the catalog
- setCatalogName(String) - Method in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
Sets the catalog
- setCatalogSchemaForTable(TableIdentifier) - Method in class org.datanucleus.store.rdbms.identifier.AbstractIdentifierFactory
-
Convenience method to set the catalog/schema on the passed TableIdentifier.
- setChar(PreparedStatement, int, char) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setChar(PreparedStatement, int, char) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to set a character at the specified position in the JDBC PreparedStatement.
- setChar(PreparedStatement, int, char) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setChar(PreparedStatement, int, char) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- setChar(PreparedStatement, int, char) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to set a character at the specified position in the JDBC PreparedStatement.
- setChar(PreparedStatement, int, char) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setChar(ExecutionContext, PreparedStatement, int[], char) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setChar(ExecutionContext, PreparedStatement, int[], char) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setChar(ExecutionContext, PreparedStatement, int[], char) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setCharacterStream(String, Reader, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setCharacterStream(String, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setCharacterStream(int, Reader, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setCharacterStream(long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- setClassLoaderResolver(ClassLoaderResolver) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- setClientInfo(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setClientInfo(Properties) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setClob(String, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setClob(String, Clob) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setClob(String, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setClob(int, Clob) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setClob(int, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setCloseStatementWithResultSet(boolean) - Method in class org.datanucleus.store.rdbms.query.AbstractRDBMSQueryResult
-
- setColumn(int, Column) - Method in class org.datanucleus.store.rdbms.key.CandidateKey
-
Mutator for the column spec, to add/change a column.
- setColumn(int, Column, Column) - Method in class org.datanucleus.store.rdbms.key.ForeignKey
-
Set the datastore field for the specified position seq
- setColumn(int, Column) - Method in class org.datanucleus.store.rdbms.key.Index
-
Sets a column for in a specified position seq
- setColumnAlias(String) - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
Mutator for the column name (alias).
- setColumnMetaData(ColumnMetaData) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setColumnPositions(int[]) - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
Mutator for the column positions in the result clause of a statement.
- setColumnSize(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- setConfig(GenericKeyedObjectPool.Config) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the configuration.
- setConfig(GenericObjectPool.Config) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets my configuration.
- setConnectionFactory(ConnectionFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
- setConnectionInitSql(Collection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
Sets the SQL statements I use to initialize newly created
Connection
s.
- setConnectionInitSqls(Collection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the list of SQL statements to be executed when a physical
connection is first created.
- setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setConnectionProperties(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setConnectionProperties(Properties) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the connection properties passed to the JDBC driver.
- setConnectionStatementState(ManagedConnection, SQLController.ConnectionStatementState) - Method in class org.datanucleus.store.rdbms.SQLController
-
Convenience method to set the state for this connection.
- setConstraints(String) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Mutator for the constraints of the column.
- setConstraints(String) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setCursorName(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setDataSourceName(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setDatastoreContainerObject(DatastoreClass) - Method in class org.datanucleus.store.rdbms.RDBMSStoreData
-
Convenience to set the table.
- setDatastoreMapping(DatastoreMapping) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Method to associate this datastore field with its mapping.
- setDatastoreMapping(DatastoreMapping) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setDataType(short) - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- setDate(String, Date) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setDate(String, Date, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setDate(int, Date) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setDecimalDigits(int) - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
- setDefault(boolean) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager.RDBMSTypeMapping
-
- setDefaultable(Object) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setDefaultAutoCommit(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets default auto-commit state of connections returned by this
datasource.
- setDefaultAutoCommit(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setDefaultAutoCommit(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
Sets the default "auto commit" setting for borrowed
Connection
s
- setDefaultCatalog(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the default catalog.
- setDefaultCatalog(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
Sets the default "catalog" setting for borrowed
Connection
s
- setDefaultMaxActive(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setDefaultMaxIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setDefaultMaxWait(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setDefaultReadOnly(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets defaultReadonly property.
- setDefaultReadOnly(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setDefaultReadOnly(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
Sets the default "read only" setting for borrowed
Connection
s
- setDefaultTransactionIsolation(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the default transaction isolation state for returned
connections.
- setDefaultTransactionIsolation(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setDefaultTransactionIsolation(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
Sets the default "Transaction Isolation" setting for borrowed
Connection
s
- setDelegate(CallableStatement) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setDelegate(Connection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setDelegate(PreparedStatement) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setDelegate(Statement) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setDeleteAction(ForeignKey.FKAction) - Method in class org.datanucleus.store.rdbms.key.ForeignKey
-
Mutator for deleteAction.
- setDescription(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of description.
- setDescription(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setDistinct(boolean) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Mutator for whether the query returns distinct results.
- setDocumentLocator(Locator) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- setDouble(String, double) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setDouble(int, double) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setDouble(PreparedStatement, int, double) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setDouble(PreparedStatement, int, double) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setDouble(PreparedStatement, int, double) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- setDouble(PreparedStatement, int, double) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- setDouble(PreparedStatement, int, double) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setDouble(ExecutionContext, PreparedStatement, int[], double) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setDouble(ExecutionContext, PreparedStatement, int[], double) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setDouble(ExecutionContext, PreparedStatement, int[], double) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setDriver(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setDriverClassLoader(ClassLoader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setDriverClassName(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the jdbc driver class name.
- setEscapeProcessing(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setExpressionFactory(SQLExpressionFactory) - Method in class org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
-
- setExpressionFactory(SQLExpressionFactory) - Method in interface org.datanucleus.store.rdbms.sql.operation.SQLOperation
-
- setExtensions(Map) - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Set multiple extensions, or use null to clear extensions.
- setExtensions(Map) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Set multiple extensions, or use null to clear extensions.
- setFactory(KeyedPoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseKeyedObjectPool
-
- setFactory(PoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.BaseObjectPool
-
- setFactory(KeyedPoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- setFactory(PoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- setFactory(PoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
- setFactory(KeyedPoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
- setFactory(PoolableObjectFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
- setFactory(KeyedPoolableObjectFactory) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.KeyedObjectPool
-
- setFactory(PoolableObjectFactory) - Method in interface org.datanucleus.store.rdbms.datasource.dbcp.pool.ObjectPool
-
- setFailOnError(boolean) - Method in interface org.datanucleus.store.rdbms.ConnectionProvider
-
Flag if an error causes the operation to thrown an exception, or false to skip to next DataSource.
- setFailOnError(boolean) - Method in class org.datanucleus.store.rdbms.ConnectionProviderPriorityList
-
- setFetchDirection(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- setFetchDirection(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setFetchSize(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingResultSet
-
- setFetchSize(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setFloat(String, float) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setFloat(int, float) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setFloat(PreparedStatement, int, float) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setFloat(PreparedStatement, int, float) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setFloat(PreparedStatement, int, float) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- setFloat(PreparedStatement, int, float) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- setFloat(PreparedStatement, int, float) - Method in class org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping
-
- setFloat(PreparedStatement, int, float) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setFloat(PreparedStatement, int, float) - Method in class org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping
-
- setFloat(ExecutionContext, PreparedStatement, int[], float) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setFloat(ExecutionContext, PreparedStatement, int[], float) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setFloat(ExecutionContext, PreparedStatement, int[], float) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setForMetaData(ForeignKeyMetaData) - Method in class org.datanucleus.store.rdbms.key.ForeignKey
-
Convenience mutator for setting the specification based on MetaData
- setGenerator() - Method in class org.datanucleus.store.rdbms.NucleusSequenceImpl
-
Method to set the value generator.
- setHaving(BooleanExpression) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Mutator for the "having" expression.
- setHoldability(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setIdentifier(DatastoreIdentifier) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Mutator for the identifier of the column.
- setIdentifier(DatastoreIdentifier) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setIdentity(boolean) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Mutator for whether we set this column as an identity column.
- setIdentity(boolean) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setImplementationClasses(String) - Method in class org.datanucleus.store.rdbms.mapping.java.InterfaceMapping
-
Set the implementation classes.
- setImplicitParameter(int, Object) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
- setImplicitParameter(String, Object) - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
- setInitialSize(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setInt(String, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setInt(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- setInt(PreparedStatement, int, int) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- setInt(PreparedStatement, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- setInt(ExecutionContext, PreparedStatement, int[], int) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setInt(ExecutionContext, PreparedStatement, int[], int) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setInt(ExecutionContext, PreparedStatement, int[], int) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setJavaTypeMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanLiteral
-
- setJavaTypeMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- setJavaTypeMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.expression.EnumExpression
-
- setJavaTypeMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.expression.EnumLiteral
-
- setJavaTypeMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- setJdbcType(JdbcType) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setJndiEnvironment(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setKeyword(String) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericSubqueryExpression
-
- setKeyword(String) - Method in class org.datanucleus.store.rdbms.sql.expression.StringSubqueryExpression
-
- setLastUsed() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
Set the time this object was last used to the
current time in ms.
- setLastUsed(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
Set the time in ms this object was last used.
- setLifo(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the LIFO property of the pools.
- setLifo(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the LIFO property of the pool.
- setLocalTypeName(String) - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- setLogAbandoned(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Flag to log stack traces for application code which abandoned
a Statement or Connection.
- setLogAbandoned(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setLoginTimeout(int) - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
Mutator for the Login timeout for the driver manager.
- setLoginTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setLoginTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
- setLoginTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setLoginTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- setLogWriter(PrintWriter) - Method in class org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory.DriverManagerDataSource
-
Mutator for the LogWriter of the driver manager.
- setLogWriter(PrintWriter) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Sets the log writer to be used by this configuration to log
information on abandoned objects.
- setLogWriter(PrintWriter) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setLogWriter(PrintWriter) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the log writer for this data source.
- setLogWriter(PrintWriter) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setLogWriter(PrintWriter) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
Sets my log writer.
- setLong(String, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setLong(int, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- setLong(PreparedStatement, int, long) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- setLong(PreparedStatement, int, long) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- setLong(ExecutionContext, PreparedStatement, int[], long) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setLong(ExecutionContext, PreparedStatement, int[], long) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setLong(ExecutionContext, PreparedStatement, int[], long) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
- setMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
- setMappingType(Class) - Method in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager.RDBMSTypeMapping
-
- setMaxActive(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setMaxActive(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setMaxActive(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- setMaxActive(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the cap on the number of object instances managed by the pool per key.
- setMaxActive(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the cap on the number of objects that can be allocated by the pool
(checked out to clients, or idle awaiting checkout) at a given time.
- setMaxFieldSize(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setMaxIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setMaxIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setMaxIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- setMaxIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the cap on the number of "idle" instances in the pool.
- setMaxIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the cap on the number of "idle" instances in the pool.
- setMaxOpenPreparedStatements(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setMaxPreparedStatements(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setMaxRows(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setMaxTotal(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the cap on the total number of instances from all pools combined.
- setMaxWait(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the maxWait property.
- setMaxWait(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- setMaxWait(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- setMaxWait(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- setMemberMetaData(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Method to set the metadata of the member for which this mapping applies.
- setMinEvictableIdleTimeMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setMinEvictableIdleTimeMillis(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setMinEvictableIdleTimeMillis(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
- setMinEvictableIdleTimeMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any).
- setMinIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setMinIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the minimum number of idle objects to maintain in each of the keyed
pools.
- setMinIdle(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the minimum number of objects allowed in the pool
before the evictor thread (if active) spawns new objects.
- setName(String) - Method in class org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
- setNCharacterStream(String, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNCharacterStream(String, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNClob(String, NClob) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNClob(String, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNClob(String, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNClob(int, NClob) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNClob(int, Reader) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.ArrayLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.ByteLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.CollectionLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.EnumLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.FloatingPointLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapKeyLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapValueLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.NullLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
- setNotParameter() - Method in interface org.datanucleus.store.rdbms.sql.expression.SQLLiteral
-
Method to set this literal as not being a parameter.
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.TypeConverterLiteral
-
- setNotParameter() - Method in class org.datanucleus.store.rdbms.sql.expression.TypeConverterMultiLiteral
-
- setNotPrecompilable() - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- setNString(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNString(int, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNucleusTypeColumnName(String) - Method in class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- setNull(String, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNull(String, int, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setNull(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNull(int, int, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setNullable(boolean) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setNumTestsPerEvictionRun(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setNumTestsPerEvictionRun(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setNumTestsPerEvictionRun(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setNumTestsPerEvictionRun(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the max number of objects to examine during each run of the
idle object evictor thread (if any).
- setNumTestsPerEvictionRun(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the max number of objects to examine during each run of the
idle object evictor thread (if any).
- setObject(String, Object, int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setObject(String, Object, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setObject(String, Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setObject(int, Object, int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setObject(int, Object, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setObject(int, Object) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractLargeBinaryRDBMSMapping
-
Method to store a field into a "large varbinary" column.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
Setter for a parameter in a PreparedStatement
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BinaryStreamRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to set an object at the specified position in the JDBC PreparedStatement.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping
-
Mutator for the object.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to set an object at the specified position in the JDBC PreparedStatement.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OtherRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping
-
Mutator for the object.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping
-
Method to set an object in a PreparedStatement for sending to the datastore.
- setObject(PreparedStatement, int, Object) - Method in class org.datanucleus.store.rdbms.mapping.datastore.TinyIntRDBMSMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.AbstractContainerMapping
-
Method to set a field in the passed JDBC PreparedStatement using this mapping.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.ClassMapping
-
Method to set the object when updating the the datastore.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.DatastoreIdMapping
-
Mutator for the OID in the datastore
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.DiscriminatorMapping
-
Mutator for the object in this column
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Mutator for the embedded object in the datastore.
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.EmbeddedMapping
-
Mutator for the embedded object in the datastore.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.EnumMapping
-
Method to set the Enum in the datastore statement.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.GregorianCalendarMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.MultiPersistableMapping
-
Method to set the parameters in the PreparedStatement with the fields of this object.
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.MultiPersistableMapping
-
Sets the specified positions in the PreparedStatement associated with this field, and value.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.NullMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableIdMapping
-
Method to set the object based on an input identity.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
Method to set an object in the datastore.
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.PersistableMapping
-
Method to set an object reference (FK) in the datastore.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceIdMapping
-
Method to set the object based on an input identity.
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.ReferenceMapping
-
Sets the specified positions in the PreparedStatement associated with this field, and value.
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedPCMapping
-
Method to populate parameter positions in a PreparedStatement with this object
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedPCMapping
-
Method to populate parameter positions in a PreparedStatement with this object
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedReferenceMapping
-
Method to populate parameter positions in a PreparedStatement with this object
- setObject(ExecutionContext, PreparedStatement, int[], Object, ObjectProvider, int) - Method in class org.datanucleus.store.rdbms.mapping.java.SerialisedReferenceMapping
-
Method to populate parameter positions in a PreparedStatement with this object
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.StringBufferMapping
-
Delegates to StringMapping the storage with giving a String
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.StringBuilderMapping
-
Delegates to StringMapping the storage with giving a String
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMultiMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.UUIDMapping
-
- setObject(ExecutionContext, PreparedStatement, int[], Object) - Method in class org.datanucleus.store.rdbms.mapping.java.VersionMapping
-
Mutator for the object in this column
- setObjectIsInsertedToLevel(ObjectProvider, DatastoreClass) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Method to set that the specified object is inserted down to the defined datastore class.
- setOmitTableFromString(boolean) - Method in class org.datanucleus.store.rdbms.sql.expression.ColumnExpression
-
- setOption(String) - Method in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
- setOption(String) - Method in interface org.datanucleus.store.rdbms.sql.StatementGenerator
-
Method to set a property.
- setOrdering(SQLExpression[], boolean[]) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Mutator for the ordering criteria.
- setOrdering(SQLExpression[], boolean[], String[]) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Mutator for the ordering criteria.
- setOwner(AbstractMemberMetaData) - Method in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
Method to set the owner for this backing store.
- setOwnerMapIndex(StatementMappingIndex) - Method in class org.datanucleus.store.rdbms.scostore.IteratorStatement
-
- setParameterNameByPosition(Map<Integer, String>) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.JDBCTypeInfo
-
Mutator for the parent component.
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSColumnInfo
-
Mutator for the parent component.
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
- setParent(StoreSchemaData) - Method in class org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
- setParentStatement(SQLStatement) - Method in class org.datanucleus.store.rdbms.sql.DiscriminatorStatementGenerator
-
- setParentStatement(SQLStatement) - Method in interface org.datanucleus.store.rdbms.sql.StatementGenerator
-
Method to set the parent statement.
- setParentStatement(SQLStatement) - Method in class org.datanucleus.store.rdbms.sql.UnionStatementGenerator
-
- setPassword(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setPassword(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of password for the default user.
- setPassword(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.DataSourceXAConnectionFactory
-
Sets the password used to authenticate new connections.
- setPersistentClass(Class) - Method in class org.datanucleus.store.rdbms.query.PersistentClassROF
-
Method to update the persistent class that the result object factory requires.
- setPerUserDefaultAutoCommit(String, Boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setPerUserDefaultReadOnly(String, Boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setPerUserDefaultTransactionIsolation(String, Integer) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setPerUserMaxActive(String, Integer) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setPerUserMaxIdle(String, Integer) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setPerUserMaxWait(String, Integer) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setPool(ObjectPool) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
- setPool(ObjectPool) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource
-
- setPoolable(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setPoolPreparedStatements(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets whether to pool statements or not.
- setPoolPreparedStatements(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Flag to toggle the pooling of PreparedStatement
s
- setPosition(int) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setPrecompilable(boolean) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setPrimaryKey() - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setProperties(Map<String, Object>) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Set any properties controlling how the adapter is configured.
- setProperties(Map<String, Object>) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Set any properties controlling how the adapter is configured.
- setQueryGenerator(QueryGenerator) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
- setQueryTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement
-
- setRange(long, long) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to add a range constraint on any SELECT.
- setReadOnly(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setReadOnly(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedConnection
-
- setRef(int, Ref) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setReferenceMapping(JavaTypeMapping) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Method to set the mapping at the other end of the relation.
- setRemoveAbandoned(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Flag to remove abandoned connections if they exceed the
removeAbandonedTimeout.
- setRemoveAbandoned(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setRemoveAbandonedTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedConfig
-
Timeout in seconds before an abandoned connection can be removed.
- setRemoveAbandonedTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setResultDefinition(StatementResultMapping) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setResultDefinitionForClass(StatementClassMapping) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setRoleForMember(FieldRole) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Method to set the role for the field/property.
- setRollbackAfterValidation(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setRowId(String, RowId) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setRowId(int, RowId) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setSavepoint() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setSavepoint(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setSchema(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setSchemaName(String) - Method in interface org.datanucleus.store.rdbms.identifier.DatastoreIdentifier
-
Sets the schema
- setSchemaName(String) - Method in class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
Sets the schema
- setSCOIteratorStatement(String, IteratorStatement) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setSharedConnection(Connection) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.TransactionContext
-
Sets the shared connection for this transaction.
- setShort(String, short) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setShort(int, short) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setShort(PreparedStatement, int, short) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setShort(PreparedStatement, int, short) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setShort(PreparedStatement, int, short) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping
-
- setShort(PreparedStatement, int, short) - Method in class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- setShort(ExecutionContext, PreparedStatement, int[], short) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setShort(ExecutionContext, PreparedStatement, int[], short) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setShort(ExecutionContext, PreparedStatement, int[], short) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setSoftMinEvictableIdleTimeMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the minimum amount of time an object may sit idle in the pool
before it is eligible for eviction by the idle object evictor
(if any), with the extra condition that at least
"minIdle" object instances remain in the pool.
- setSQL(String) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setSQL(List<String>, List<Boolean>) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setSQLTableMappingForAlias(String, QueryToSQLMapper.SQLTableMapping) - Method in class org.datanucleus.store.rdbms.query.QueryToSQLMapper
-
- setSQLXML(String, SQLXML) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setStackTrace() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.AbandonedTrace
-
If logAbandoned=true generate a stack trace
for this object then add this object to the parent
object trace list.
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.ArrayLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.BooleanLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.ByteLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.CollectionLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.FloatingPointLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.InExpression
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapKeyLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.MapLiteral.MapValueLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.ObjectLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
- setStatement() - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalLiteral
-
- setStatement(SQLStatement) - Method in class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
-
- setStatement(SQLStatement) - Method in interface org.datanucleus.store.rdbms.sql.method.SQLMethod
-
Method to set the SQLStatement that we are related to.
- setStatementParameters(List<SQLStatementParameter>) - Method in class org.datanucleus.store.rdbms.query.RDBMSQueryCompilation
-
- setStatementPoolFactory(KeyedObjectPoolFactory) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
- setString(String, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setString(int, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.AbstractLargeBinaryRDBMSMapping
-
Cater for serialisation of Strings.
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping
-
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping
-
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping
-
Setter for booleans stored as String datastore types.
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping
-
Method to set a String at the specified position in the JDBC PreparedStatement.
- setString(long, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- setString(long, String, int, int) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobImpl
-
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping
-
- setString(PreparedStatement, int, String) - Method in interface org.datanucleus.store.rdbms.mapping.datastore.DatastoreMapping
-
Sets a value
into ps
at position specified by paramIndex
.
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping
-
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping
-
Method to set a String at the specified position in the JDBC PreparedStatement.
- setString(PreparedStatement, int, String) - Method in class org.datanucleus.store.rdbms.mapping.datastore.OracleXMLTypeRDBMSMapping
-
Method to set a String at the specified position in the JDBC PreparedStatement.
- setString(ExecutionContext, PreparedStatement, int[], String) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
Sets a value
into datastoreStatement
at position specified by exprIndex
.
- setString(ExecutionContext, PreparedStatement, int[], String) - Method in class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- setString(ExecutionContext, PreparedStatement, int[], String) - Method in class org.datanucleus.store.rdbms.mapping.java.TypeConverterMapping
-
- setTable(Table) - Method in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
- setTestOnBorrow(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setTestOnBorrow(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setTestOnBorrow(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- setTestOnBorrow(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- setTestOnReturn(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the testOnReturn
property.
- setTestOnReturn(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setTestOnReturn(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- setTestOnReturn(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
- setTestWhileIdle(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the testWhileIdle
property.
- setTestWhileIdle(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setTestWhileIdle(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
When
true
, objects will be
validated
by the idle object evictor (if any).
- setTestWhileIdle(boolean) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
When
true, objects will be
validated
by the idle object evictor (if any).
- setTime(String, Time) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setTime(String, Time, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setTime(int, Time) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the number of milliseconds to sleep between runs of the
idle object evictor thread.
- setTimestamp(String, Timestamp) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setTimestamp(int, Timestamp) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setTransactionIsolation(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setTransactionManager(TransactionManager) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Sets the required transaction manager property.
- setTransactionRegistry(TransactionRegistry) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.ManagedDataSource
-
Sets the transaction registry from the XAConnectionFactory used to create the pool.
- setTransactionTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
-
Always returns false since we have no way to set a transaction timeout on a JDBC connection.
- setType(SQLJoin.JoinType) - Method in class org.datanucleus.store.rdbms.sql.SQLJoin
-
- setTypeInfo(SQLTypeInfo) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Mutator for the type information of the column.
- setTypeInfo(SQLTypeInfo) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setTypeMap(Map) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingConnection
-
- setTypeName(String) - Method in class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- setTypeName(String) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setUnicodeStream(int, InputStream, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
Deprecated.
- setUnique(boolean) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setUpdateAction(ForeignKey.FKAction) - Method in class org.datanucleus.store.rdbms.key.ForeignKey
-
Mutator for updateAction.
- setUpdates(SQLExpression[]) - Method in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Method to set the UPDATE clause of the statement.
- setupDefaults(Connection, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setupDefaults(Connection, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.PerUserPoolDataSource
-
- setupDefaults(Connection, String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
- setUrl(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setUrl(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of url used to locate the database for this datasource.
- setURL(String, URL) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingCallableStatement
-
- setURL(int, URL) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement
-
- setUser(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.cpdsadapter.DriverAdapterCPDS
-
Set the value of default user (login or username).
- setUsername(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setUsername(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.DataSourceXAConnectionFactory
-
Sets the username used to authenticate new connections.
- setValidationQuery(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
- setValidationQuery(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.datasources.InstanceKeyDataSource
-
- setValidationQuery(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
- setValidationQueryTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.BasicDataSource
-
Sets the validation query timeout, the amount of time, in seconds, that
connection validation will wait for a response from the database when
executing a validation query.
- setValidationQueryTimeout(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.PoolableConnectionFactory
-
Sets the validation query timeout, the amount of time, in seconds, that
connection validation will wait for a response from the database when
executing a validation query.
- setWhenExhaustedAction(byte) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
- setWhenExhaustedAction(byte) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Sets the action to take when the
GenericObjectPool.borrowObject()
method
is invoked when the pool is exhausted (the maximum number
of "active" objects has been reached).
- setWrapperFunction(String, int) - Method in interface org.datanucleus.store.rdbms.table.Column
-
Sets a function to wrap the column.
- setWrapperFunction(String, int) - Method in class org.datanucleus.store.rdbms.table.ColumnImpl
-
- setWriter(Writer) - Method in class org.datanucleus.store.rdbms.DeleteTablesSchemaTransaction
-
- setXADataSource(String) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Sets the optional XADataSource class name.
- setXaDataSourceInstance(XADataSource) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.BasicManagedDataSource
-
Sets the XADataSource instance used by the XAConnectionFactory.
- SharedPoolDataSource - Class in org.datanucleus.store.rdbms.datasource.dbcp.datasources
-
A pooling DataSource
appropriate for deployment within
J2EE environment.
- SharedPoolDataSource() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSource
-
Default no-arg constructor for Serialization
- SharedPoolDataSourceFactory - Class in org.datanucleus.store.rdbms.datasource.dbcp.datasources
-
A JNDI ObjectFactory which creates SharedPoolDataSource
s
- SharedPoolDataSourceFactory() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.datasources.SharedPoolDataSourceFactory
-
- shiftStmt - Variable in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
- ShortMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for the Short type.
- ShortMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.ShortMapping
-
- SimpleNumericAggregateMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke an SQL aggregated function.
- SimpleNumericAggregateMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SimpleNumericAggregateMethod
-
- SimpleNumericMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke an SQL numeric function that takes in argument(s).
- SimpleNumericMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SimpleNumericMethod
-
- SimpleOrderableAggregateMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke an SQL aggregated function.
- SimpleOrderableAggregateMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SimpleOrderableAggregateMethod
-
- SimpleStringMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke an SQL String function that takes in an expression.
- SimpleStringMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
-
- SinFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL SIN function.
- SinFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.SinFunction
-
- SingleFieldMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Simple mapping for a java field mapping to a single datastore field.
- SingleFieldMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SingleFieldMapping
-
- SingleFieldMultiMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping to represent a field that is mapped to multiple datastore columns.
- SingleFieldMultiMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SingleFieldMultiMapping
-
- size() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- size() - Method in class org.datanucleus.store.rdbms.key.CandidateKey
-
Accessor for the size.
- size() - Method in class org.datanucleus.store.rdbms.key.Index
-
Accessor for the size.
- size(ObjectProvider) - Method in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Method to return the size of the container.
- size() - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression.ColumnExpressionList
-
- sizeStmt - Variable in class org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Statement for getting the size of the container.
- SmallIntRDBMSMapping - Class in org.datanucleus.store.rdbms.mapping.datastore
-
Mapping of a SMALLINT RDBMS type.
- SmallIntRDBMSMapping(JavaTypeMapping, RDBMSStoreManager, Column) - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping
-
- softMinEvictableIdleTimeMillis - Variable in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool.Config
-
- SoftReferenceObjectPool - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- SoftReferenceObjectPool() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
- SoftReferenceObjectPool(PoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
Create a SoftReferenceObjectPool
with the specified factory.
- SoftReferenceObjectPool(PoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.SoftReferenceObjectPool
-
- spoolDirectory - Variable in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- spoolStream(InputStream) - Method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- spoolStreamTo(InputStream, File) - Method in class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler
-
- sql - Variable in class org.datanucleus.store.rdbms.sql.SQLStatement
-
Cached SQL statement, generated by getStatement().
- SQL2003_RESERVED_WORDS - Static variable in interface org.datanucleus.store.rdbms.adapter.SQLConstants
-
A string containing the list of SQL/2003 reserved words,
separated by commas.
- SQL92_RESERVED_WORDS - Static variable in interface org.datanucleus.store.rdbms.adapter.SQLConstants
-
A string containing the list of SQL/92 reserved words,
separated by commas.
- SQL99_RESERVED_WORDS - Static variable in interface org.datanucleus.store.rdbms.adapter.SQLConstants
-
A string containing the list of SQL/99 reserved words,
separated by commas.
- SQLBooleanMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method to allow inclusion of any SQL code that returns a boolean.
- SQLBooleanMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SQLBooleanMethod
-
- SQLColumn - Class in org.datanucleus.store.rdbms.sql
-
Representation of a column reference in an SQL statement.
- SQLColumn(SQLTable, Column, DatastoreIdentifier) - Constructor for class org.datanucleus.store.rdbms.sql.SQLColumn
-
Constructor for a column reference.
- SQLConstants - Interface in org.datanucleus.store.rdbms.adapter
-
Contains various constants from the SQL/92, SQL/99 and SQL 2003 standard.
- SQLController - Class in org.datanucleus.store.rdbms
-
Controller for execution of SQL statements to the underlying RDBMS datastore.
- SQLController(boolean, int, int, String) - Constructor for class org.datanucleus.store.rdbms.SQLController
-
Constructor.
- SQLCubeFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate SQL.cube(args).
- SQLCubeFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.SQLCubeFunction
-
- SqlDateMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
SCO Mapping for an SQLDate type.
- SqlDateMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SqlDateMapping
-
- SQLExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Base expression for SQL.
- SQLExpression(SQLStatement, SQLTable, JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Constructor for an SQL expression for a (field) mapping in a specified table.
- SQLExpression(Expression.MonadicOperator, SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Perform an operation "op" on expression "expr1".
- SQLExpression(SQLExpression, Expression.DyadicOperator, SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Perform an operation "op" between "expr1" and "expr2".
- SQLExpression(SQLStatement, JavaTypeMapping, String, List<SQLExpression>, List) - Constructor for class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Generates statement as "FUNCTION_NAME(arg [AS type] [,argN [AS typeN]])".
- SQLExpression.ColumnExpressionList - Class in org.datanucleus.store.rdbms.sql.expression
-
- SQLExpressionFactory - Class in org.datanucleus.store.rdbms.sql.expression
-
Factory for creating SQL expressions/literals.
- SQLExpressionFactory(RDBMSStoreManager) - Constructor for class org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory
-
Constructor for an SQLExpressionFactory.
- SQLFunctionMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method to allow inclusion of any SQL function invocation.
- SQLFunctionMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SQLFunctionMethod
-
- SQLiteAdapter - Class in org.datanucleus.store.rdbms.adapter
-
Provides methods for adapting SQL language elements to the SQLite database.
- SQLiteAdapter(DatabaseMetaData) - Constructor for class org.datanucleus.store.rdbms.adapter.SQLiteAdapter
-
Constructor.
- SQLiteTypeInfo - Class in org.datanucleus.store.rdbms.schema
-
SQL Type info for SQLite datastores.
- SQLiteTypeInfo(ResultSet) - Constructor for class org.datanucleus.store.rdbms.schema.SQLiteTypeInfo
-
Constructs a type information object from the current row of the given result set.
- SQLiteTypeInfo(String, short, int, String, String, String, int, boolean, short, boolean, boolean, boolean, String, short, short, int) - Constructor for class org.datanucleus.store.rdbms.schema.SQLiteTypeInfo
-
- SQLJoin - Class in org.datanucleus.store.rdbms.sql
-
Representation of a join in an SQL statement.
- SQLJoin(SQLJoin.JoinType, SQLTable, SQLTable, BooleanExpression) - Constructor for class org.datanucleus.store.rdbms.sql.SQLJoin
-
Constructor for a join.
- SQLJoin.JoinType - Enum in org.datanucleus.store.rdbms.sql
-
- SQLLiteral - Interface in org.datanucleus.store.rdbms.sql.expression
-
Representation of an SQL Literal in a query.
- SQLMethod - Interface in org.datanucleus.store.rdbms.sql.method
-
Interface to implement to wrap an SQL function.
- SQLNestedException - Exception in org.datanucleus.store.rdbms.datasource.dbcp
-
A SQLException subclass containing another Throwable
- SQLNestedException(String, Throwable) - Constructor for exception org.datanucleus.store.rdbms.datasource.dbcp.SQLNestedException
-
Constructs a new SQLNestedException
with specified
detail message and nested Throwable
.
- SQLNumericMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method to allow inclusion of any SQL code that returns a numeric.
- SQLNumericMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.SQLNumericMethod
-
- SQLOperation - Interface in org.datanucleus.store.rdbms.sql.operation
-
Interface to implement an operation in SQL.
- SQLQuery - Class in org.datanucleus.store.rdbms.query
-
A Query using SQL, and keeping to the JDO2 definition of a SQL query.
- SQLQuery(StoreManager, ExecutionContext, SQLQuery) - Constructor for class org.datanucleus.store.rdbms.query.SQLQuery
-
Constructor for a new query using the existing query.
- SQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.rdbms.query.SQLQuery
-
Constructs a new query instance having the same criteria as the given query.
- SQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.rdbms.query.SQLQuery
-
Constructs a new query instance for the provided single-string SQL query.
- SQLRollupFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate SQL.rollup(args).
- SQLRollupFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.SQLRollupFunction
-
- SQLStatement - Class in org.datanucleus.store.rdbms.sql
-
Class providing an API for generating SQL statements.
- SQLStatement(RDBMSStoreManager, Table, DatastoreIdentifier, String) - Constructor for class org.datanucleus.store.rdbms.sql.SQLStatement
-
Constructor for an SQL statement.
- SQLStatement(SQLStatement, RDBMSStoreManager, Table, DatastoreIdentifier, String) - Constructor for class org.datanucleus.store.rdbms.sql.SQLStatement
-
Constructor for an SQL statement that is a subquery of another statement.
- SQLStatementHelper - Class in org.datanucleus.store.rdbms.sql
-
Series of convenience methods to help the process of generating SQLStatements.
- SQLStatementHelper() - Constructor for class org.datanucleus.store.rdbms.sql.SQLStatementHelper
-
- SQLStatementParameter - Class in org.datanucleus.store.rdbms.sql
-
Representation of an SQLStatement parameter.
- SQLStatementParameter(String, JavaTypeMapping, Object, int) - Constructor for class org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
Constructor for a parameter using the mapping where there are multiple columns and
we are representing a particular column here.
- SQLTable - Class in org.datanucleus.store.rdbms.sql
-
Representation of a table reference in an SQL statement.
- SQLTableAlphaNamer - Class in org.datanucleus.store.rdbms.sql
-
SQLTable namer that generates names like A0, B1, C0, ...
- SQLTableAlphaNamer() - Constructor for class org.datanucleus.store.rdbms.sql.SQLTableAlphaNamer
-
- SQLTableGroup - Class in org.datanucleus.store.rdbms.sql
-
Group of tables in an SQL statement.
- SQLTableNamer - Interface in org.datanucleus.store.rdbms.sql
-
Interface to be implemented by a class providing naming for SQL tables.
- SQLTableTNamer - Class in org.datanucleus.store.rdbms.sql
-
SQLTable namer that generates names like T0, T1, T2, etc.
- SQLTableTNamer() - Constructor for class org.datanucleus.store.rdbms.sql.SQLTableTNamer
-
- SQLText - Class in org.datanucleus.store.rdbms.sql
-
Representation of a snippet of an SQL statement.
- SQLText() - Constructor for class org.datanucleus.store.rdbms.sql.SQLText
-
Constructor
- SQLText(String) - Constructor for class org.datanucleus.store.rdbms.sql.SQLText
-
Constructor
- SqlTimeMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
SCO Mapping for an SQLTime type.
- SqlTimeMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SqlTimeMapping
-
- SqlTimestampMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
SCO Mapping for an SQLTimestamp type.
- SqlTimestampMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SqlTimestampMapping
-
- SQLTypeInfo - Class in org.datanucleus.store.rdbms.schema
-
Representation of SQL type information in the datastore.
- SQLTypeInfo(String, short, int, String, String, String, int, boolean, short, boolean, boolean, boolean, String, short, short, int) - Constructor for class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
- SQLTypeInfo(ResultSet) - Constructor for class org.datanucleus.store.rdbms.schema.SQLTypeInfo
-
Constructor to create a type info definition for the current row of the passed ResultSet.
- SqlXmlRDBMSMapping - Class in org.datanucleus.store.rdbms.mapping.datastore
-
Mapping of an SQLXML RDBMS type.
- SqlXmlRDBMSMapping(JavaTypeMapping, RDBMSStoreManager, Column) - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.SqlXmlRDBMSMapping
-
- SqrtFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL SQRT function.
- SqrtFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.SqrtFunction
-
- st - Variable in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
The Statement Text representing the SQL for this expression.
- StackKeyedObjectPool - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
A simple, Stack
-based KeyedObjectPool
implementation.
- StackKeyedObjectPool() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Create a new pool using no factory.
- StackKeyedObjectPool(int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Create a new pool using no factory.
- StackKeyedObjectPool(int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Create a new pool using no factory.
- StackKeyedObjectPool(KeyedPoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Create a new SimpleKeyedObjectPool
using
the specified factory
to create new instances.
- StackKeyedObjectPool(KeyedPoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Create a new SimpleKeyedObjectPool
using
the specified factory
to create new instances.
- StackKeyedObjectPool(KeyedPoolableObjectFactory, int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPool
-
Create a new SimpleKeyedObjectPool
using
the specified factory
to create new instances.
- StackKeyedObjectPoolFactory - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- StackKeyedObjectPoolFactory() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a new StackKeyedObjectPoolFactory.
- StackKeyedObjectPoolFactory(int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a new StackKeyedObjectPoolFactory.
- StackKeyedObjectPoolFactory(int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a new StackKeyedObjectPoolFactory.
- StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a new StackKeyedObjectPoolFactory.
- StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a new StackKeyedObjectPoolFactory.
- StackKeyedObjectPoolFactory(KeyedPoolableObjectFactory, int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackKeyedObjectPoolFactory
-
Create a new StackKeyedObjectPoolFactory.
- StackObjectPool - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- StackObjectPool() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
- StackObjectPool(int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
- StackObjectPool(int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
- StackObjectPool(PoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Create a new StackObjectPool using the specified factory to create new instances.
- StackObjectPool(PoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Create a new SimpleObjectPool using the specified factory to create new instances,
capping the number of "sleeping" instances to maxIdle.
- StackObjectPool(PoolableObjectFactory, int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPool
-
Create a new StackObjectPool using the specified factory
to create new instances,
capping the number of "sleeping" instances to maxIdle
, and initially allocating a container
capable of containing at least initIdleCapacity
instances.
- StackObjectPoolFactory - Class in org.datanucleus.store.rdbms.datasource.dbcp.pool.impl
-
- StackObjectPoolFactory() - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
- StackObjectPoolFactory(int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
- StackObjectPoolFactory(int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
- StackObjectPoolFactory(PoolableObjectFactory) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Create a new StackObjectPoolFactory.
- StackObjectPoolFactory(PoolableObjectFactory, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Create a new StackObjectPoolFactory.
- StackObjectPoolFactory(PoolableObjectFactory, int, int) - Constructor for class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.StackObjectPoolFactory
-
Create a new StackObjectPoolFactory.
- start(Xid, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.managed.LocalXAConnectionFactory.LocalXAResource
-
Signals that a the connection has been enrolled in a transaction.
- startElement(String, String, String, Attributes) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.jocl.JOCLContentHandler
-
- startEvictor(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericKeyedObjectPool
-
Start the eviction thread or service, or when
delay
is non-positive, stop it
if it is already running.
- startEvictor(long) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.impl.GenericObjectPool
-
Start the eviction thread or service, or when
delay is non-positive, stop it
if it is already running.
- state - Variable in class org.datanucleus.store.rdbms.table.AbstractTable
-
State of the table
- statement - Variable in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- STATEMENT_BATCHING - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore supports batching of statements.
- StatementClassMapping - Class in org.datanucleus.store.rdbms.mapping
-
Definition of statement mapping for a particular class.
- StatementClassMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- StatementClassMapping(String, String) - Constructor for class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- StatementClassMapping(String) - Constructor for class org.datanucleus.store.rdbms.mapping.StatementClassMapping
-
- StatementGenerator - Interface in org.datanucleus.store.rdbms.sql
-
Generator of SQLStatements.
- StatementMappingIndex - Class in org.datanucleus.store.rdbms.mapping
-
Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s)
or parameters that the mapping relates to.
- StatementMappingIndex(JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.mapping.StatementMappingIndex
-
- StatementNewObjectMapping - Class in org.datanucleus.store.rdbms.query
-
Definition of the mapping of a new object definition in the results of a statement.
- StatementNewObjectMapping(Class) - Constructor for class org.datanucleus.store.rdbms.query.StatementNewObjectMapping
-
- StatementParameterMapping - Class in org.datanucleus.store.rdbms.query
-
Definition of the mapping of parameters in a datastore statement.
- StatementParameterMapping() - Constructor for class org.datanucleus.store.rdbms.query.StatementParameterMapping
-
- StatementResultMapping - Class in org.datanucleus.store.rdbms.query
-
Definition of the mapping of result expressions in a datastore statement.
- StatementResultMapping() - Constructor for class org.datanucleus.store.rdbms.query.StatementResultMapping
-
- stmt - Variable in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
The SQL statement that this is part of.
- stmt - Variable in class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
-
- stmt - Variable in class org.datanucleus.store.rdbms.sql.SQLTable
-
- stmtMapping - Variable in class org.datanucleus.store.rdbms.query.PersistentClassROF
-
Mapping for the statement to members of this class (and sub-objects).
- stmtMappings - Variable in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- stmtMappings - Variable in class org.datanucleus.store.rdbms.query.SQLQuery
-
Mappings for the result of the query.
- storeBooleanField(int, boolean) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeBooleanField(int, boolean) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeBooleanField(int, boolean) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeBooleanField(int, boolean) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a boolean in a field.
- storeByteField(int, byte) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeByteField(int, byte) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeByteField(int, byte) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeByteField(int, byte) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a byte in a field.
- storeCharField(int, char) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeCharField(int, char) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeCharField(int, char) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeCharField(int, char) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a character in a field.
- STORED_PROCEDURES - Static variable in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether this datastore supports stored procedures.
- storedJavaType - Variable in class org.datanucleus.store.rdbms.table.ColumnImpl
-
Java type that this column is storing.
- storeDoubleField(int, double) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeDoubleField(int, double) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeDoubleField(int, double) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeDoubleField(int, double) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a double in a field.
- StoredProcedureQuery - Class in org.datanucleus.store.rdbms.query
-
Query using a stored procedure.
- StoredProcedureQuery(StoreManager, ExecutionContext, StoredProcedureQuery) - Constructor for class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
- StoredProcedureQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
- StoredProcedureQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.rdbms.query.StoredProcedureQuery
-
Constructs a new query instance for the specified stored procedure name.
- storeFloatField(int, float) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeFloatField(int, float) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeFloatField(int, float) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeFloatField(int, float) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a float in a field.
- storeIntField(int, int) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeIntField(int, int) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeIntField(int, int) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeIntField(int, int) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store an integer in a field.
- storeLongField(int, long) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeLongField(int, long) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeLongField(int, long) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeLongField(int, long) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a long in a field.
- storeMgr - Variable in class org.datanucleus.store.rdbms.autostart.SchemaAutoStarter
-
- storeMgr - Variable in class org.datanucleus.store.rdbms.mapping.datastore.AbstractDatastoreMapping
-
Store Manager to use for mapping.
- storeMgr - Variable in class org.datanucleus.store.rdbms.mapping.java.JavaTypeMapping
-
StoreManager for the datastore being used.
- storeMgr - Variable in class org.datanucleus.store.rdbms.mapping.RDBMSMappingManager
-
- storeMgr - Variable in class org.datanucleus.store.rdbms.query.PersistentClassROF
-
- storeMgr - Variable in class org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
Manager for the store.
- storeMgr - Variable in class org.datanucleus.store.rdbms.scostore.JoinPersistableRelationStore
-
Manager for the store.
- storeMgr - Variable in class org.datanucleus.store.rdbms.sql.AbstractStatementGenerator
-
Manager for the datastore.
- storeMgr - Variable in class org.datanucleus.store.rdbms.table.AbstractTable
-
Manager for this table.
- storeObjectField(int, Object) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
Method to store an object field into the attached instance.
- storeObjectField(int, Object) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeObjectField(int, Object) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeObjectField(int, Object) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store an object in a field.
- storeShortField(int, short) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeShortField(int, short) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeShortField(int, short) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeShortField(int, short) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a short in a field.
- storesLowerCaseIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- storeStringField(int, String) - Method in class org.datanucleus.store.rdbms.fieldmanager.DynamicSchemaFieldManager
-
- storeStringField(int, String) - Method in class org.datanucleus.store.rdbms.fieldmanager.OldValueParameterSetter
-
- storeStringField(int, String) - Method in class org.datanucleus.store.rdbms.fieldmanager.ParameterSetter
-
- storeStringField(int, String) - Method in class org.datanucleus.store.rdbms.mapping.AppIDObjectIdFieldManager
-
Method to store a String in a field.
- storesUpperCaseIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- StreamableSpooler - Class in org.datanucleus.store.rdbms.mapping.datastore
-
Spooler for files being streamed from the datastore.
- StreamableSpooler.StreamableSpoolerGC - Class in org.datanucleus.store.rdbms.mapping.datastore
-
- StreamableSpoolerGC() - Constructor for class org.datanucleus.store.rdbms.mapping.datastore.StreamableSpooler.StreamableSpoolerGC
-
- StringBufferMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a StringBuffer type.
- StringBufferMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.StringBufferMapping
-
- StringBuilderMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a StringBuilder type.
- StringBuilderMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.StringBuilderMapping
-
- StringCharAtMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.charAt(numExpr).
- StringCharAtMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringCharAtMethod
-
- StringConcat1Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.concat(strExpr1s).
- StringConcat1Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringConcat1Method
-
- StringConcat2Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.concat(strExpr1s).
- StringConcat2Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringConcat2Method
-
- StringEndsWithMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.endsWith(strExpr2[, numExpr]).
- StringEndsWithMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringEndsWithMethod
-
- StringEqualsIgnoreCaseMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.equalsIgnoreCase(strExpr2).
- StringEqualsIgnoreCaseMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringEqualsIgnoreCaseMethod
-
- StringEqualsMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.equals(strExpr2).
- StringEqualsMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringEqualsMethod
-
- StringExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Representation of an expression with a string.
- StringExpression(SQLStatement, SQLTable, JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
Constructor for an SQL expression for a (field) mapping in a specified table.
- StringExpression(Expression.MonadicOperator, SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
Perform an operation
- StringExpression(SQLExpression, Expression.DyadicOperator, SQLExpression) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
Perform an operation
- StringExpression(SQLStatement, JavaTypeMapping, String, List) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
Generates statement as e.g.
- StringExpression(SQLStatement, JavaTypeMapping, String, List, List) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringExpression
-
Generates statement as e.g.
- StringIndexOf2Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]).
- StringIndexOf2Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringIndexOf2Method
-
- StringIndexOf3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]).
- StringIndexOf3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringIndexOf3Method
-
- StringIndexOf4Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]).
- StringIndexOf4Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringIndexOf4Method
-
- StringIndexOf5Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]) for PostgreSQL.
- StringIndexOf5Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringIndexOf5Method
-
- StringIndexOfMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.indexOf(strExpr2[,pos]).
- StringIndexOfMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringIndexOfMethod
-
- StringLength2Method - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate {stringExpression}.length().
- StringLength2Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringLength2Method
-
- StringLength3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate {stringExpression}.length().
- StringLength3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringLength3Method
-
- StringLengthMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate {stringExpression}.length().
- StringLengthMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringLengthMethod
-
- StringLiteral - Class in org.datanucleus.store.rdbms.sql.expression
-
Representation of a string literal.
- StringLiteral(SQLStatement, JavaTypeMapping, Object, String) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringLiteral
-
Constructor for a String literal with a value.
- StringMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a String type.
- StringMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.StringMapping
-
- StringMatchesDerbyMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate {stringExpression}.matches(StringExpression) for Derby.
- StringMatchesDerbyMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringMatchesDerbyMethod
-
- StringMatchesMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to evaluate {stringExpression}.matches(StringExpression).
- StringMatchesMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringMatchesMethod
-
- StringNumericExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Expression representing a field/property that can be stored as a String or as a Numeric.
- StringNumericExpression(SQLStatement, SQLTable, JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringNumericExpression
-
Constructor for an expression for a field/property that can be represented as String or numeric.
- StringReplaceAllMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.replaceAll(strExpr1, strExpr2).
- StringReplaceAllMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringReplaceAllMethod
-
- StringSimilarPostgresqlMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Support for a String.matches like functionality but using Postgresql's "SIMILAR TO" operator.
- StringSimilarPostgresqlMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringSimilarPostgresqlMethod
-
- StringStartsWith2Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.startsWith(strExpr2).
- StringStartsWith2Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringStartsWith2Method
-
- StringStartsWith3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.startsWith(strExpr2[,numExpr]).
- StringStartsWith3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringStartsWith3Method
-
- StringStartsWithMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.startsWith(strExpr2[, numExpr]).
- StringStartsWithMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringStartsWithMethod
-
- StringSubqueryExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
String expression to wrap a subquery.
- StringSubqueryExpression(SQLStatement, SQLStatement) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringSubqueryExpression
-
- StringSubstring2Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.substring(numExpr1 [,numExpr2]).
- StringSubstring2Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringSubstring2Method
-
- StringSubstring3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.substring(numExpr1 [,numExpr2]).
- StringSubstring3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringSubstring3Method
-
- StringSubstring4Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.substring(numExpr1 [,numExpr2]).
- StringSubstring4Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringSubstring4Method
-
- StringSubstringMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.substring(numExpr1 [,numExpr2]).
- StringSubstringMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringSubstringMethod
-
- StringTemporalExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Expression representing a field/property that can be stored as a String or as a Temporal.
- StringTemporalExpression(SQLStatement, SQLTable, JavaTypeMapping) - Constructor for class org.datanucleus.store.rdbms.sql.expression.StringTemporalExpression
-
Constructor for an expression for a field/property represented as String/Temporal.
- StringToLowerMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL LOWER function.
- StringToLowerMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringToLowerMethod
-
- StringToUpperMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL UPPER function.
- StringToUpperMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringToUpperMethod
-
- StringTranslateMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr}.translate(strExpr1, strExpr2).
- StringTranslateMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTranslateMethod
-
- StringTrim2Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for trimming a String expression using LTRIM and RTRIM SQL functions.
- StringTrim2Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrim2Method
-
- StringTrim3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.trim() or "TRIM(BOTH trimChar FROM strExpr1)".
- StringTrim3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrim3Method
-
- StringTrimLeft3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.trimLeft() or "TRIM(LEADING trimChar FROM strExpr1)".
- StringTrimLeft3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrimLeft3Method
-
- StringTrimLeftMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL LTRIM function.
- StringTrimLeftMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrimLeftMethod
-
- StringTrimMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL TRIM function.
- StringTrimMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrimMethod
-
- StringTrimRight3Method - Class in org.datanucleus.store.rdbms.sql.method
-
Method for evaluating {strExpr1}.trimLeft() or "TRIM(TRAILING trimChar FROM strExpr1)".
- StringTrimRight3Method() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrimRight3Method
-
- StringTrimRightMethod - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL RTRIM function.
- StringTrimRightMethod() - Constructor for class org.datanucleus.store.rdbms.sql.method.StringTrimRightMethod
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.ByteLiteral
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterExpression
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.CharacterLiteral
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.DelegatedExpression
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.FloatingPointLiteral
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.IntegerLiteral
-
If both operands are instances of IntegerLiteral, the operation results in BigInteger type.
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.NumericExpression
-
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Additive Operator.
- sub(SQLExpression) - Method in class org.datanucleus.store.rdbms.sql.expression.TemporalExpression
-
- SubclassPCMapping - Class in org.datanucleus.store.rdbms.mapping.java
-
Mapping for a field that stores a PC object that uses "subclass-table" inheritance
and where this is mapped in the datastore as a separate FK for each subclass.
- SubclassPCMapping() - Constructor for class org.datanucleus.store.rdbms.mapping.java.SubclassPCMapping
-
- subExprs - Variable in class org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
Sub-expressions, where we have a field with multiple columns for example.
- subList(ObjectProvider, int, int) - Method in class org.datanucleus.store.rdbms.scostore.AbstractListStore
-
Method to retrieve a list of elements in a range.
- SubqueryExpression - Class in org.datanucleus.store.rdbms.sql.expression
-
Expression containing a subquery.
- SubqueryExpression(SQLStatement, SQLStatement) - Constructor for class org.datanucleus.store.rdbms.sql.expression.SubqueryExpression
-
- SubqueryExpressionComponent - Interface in org.datanucleus.store.rdbms.sql.expression
-
Interface representing an expression that contains a subquery.
- SumFunction - Class in org.datanucleus.store.rdbms.sql.method
-
Expression handler to invoke the SQL SUM aggregation function.
- SumFunction() - Constructor for class org.datanucleus.store.rdbms.sql.method.SumFunction
-
- supportedJdbcTypesById - Variable in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
- supportedOptions - Variable in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Supported option names.
- supportsAlterTableWithAddColumn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsBatching - Variable in class org.datanucleus.store.rdbms.SQLController
-
Whether batching is supported for this controller (datastore).
- supportsBatchUpdates() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsColumnAliasing() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsConvert() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsConvert(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsFullOuterJoins() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsGroupBy() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsMultipleResultSets() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsMultipleTransactions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsNamedParameters() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsNonNullableColumns() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsOption(String) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for whether the supplied option is supported.
- supportsOption(String) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for whether the supplied option is supported.
- supportsOrderByUnrelated() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsOuterJoins() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsPositionedDelete() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsPositionedUpdate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsQueryFetchSize(int) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Whether the datastore will support setting the query fetch size to the supplied value.
- supportsQueryFetchSize(int) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Whether the datastore will support setting the query fetch size to the supplied value.
- supportsQueryFetchSize(int) - Method in class org.datanucleus.store.rdbms.adapter.MSSQLServerAdapter
-
Whether the datastore will support setting the query fetch size to the supplied value.
- supportsQueryFetchSize(int) - Method in class org.datanucleus.store.rdbms.adapter.PostgreSQLAdapter
-
Whether the datastore will support setting the query fetch size to the supplied value.
- supportsResultSetConcurrency(int, int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsResultSetType(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSavepoints() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSelectForUpdate() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsStatementPooling() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsStoredProcedures() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsTimeout() - Method in class org.datanucleus.store.rdbms.query.JDOQLQuery
-
Convenience method for whether this query supports timeouts.
- supportsTimeout() - Method in class org.datanucleus.store.rdbms.query.JPQLQuery
-
Convenience method for whether this query supports timeouts.
- supportsTransactionIsolation(int) - Method in class org.datanucleus.store.rdbms.adapter.BaseDatastoreAdapter
-
Accessor for whether this database adapter supports the specified transaction isolation.
- supportsTransactionIsolation(int) - Method in interface org.datanucleus.store.rdbms.adapter.DatastoreAdapter
-
Accessor for whether this database adapter supports the specified transaction isolation.
- supportsTransactionIsolationLevel(int) - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsTransactions() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsUnion() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsUnionAll() - Method in class org.datanucleus.store.rdbms.datasource.dbcp.DelegatingDatabaseMetaData
-
- supportsValueStrategy(String) - Method in class org.datanucleus.store.rdbms.RDBMSStoreManager
-
Accessor for whether this value strategy is supported.
- SybaseAdapter - Class in org.datanucleus.store.rdbms.adapter
-
Provides methods for adapting SQL language elements to the Sybase database.
- SybaseAdapter(DatabaseMetaData) - Constructor for class org.datanucleus.store.rdbms.adapter.SybaseAdapter
-
Constructor.
- synchronizedPool(ObjectPool) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Returns a synchronized (thread-safe) ObjectPool backed by the specified ObjectPool.
- synchronizedPool(KeyedObjectPool) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Returns a synchronized (thread-safe) KeyedObjectPool backed by the specified KeyedObjectPool.
- synchronizedPoolableFactory(PoolableObjectFactory) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Returns a synchronized (thread-safe) PoolableObjectFactory backed by the specified PoolableObjectFactory.
- synchronizedPoolableFactory(KeyedPoolableObjectFactory) - Static method in class org.datanucleus.store.rdbms.datasource.dbcp.pool.PoolUtils
-
Returns a synchronized (thread-safe) KeyedPoolableObjectFactory backed by the specified KeyedPoolableObjectFactory.