|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Class objects for registered adapters,
keyed by the fully qualified class name of their associated
JDBC driver.
NameGenerator algorithms in use for
name generation, keyed by fully qualified class name.
Throwable
object.
Service property determining its implementing
class name .
cleanup() hook
method in TexenTask.
null name.
ConnectionPool with the default
attributes.
NameGenerator implementation for table-specific
constraints.NameGenerator.CONV_METHOD_UNDERSCORE except nothing is
converted to lowercase.
IdGenerator implementations based on the
return value of the provided adapter's DB.getIDMethodType() method.
database.dtd.
DB defines the interface for a Turbine database
adapter.Connection class, providing
built-in exception logging to stderr and a timestamp which
indicates how old the Connection is.DBConnection specifying
nothing but a single database Connection.
DBConnection with the specified
attributes.
DBConnection with the specified
attributes.
DBConnection that is part of
a pool.
DBConnection that is part of
a pool.
DB
objects based on specified JDBC driver name.notify().
default.
Hashtable
objects.
select using a PreparedStatement.
BaseObject instance.
exists method here.
Iterator for the data in the named table.
ConnectionPool leakage.
inputs should consist of two elements, the
original name of the database element and the method for
generating the name.
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.
String objects, implements an
algorithm which produces a name.
String objects, implements an
algorithm which produces a name.
Connection from the
DriverManager.
Connection from the
DriverManager.
Connection from the
DriverManager.
Connection from the
DriverManager.
Connection from the
DriverManager.
Connection from the
DriverManager.
PooledConnection.
DateFormat.
db.props file.
SELECT
LAST_INSERT_ID().
@@identity).
IDMethod interface denoting which
type of primary key generation method this type of RDBMS uses.
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.
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 ...
- line -
Variable in class org.apache.torque.engine.sql.SQLScanner
-
- line -
Variable in class org.apache.torque.engine.sql.Token
-
- link(ConnectionPool) -
Method in class org.apache.torque.pool.DBConnection
- Links this DBConnection with a ConnectionPool.
- listenersMap -
Variable in class org.apache.torque.manager.AbstractBaseManager
-
- loadedFromXML() -
Method in class org.apache.torque.engine.database.model.Table
- A hook for the SAX XML parser to call when this table has
been fully loaded from the XML, and all nested elements have
been processed.
- loader -
Variable in class org.apache.torque.task.TorqueSQLExec
-
- 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.Inheritance
- 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.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, 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.
- localColumns -
Variable in class org.apache.torque.engine.database.model.ForeignKey
-
- lockCache -
Variable in class org.apache.torque.manager.AbstractBaseManager
-
- lockCache -
Variable in class org.apache.torque.manager.MethodResultCache
-
- 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.DBInformix
- The method is used to lock a 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.DBCloudscape
- Locks the specified 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.DBOracle
- 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.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.DBDB2App
- 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.DBHypersonicSQL
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBWeblogic
- 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.DBDB2Net
- Locks the specified table.
- lockTable(Connection, String) -
Method in class org.apache.torque.adapter.DBOdbc
- Locks the specified table.
- log -
Static variable in class org.apache.torque.manager.MethodResultCache
-
- 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.
- 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
-
- 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.
key.
key.
key.
key.
key.
null.
Class of a database adapter at the
factory.
IDMethod.ID_BROKER to create ids for torque OM
objects.
WHERE
section.PoolBrokerService.TorqueException without specified detail
message.
TorqueException with specified detail
message.
TorqueException with specified detail
message and nested Throwable.
TorqueException with specified nested
Throwable.
TorqueRuntimeException without specified
detail message.
TorqueRuntimeException with specified
detail message.
TorqueRuntimeException with specified
detail message and nested Throwable.
TorqueRuntimeException with specified
nested Throwable.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||