|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ConnectionPool
with the default
attributes.
PoolBrokerService
.Throwable
object.
IdGenerator
implementations based on the
return value of the provided adapter's DB.getIDMethodType()
method.
DB
defines the interface for a Torque database
adapter.DB
objects based on specified JDBC driver name.setMemoryPageLimit()
.
default
.
Hashtable
objects.
notify()
.
select
using a PreparedStatement.
DataSource
.
DataSource
.
DataSource
.
BaseObject
instance.
exists
method here.
DateFormat
.
DateFormat
.
SELECT
LAST_INSERT_ID()
.
@@identity
).
IDMethod
interface denoting which
type of primary key generation method this type of RDBMS uses.
TorqueInstance
used by this class.
Referenceable
implementation.
getQyeryCompleted()
).
getTotalsFinalized()
).
null
, return the hashcode of the
primary key.
IdGenerator
implementations.IdGenerator
implementations.
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 ...
- 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
-
- listenersMap -
Variable in class org.apache.torque.manager.AbstractBaseManager
-
- 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.TorqueInstance
- Logging
- 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.manager.AbstractBaseManager
- the log
- log -
Static variable in class org.apache.torque.manager.MethodResultCache
- Logging
- log -
Variable in class org.apache.torque.oid.IDBroker
- the log
- log -
Static variable in class org.apache.torque.oid.SequenceIdGenerator
- The log.
- log -
Variable in class org.apache.torque.om.BaseObject
- Cache the log to avoid looking it up every time its needed.
- log() -
Method in class org.apache.torque.om.BaseObject
- Deprecated. Use getLog()
- log -
Static variable in class org.apache.torque.pool.ConnectionPool
- Deprecated. The logging logger.
- log -
Static variable in class org.apache.torque.util.BasePeer
- the log
- log -
Static variable in class org.apache.torque.util.Criteria
- the log.
- log -
Static variable in class org.apache.torque.util.LargeSelect
- Logging
- log -
Static variable in class org.apache.torque.util.Transaction
- The log.
- logInterval -
Variable in class org.apache.torque.pool.ConnectionPool
- Deprecated. Interval (in seconds) that the monitor thread reports the pool state
- logInterval -
Variable in class org.apache.torque.pool.TorqueClassicDataSource
- Deprecated. Interval (in seconds) that the monitor thread reports the pool state
- logWriter -
Variable in class org.apache.torque.pool.TorqueClassicDataSource
- Deprecated. Log stream
- loginTimeout -
Variable in class org.apache.torque.pool.TorqueClassicDataSource
- Deprecated. 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 the configuration.
Service
property determining its implementing
class name .
TorqueException
without specified detail
message.
TorqueException
with specified detail
message.
TorqueException
with specified nested
Throwable
.
TorqueException
with specified detail
message and nested Throwable
.
key
.
key
.
key
.
key
.
key
.
key
.
key
.
null
.
LargeSelect
represents.
Serializable
interface.
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
.
TorqueInstance
).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
.TorqueInstance
used by the
static API presented by this class.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |