|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
NameGenerator algorithms in use for
name generation, keyed by fully qualified class name.
NameGenerator.CONV_METHOD_UNDERSCORE except nothing is
converted to lowercase.
null name.
ConnectionPool with the default
attributes.
PoolBrokerService.NameGenerator implementation for table-specific
constraints.Throwable
object.
cleanup() hook
method in TexenTask.
IdGenerator implementations based on the
return value of the provided adapter's DB.getIDMethodType() method.
DB defines the interface for a Turbine database
adapter.DB
objects based on specified JDBC driver name.setMemoryPageLimit().
default.
Hashtable
objects.
database.dtd.
notify().
select using a PreparedStatement.
DataSource.
DataSource.
DataSource.
EngineException without specified detail
message.
EngineException with specified detail
message.
EngineException with specified nested
Throwable.
EngineException with specified detail
message and nested Throwable.
BaseObject instance.
value.
exists method here.
Iterator for the data in the named table.
inputs should be of type Database, second
should be a table name, third is the type identifier (spared if
trimming is necessary due to database type length constraints),
and the fourth is a Integer indicating the number
of this contraint.
inputs should consist of two elements, the
original name of the database element and the method for
generating the name.
String objects, implements an
algorithm which produces a name.
String objects, implements an
algorithm which produces a name.
DateFormat.
DateFormat.
SELECT
LAST_INSERT_ID().
@@identity).
IDMethod interface denoting which
type of primary key generation method this type of RDBMS uses.
db.props file.
ObjectKey for more information on type
conversion.
ObjectKey for more information on type
conversion.
ObjectKey for more information on type
conversion.
ObjectKey for more information on type
conversion.
db.props file.
Referenceable implementation.
getQyeryCompleted()).
getTotalsFinalized()).
null, return the hashcode of the
primary key.
IdGenerator implementations.IdGenerator implementations.
true.
NameGenerator implementation for Java-esque names.SELECT ...
- LIMIT_STYLE_NONE -
Static variable in class org.apache.torque.adapter.DB
- Database does not support limiting result sets.
- LIMIT_STYLE_ORACLE -
Static variable in class org.apache.torque.adapter.DB
- LIMIT_STYLE_POSTGRES -
Static variable in class org.apache.torque.adapter.DB
SELECT ...
- LIMIT_STYLE_SYBASE -
Static variable in class org.apache.torque.adapter.DB
SET ROWCOUNT <offset> SELECT ...
- LONGVARBINARY -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LargeSelect - class org.apache.torque.util.LargeSelect.
- This class can be used to retrieve a large result set from a database query.
- LargeSelect(Criteria, int) -
Constructor for class org.apache.torque.util.LargeSelect
- Creates a LargeSelect whose results are returned as a
List
containing a maximum of pageSize Village Record
objects at a time, maintaining a maximum of
LargeSelect.memoryPageLimit pages of results in memory.
- LargeSelect(Criteria, int, int) -
Constructor for class org.apache.torque.util.LargeSelect
- Creates a LargeSelect whose results are returned as a
List
containing a maximum of pageSize Village Record
objects at a time, maintaining a maximum of memoryPageLimit
pages of results in memory.
- LargeSelect(Criteria, int, String) -
Constructor for class org.apache.torque.util.LargeSelect
- Creates a LargeSelect whose results are returned as a
List
containing a maximum of pageSize objects of the type
defined within the class named returnBuilderClassName at a
time, maintaining a maximum of LargeSelect.memoryPageLimit
pages of results in memory.
- LargeSelect(Criteria, int, int, String) -
Constructor for class org.apache.torque.util.LargeSelect
- Creates a LargeSelect whose results are returned as a
List
containing a maximum of pageSize objects of the type
defined within the class named returnBuilderClassName at a
time, maintaining a maximum of memoryPageLimit pages of
results in memory.
- lastQueryTime -
Variable in class org.apache.torque.oid.IDBroker
- The last time this IDBroker queried the database for ids.
- lastResults -
Variable in class org.apache.torque.util.LargeSelect
- The last page of results that were returned.
- limit -
Variable in class org.apache.torque.util.Criteria
- To limit the number of rows to return.
- limit -
Variable in class org.apache.torque.util.Query
-
- line -
Variable in class org.apache.torque.engine.sql.SQLScanner
-
- line -
Variable in class org.apache.torque.engine.sql.Token
-
- listenersMap -
Variable in class org.apache.torque.manager.AbstractBaseManager
-
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Column
- Imports a column from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Database
- Load the database object from an xml tag.
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Imports foreign key from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- Imports foreign key from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Index
- Imports index from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Inheritance
- Imports foreign key from an XML specification
- loadFromXML(Attributes, String) -
Method in class org.apache.torque.engine.database.model.Table
- Load the table object from an xml tag.
- loadIdBrokerModel() -
Method in class org.apache.torque.task.TorqueSQLTask
- Create the database model necessary for the IDBroker tables.
- loader -
Variable in class org.apache.torque.task.TorqueSQLExec
-
- localColumns -
Variable in class org.apache.torque.engine.database.model.ForeignKey
-
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DB
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBAxion
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBCloudscape
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBDB2App
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBDB2Net
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBHypersonicSQL
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBInformix
- The method is used to lock a table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBInstantDB
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBInterbase
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBMM
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBNone
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBOdbc
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBOracle
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBPostgres
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBSapDB
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBSybase
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBWeblogic
- Locks the specified table.
- log -
Static variable in class org.apache.torque.dsfactory.AbstractDataSourceFactory
- The log
- log -
Static variable in class org.apache.torque.dsfactory.JndiDataSourceFactory
- The log.
- log -
Static variable in class org.apache.torque.dsfactory.PerUserPoolDataSourceFactory
- The log.
- log -
Static variable in class org.apache.torque.dsfactory.SharedPoolDataSourceFactory
- The log.
- log -
Static variable in class org.apache.torque.dsfactory.TorqueDataSourceFactory
- Deprecated. The log.
- log -
Static variable in class org.apache.torque.engine.database.transform.DTDResolver
- Logging
- log -
Static variable in class org.apache.torque.manager.MethodResultCache
- the log
- log -
Variable in class org.apache.torque.om.BaseObject
- Cache the logger to avoid looking it up every time its needed.
- log() -
Method in class org.apache.torque.om.BaseObject
- gets a log4j Category based on class name.
- log(String) -
Method in class org.apache.torque.pool.ConnectionPool
-
- log -
Static variable in class org.apache.torque.util.LargeSelect
- The log.
- logInterval -
Variable in class org.apache.torque.pool.ConnectionPool
- Interval (in seconds) that the monitor thread reports the pool state
- logInterval -
Variable in class org.apache.torque.pool.TorqueClassicDataSource
- Interval (in seconds) that the monitor thread reports the pool state
- logWriter -
Variable in class org.apache.torque.pool.ConnectionPool
-
- logWriter -
Variable in class org.apache.torque.pool.TorqueClassicDataSource
- Log stream
- loginTimeout -
Variable in class org.apache.torque.pool.TorqueClassicDataSource
- Login TimeOut in seconds
- longValue() -
Method in class org.apache.torque.om.NumberKey
- Returns the value of this NumberKey as a long.
- looseEquals(Object) -
Method in class org.apache.torque.om.ComboKey
- keyObj is equal to this ComboKey if keyObj is a ComboKey, String,
ObjectKey[], or String[] that contains the same information this key
contains.
Manager properties in
TurbineResource.properties.
Service property determining its implementing
class name .
key.
key.
key.
key.
key.
key.
key.
null.
LargeSelect represents.
Serializable interface.
IDMethod.ID_BROKER to create ids for torque OM
objects.
WHERE
section.DataSource objects.
true if you expect the query
to result in only a single result record (the default behaviour is to
throw a TorqueException if multiple records are returned when the query
is executed).
TorqueException without specified detail
message.
TorqueException with specified detail
message.
TorqueException with specified nested
Throwable.
TorqueException with specified detail
message and nested Throwable.
TorqueRuntimeException without specified
detail message.
TorqueRuntimeException with specified
detail message.
TorqueRuntimeException with specified
nested Throwable.
TorqueRuntimeException with specified
detail message and nested Throwable.
BasePeer.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||