|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
.
select
using a PreparedStatement.
BaseObject
instance.
exists
method here.
DateFormat
.
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.
- LIMIT_STYLE_MYSQL -
Static variable in class org.apache.torque.adapter.DB
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.
- LimitHelper - class org.apache.torque.util.LimitHelper.
- Factored out all the various "How to generate offset and limit
for my personal database" from the BasePeer.
- LimitHelper() -
Constructor for class org.apache.torque.util.LimitHelper
-
- 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.manager.AbstractBaseManager
- the log
- log() -
Method in class org.apache.torque.om.BaseObject
- Deprecated. Use getLog()
- log -
Static variable in class org.apache.torque.util.BasePeer
- the log
- 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
.
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
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |