Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I L M N O P Q R S T U V W

A

add(ObjectId) - Method in class com.lutris.appserver.server.sql.ObjectId
Returns an object id whose value is (this+val).
add(long) - Method in class com.lutris.appserver.server.sql.ObjectId
Returns an object id whose value is (this+val).
addBatch() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
addBatch(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
allocate() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Allocate a connection either from the managed pool or create a new.
allocate() - Method in interface com.lutris.appserver.server.sql.DBConnection
Method called when this connection object is allocated from the connection allocator.
allocate() - Method in interface com.lutris.appserver.server.sql.ObjectIdAllocator
Allocate a new and unique object id.
allocateConnection(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Allocate a connection to the specified logic database.
allocateConnection() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Allocate a connection to the default logical database.
allocateConnection() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a connection to this logical database.
allocateConnection(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate a connection to a thread.
allocateConnection() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate a connection to a thread.
allocateObjectId(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Allocate an object id from the specified logical database.
allocateObjectId() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Allocate an object id from the specified logical database.
allocateObjectId() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return an object id for this logical database.
allocateObjectId(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate an object id from the specified logical database.
allocateObjectId() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate an object id from the specified logical database.

C

CloneableDO - class com.lutris.appserver.server.sql.CloneableDO.
Base class from which the data objects are created.
CloneableDO() - Constructor for class com.lutris.appserver.server.sql.CloneableDO
Public constructor.
CloneableDO(ResultSet) - Constructor for class com.lutris.appserver.server.sql.CloneableDO
Public constructor.
ConnectionAllocator - interface com.lutris.appserver.server.sql.ConnectionAllocator.
Defines the connection allocator.
CoreDO - class com.lutris.appserver.server.sql.CoreDO.
Base class from which the data objects are derived.
CoreDO() - Constructor for class com.lutris.appserver.server.sql.CoreDO
Public constructor.
CoreDO(ResultSet) - Constructor for class com.lutris.appserver.server.sql.CoreDO
Public constructor.
cancel() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
cancel() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
clearBatch() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
clearParameters() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
clearParameters() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
clearWarnings() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
clearWarnings() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
clone() - Method in class com.lutris.appserver.server.sql.CloneableDO
Will clone the existing object keeping a fields the same, including the object id.
cloneUnique() - Method in class com.lutris.appserver.server.sql.CloneableDO
Creates a clone of the object, but ensures that a new and unique object id is created for the object and that the version number is set to zero.
close() - Method in interface com.lutris.appserver.server.sql.DBConnection
Close this connection.
close() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
close() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
com.lutris.appserver.server.sql - package com.lutris.appserver.server.sql
 
commit() - Method in interface com.lutris.appserver.server.sql.DBConnection
Commit a transaction.
commit() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to commit upates.
createQuery(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the specified logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the default logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a query for use on this logical database.
createQuery(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a query object for the specified logical database.
createQuery() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a query object for the default logical database.
createTransaction(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the specified logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the default logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a transaction for use on this logical database.
createTransaction(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a transaction object for the specified logical database.
createTransaction() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Create a transaction object for the default logical database.

D

DBConnection - interface com.lutris.appserver.server.sql.DBConnection.
This interface defines a database connection.
DBQuery - interface com.lutris.appserver.server.sql.DBQuery.
Utility for querying object from a database.
DBRowUpdateException - exception com.lutris.appserver.server.sql.DBRowUpdateException.
DBRowUpdateException is thrown when a CoreDO update fails.
DBRowUpdateException(String) - Constructor for class com.lutris.appserver.server.sql.DBRowUpdateException
Construct a exception without a specified cause.
DBTransaction - interface com.lutris.appserver.server.sql.DBTransaction.
Used to perform database transactions.
DatabaseContentException - exception com.lutris.appserver.server.sql.DatabaseContentException.
Exception indicating that data in a database is not what is expected.
DatabaseContentException(DBConnection, String) - Constructor for class com.lutris.appserver.server.sql.DatabaseContentException
Construct given a DBConnection.
DatabaseContentException(String) - Constructor for class com.lutris.appserver.server.sql.DatabaseContentException
Construct with only a detail message.
DatabaseManager - interface com.lutris.appserver.server.sql.DatabaseManager.
The database management object interface.
DatabaseManagerException - exception com.lutris.appserver.server.sql.DatabaseManagerException.
Exception for database manager failures.
DatabaseManagerException(String) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct with required messsage.
DatabaseManagerException(String, Throwable) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct with a message and associated causing exception.
DatabaseManagerException(Throwable) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct from a causing exception.
DebugStmt_1_1 - class com.lutris.appserver.server.sql.DebugStmt_1_1.
FIX: I need javadoc!
DebugStmt_1_1(DBConnection, String) - Constructor for class com.lutris.appserver.server.sql.DebugStmt_1_1
 
DebugStmt_1_2 - class com.lutris.appserver.server.sql.DebugStmt_1_2.
FIX: I need javadoc!
DebugStmt_1_2(DBConnection, String) - Constructor for class com.lutris.appserver.server.sql.DebugStmt_1_2
 
debug - Static variable in interface com.lutris.appserver.server.sql.DatabaseManager
Flag to enable debug logging of queries and transactions.
debug - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
Controls debugging for Transactions and Queries.
defaultLogicalDatabase - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
Default logical database.
delete(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to delete an object in the database.
disableVersioning() - Static method in class com.lutris.appserver.server.sql.CoreDO
Disable use of the version column.
drop(DBConnection) - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Used to drop a connection from the pool.
dropAllNow() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Drop all the connection in the pool immediately.

E

equals(ObjectId) - Method in class com.lutris.appserver.server.sql.ObjectId
Test if this object id is equal to another object id.
execute(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a SQL statement that does not return a resultset.
execute() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
execute(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
execute() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
execute(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
executeBatch() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
executeDelete(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Deletes this object from the database.
executeDelete(DBConnection) - Method in interface com.lutris.appserver.server.sql.Transaction
Method to delete an object from the database.
executeInsert(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Inserts this object into the database.
executeInsert(DBConnection) - Method in interface com.lutris.appserver.server.sql.Transaction
Method to insert a new object into the database.
executeQuery(PreparedStatement, String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a prepared query statement.
executeQuery(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a SQL query statement.
executeQuery() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
executeQuery(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
executeQuery() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
executeQuery(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
executeQuery(DBConnection) - Method in interface com.lutris.appserver.server.sql.Query
Method to query objects from the database.
executeUpdate(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Updates the contents of this object in the database.
executeUpdate(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a SQL update statement.
executeUpdate(PreparedStatement, String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Execute a prepared update statement.
executeUpdate() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
executeUpdate(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
executeUpdate() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
executeUpdate(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
executeUpdate(DBConnection) - Method in interface com.lutris.appserver.server.sql.Transaction
Method to update contents of object in database.

F

finalizeDelete(boolean) - Method in class com.lutris.appserver.server.sql.CoreDO
Currently does nothing.
finalizeDelete(boolean) - Method in interface com.lutris.appserver.server.sql.Transaction
If this object's executeDelete method was called then finalizeDelete is called with the status of the database transaction.
finalizeInsert(boolean) - Method in class com.lutris.appserver.server.sql.CoreDO
Updates the persistent state.
finalizeInsert(boolean) - Method in interface com.lutris.appserver.server.sql.Transaction
If this object's executeInsert method was called then finalizeInsert is called with the status of the database transaction.
finalizeUpdate(boolean) - Method in class com.lutris.appserver.server.sql.CoreDO
The version number of this object is set to the next version for this object if this object was successfully updated in the database.
finalizeUpdate(boolean) - Method in interface com.lutris.appserver.server.sql.Transaction
If this object's executeUpdate method was called then finalizeUpdate is called with the status of the database transaction.
findLogicalDatabase(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Find the named logical database in hash table.

G

getActiveConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the number of currently active connections for the supplied logical database name.
getActiveConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the number of currently active connections.
getActiveConnectionCount(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Gets the number of currently active connections.
getActiveCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the number of currently active (allocated) connections.
getConnection() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the underlying Connection object.
getConnection() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getDeleteStatement(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Returns the statement that can be used to delete this object from the database.
getFetchDirection() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getFetchSize() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getGeneration() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the generation number specified when the connection was created.
getInsertStatement(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Returns the statement that can be used to insert this object into the database.
getLogicalDatabaseNames() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the list of managed logical databases.
getLogicalDatabaseNames() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Returns the list of managed logical databases.
getMaxConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the maximum number of concurent connections that existed at any time since this object was created, or resetMaxConnectionCount() was called.
getMaxConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the maximum number of connections active at one time.
getMaxConnectionCount(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Gets the maximum number of concurent connections that existed at any time since this object was created, or resetMaxConnectionCount() was called.
getMaxConnectionCountDate(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the time when the maximum refered to by maxConnectionCount() occured.
getMaxConnectionCountDate() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the time when the maximum connection count occured.
getMaxConnectionCountDate(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Gets the time when the maximum refered to by maxConnectionCount() occured.
getMaxCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the maximum number of connections active at one time.
getMaxCountDate() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the time when the maximum connection count occured.
getMaxFieldSize() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getMaxFieldSize() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getMaxRows() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getMaxRows() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getMetaData() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getMoreResults() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getMoreResults() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getName() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the symbolic name of this logical database.
getNewVersion() - Method in class com.lutris.appserver.server.sql.CoreDO
Returns this object's new version.
getOId() - Method in class com.lutris.appserver.server.sql.CoreDO
Returns this object's identifier.
getOIdColumnName() - Static method in class com.lutris.appserver.server.sql.CoreDO
Returns the object identifier column name.
getPreparedStatement() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getPreparedStatement() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getQueryTimeout() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getQueryTimeout() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getRequestCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the number of database requests made on any of the connection allocated from this managed pool.
getRequestCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the number of requests made to the database since startup time.
getRequestCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the number of database requests.
getRequestCount(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Gets the number of requests made to the database since startup time.
getResultSet() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getResultSet() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getResultSetConcurrency() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getResultSetType() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getTableName() - Method in class com.lutris.appserver.server.sql.CoreDO
Return the name of the table whose rows represent these objects.
getType(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns a description of the logical database type.
getType() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a description of the logical database type.
getType(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Returns a description of the logical database type.
getUpdateCount() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getUpdateCount() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
getUpdateStatement(DBConnection) - Method in class com.lutris.appserver.server.sql.CoreDO
Returns the statement that can be used to update this object in the database.
getUrl() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the database URL.
getUser() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the database user name.
getVersion() - Method in class com.lutris.appserver.server.sql.CoreDO
Returns this object's version.
getVersionColumnName() - Static method in class com.lutris.appserver.server.sql.CoreDO
Returns the version column name.
getWarnings() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
getWarnings() - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 

H

handleException(SQLException) - Method in interface com.lutris.appserver.server.sql.DBConnection
Check if a connection is valid after an SQL exception is thrown.
handleException(SQLException) - Method in interface com.lutris.appserver.server.sql.DBQuery
Exception handler.
handleException(SQLException) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Exception handeler.
hashCode() - Method in class com.lutris.appserver.server.sql.ObjectId
Returns a hash code for this object id.

I

incrRequestCount() - Method in interface com.lutris.appserver.server.sql.DBConnection
Increment the count of the number of requests against this connection.
increment() - Method in class com.lutris.appserver.server.sql.ObjectId
Returns an object id whose value is (this+1)
init(String, Config) - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Initialize the logical database.
insert(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to insert an object in the database.
isPersistent() - Method in class com.lutris.appserver.server.sql.CoreDO
Returns true if this object is persistent in the database (i.e.

L

LogicalDatabase - interface com.lutris.appserver.server.sql.LogicalDatabase.
Interface for a logical database.
loadLogicalDatabase(String, Config) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Actually load the specified logical database.
log - Variable in class com.lutris.appserver.server.sql.DebugStmt_1_1
The log channel.
log - Variable in class com.lutris.appserver.server.sql.DebugStmt_1_2
The log channel.
logicalDatabases - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
Table of named logical databases.

M

MAX - Static variable in class com.lutris.appserver.server.sql.ObjectId
The maximum value that can be associated with an object id in LBS - DECIMAL(19,0).

N

newVersion - Variable in class com.lutris.appserver.server.sql.CoreDO
 
next() - Method in interface com.lutris.appserver.server.sql.DBQuery
Returns a new object representing the next result form the query.
next(ResultSet) - Method in interface com.lutris.appserver.server.sql.Query
Method to get next object from query results.

O

ONE - Static variable in class com.lutris.appserver.server.sql.ObjectId
The value of one.
ObjectId - class com.lutris.appserver.server.sql.ObjectId.
Represents an object id used by LBS data objects.
ObjectId(String, int) - Constructor for class com.lutris.appserver.server.sql.ObjectId
Translates a string containing one or more integers of the specified radix into an ObjectID.
ObjectId(String) - Constructor for class com.lutris.appserver.server.sql.ObjectId
Translates a string containing one or more decimal digits into an ObjectID.
ObjectId(long) - Constructor for class com.lutris.appserver.server.sql.ObjectId
Translates a long into an ObjectID.
ObjectId(BigDecimal) - Constructor for class com.lutris.appserver.server.sql.ObjectId
Creates and object id whose value is the same as val.
ObjectIdAllocationError - error com.lutris.appserver.server.sql.ObjectIdAllocationError.
Error thrown when an object id cannot be allocated.
ObjectIdAllocationError(String) - Constructor for class com.lutris.appserver.server.sql.ObjectIdAllocationError
 
ObjectIdAllocator - interface com.lutris.appserver.server.sql.ObjectIdAllocator.
Defines the object id allocator.
ObjectIdException - exception com.lutris.appserver.server.sql.ObjectIdException.
Exception for object id failures.
ObjectIdException(String) - Constructor for class com.lutris.appserver.server.sql.ObjectIdException
Construct with required messsage.
ObjectIdException(String, Throwable) - Constructor for class com.lutris.appserver.server.sql.ObjectIdException
Construct with a message and associated causing exception.
ObjectIdException(Throwable) - Constructor for class com.lutris.appserver.server.sql.ObjectIdException
Construct from a causing exception.
oId - Variable in class com.lutris.appserver.server.sql.CoreDO
 
oidColumnName - Static variable in class com.lutris.appserver.server.sql.CoreDO
The 'oid' and 'version' column names are made public so they can be modified by StandardDatabaseManager.

P

persistent - Variable in class com.lutris.appserver.server.sql.CoreDO
 
prepareCall(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Creates a CallableStatement object for calling database stored procedures.
prepareStatement(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Get a prepared statement given an SQL string.

Q

Query - interface com.lutris.appserver.server.sql.Query.
Interface that must be implemented by objects accessed by DBQuery.
query(Query) - Method in interface com.lutris.appserver.server.sql.DBQuery
Query the database.

R

release(DBConnection) - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return a connection to the pool.
release() - Method in interface com.lutris.appserver.server.sql.DBConnection
Return this connection to its allocator.
release() - Method in interface com.lutris.appserver.server.sql.DBQuery
Frees all resources consumed by this query.
release() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Frees all resources consumed by this transaction Connections are returned to the connection pool.
reset() - Method in interface com.lutris.appserver.server.sql.DBConnection
Closes down all query-specific resources.
resetMaxConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Reset the maximum connection count.
resetMaxConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Reset the maximum connection count and date.
resetMaxConnectionCount(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Reset the maximum connection count.
resetMaxCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Reset the maximum connection count and date.
rollback() - Method in interface com.lutris.appserver.server.sql.DBConnection
Rollback a transaction.
rollback() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to rollback changes.

S

StandardDatabaseManager - class com.lutris.appserver.server.sql.StandardDatabaseManager.
The standard database manager implementation.
StandardDatabaseManager(Config) - Constructor for class com.lutris.appserver.server.sql.StandardDatabaseManager
Creates a new DatabaseManager object and configures the logical databases defined in the config file.
setArray(int, Array) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setAsciiStream(int, InputStream, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setAsciiStream(int, InputStream, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setAutoCommit(boolean) - Method in interface com.lutris.appserver.server.sql.DBConnection
Autocommit on/off.
setBigDecimal(int, BigDecimal) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setBigDecimal(int, BigDecimal) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setBinaryStream(int, InputStream, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setBinaryStream(int, InputStream, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setBlob(int, Blob) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setBoolean(int, boolean) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setBoolean(int, boolean) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setByte(int, byte) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setByte(int, byte) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setBytes(int, byte[]) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setBytes(int, byte[]) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setCharacterStream(int, Reader, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setClob(int, Clob) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setCursorName(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setCursorName(String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setDate(int, Date) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setDate(int, Date) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setDate(int, Date, Calendar) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setDebugLogging(boolean) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Turn debugging on or off.
setDefaultDatabase(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Set the default logical database.
setDefaultDatabase(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Set the default logical database.
setDouble(int, double) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setDouble(int, double) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setEscapeProcessing(boolean) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setEscapeProcessing(boolean) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setFetchDirection(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setFetchSize(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setFloat(int, float) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setFloat(int, float) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setInt(int, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setInt(int, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setLong(int, long) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setLong(int, long) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setMaxFieldSize(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setMaxFieldSize(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setMaxRows(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setMaxRows(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setNewVersion(int) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's new version number.
setNull(int, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setNull(int, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setNull(int, int, String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setOId(ObjectId) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's identifier.
setOIdColumnName(String) - Static method in class com.lutris.appserver.server.sql.CoreDO
Sets the object identifier column name.
setObject(int, Object, int, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setObject(int, Object, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setObject(int, Object) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setObject(int, Object, int, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setObject(int, Object, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setObject(int, Object) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setPersistent(boolean) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets the persistent state for this object.
setQueryTimeout(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setQueryTimeout(int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setRef(int, Ref) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setShort(int, short) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setShort(int, short) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setString(int, String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setString(int, String) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setTime(int, Time) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setTime(int, Time) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setTime(int, Time, Calendar) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setTimestamp(int, Timestamp) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setTimestamp(int, Timestamp) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setUnicodeStream(int, InputStream, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
setUnicodeStream(int, InputStream, int) - Method in class com.lutris.appserver.server.sql.DebugStmt_1_2
 
setVersion(int) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's version.
setVersionColumnName(String) - Static method in class com.lutris.appserver.server.sql.CoreDO
Sets the version column name.
shutdown() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Shutdown the database manager.
shutdown() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Immediately shutdown the logical database.
shutdown() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Shutdown the database manager.
stmt - Variable in class com.lutris.appserver.server.sql.DebugStmt_1_1
 
stmt - Variable in class com.lutris.appserver.server.sql.DebugStmt_1_2
 

T

Transaction - interface com.lutris.appserver.server.sql.Transaction.
Interface that must be implemented by objects accessed by DBTransaction.
toBigDecimal() - Method in class com.lutris.appserver.server.sql.ObjectId
Returns a big decimal representation of the object id.
toString() - Method in class com.lutris.appserver.server.sql.ObjectId
String representation of this object id.

U

update(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to update an object in the database.

V

validate() - Method in interface com.lutris.appserver.server.sql.DBConnection
Validates this connection.
validate() - Method in interface com.lutris.appserver.server.sql.DBQuery
Method to ensure this object is still valid.
value - Variable in class com.lutris.appserver.server.sql.ObjectId
The value associated with this object id.
version - Variable in class com.lutris.appserver.server.sql.CoreDO
 
versionColumnName - Static variable in class com.lutris.appserver.server.sql.CoreDO
 
versioning - Static variable in class com.lutris.appserver.server.sql.CoreDO
 

W

warningCheck(ResultSet) - Method in interface com.lutris.appserver.server.sql.DBConnection
Check for warnings in a result set.

A C D E F G H I L M N O P Q R S T U V W