|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
aLogin
attribute in AdminLogin
.
aPassword
attribute in AdminLogin
.
backendName
attribute in RealLogin
.
backgroundParsing
attribute in RequestManager
.
backlogSize
attribute in Controller
.
beginTimeout
attribute in RequestManager
.
caseSensitiveParsing
attribute in RequestManager
.
checkpointNameColumnType
attribute in CheckpointTable
.
columnName
attribute in DatabaseColumn
.
commitTimeout
attribute in RequestManager
.
driver
attribute in DatabaseBackend
and
JDBCRecoveryLog
.
extraStatementDefinition
attribute in
RecoveryLogTable
and CheckpointTable
.
fileName
attribute in FileRecoveryLog
.
granularity
attribute in QueryCache
or
QueryCacheDB
.
groupName
attribute in Distribution
.
idColumnType
attribute in RecoveryLogTable
.
idleTimeout
attribute in VariablePoolConnectionManager
.
initPoolSize
attribute in VariablePoolConnectionManager
.
isUnique
attribute in DatabaseColumn
.
level
attribute in request schedulers.
login
attribute in JDBCRecoveryLog
.
maxNbOfConnections
attribute in VirtualDatabase
.
maxNbOfThreads
attribute in VirtualDatabase
.
maxPoolSize
attribute in VariablePoolConnectionManager
.
maxThreadIdleTime
attribute in VirtualDatabase
.
minNbOfThreads
attribute in VirtualDatabase
.
minPoolSize
attribute in VariablePoolConnectionManager
.
name
attribute in VirtualDatabase
,
BackendWeight
, BackendName
and DatabaseBackend
.
nbOfColumns
attribute in DatabaseTable
.
nbOfConcurrentReads
attribute in RAIDb-1ec
and RAIDb-2ec
numberOfNodes
attribute in CreateTable
or
ErrorChecking
password
attribute in JDBCRecoveryLog
.
pendingTimeout
attribute in QueryCache
policy
attribute in WaitForCompletion
and CreateTable
poolSize
attribute in FailFastPoolConnectionManager
or RandomWaitPoolConnectionManager
.
poolThreads
attribute in VirtualDatabase
.
rLogin
attribute in RealLogin
.
rPassword
attribute in RealLogin
.
requestIdColumnType
attribute in CheckpointTable
.
requestTimeout
attribute in JDBCRecoveryLog
.
rollbackTimeout
attribute in RequestManager
.
sqlColumnType
attribute in RecoveryLogTable
.
tableName
attribute in DatabaseTable
,
CreateTable
, RecoveryLogTable
and
CheckpointTable
timeout
attribute in RandomWaitPoolConnectionManager
.
transactionIdColumnType
attribute in RecoveryLogTable
.
url
attribute in DatabaseBackend
and
JDBCRecoveryLog
.
vLogin
attribute in VirtualLogin
and
ConnectionManager
.
vPassword
attribute in VirtualLogin
.
vloginColumnType
attribute in RecoveryLogTable
.
waitTimeout
attribute in VariablePoolConnectionManager
.
weight
attribute in BackendWeight
.
ConnectionManager
object is responsible to talk directly with
a database backend.AbstractConnectionManager
instance: assigns
login/password and instanciates transaction id/connection mapping.
AbstractDatabaseUser
is just a login/password combination
to represent an abstract database user.AbstractDatabaseUser
instance.
AbstractPoolConnectionManager
instance.
AbstractRequest
defines the skeleton of an SQL
request.BackendWorkerThread
.AbstractWriteRequest
defines the skeleton of read
requests that are sent from the driver to the controller.AliasedDatabaseTable
represents a database table
with an alias name. AliasedDatabaseTable
instance.
AuthenticationManager
manages the mapping between virtual
login/password (to the VirtualDatabase
) and the real
login/password for each backend.AuthenticationManager
instance.
AuthenticationManagerException
instance.
AuthenticationManagerException
instance.
AuthenticationManagerException
instance.
AuthenticationManagerException
instance.
Vector
type because
synchronisation is needed).
CacheDatabaseColumn
object to this table.
DatabaseColumn
object to this table.
ConnectionManager
to this backend.
DatabaseProcedure
describing a procedure of the database.
CacheEntry
object whose consistency depends
on this column.
CacheEntry
object whose consistency depends
on this table.
CacheDatabaseTable
describing a table of the
database.
SchedulerDatabaseTable
describing a table of the
database.
DatabaseTable
describing a table of the database.
VirtualDatabase
in this controller.
null
if no alias is defined.
getProcedures
be
called by the current user?
getTable
be SELECTed
by the current user?
true
= automatic).
BackendWorkerThread
.
BLOB
value. Blob
instance.
DatabaseBackend
owning this connection manager.
DatabaseBackend
owning this connection manager.
ArrayList
of DatabaseBackend
objects
BLOB
.
true
if this request might block.
WHERE
clause and
builds the values associated with UNIQUE columns.
WHERE
clause.
CJDBCException
instance.
CJDBCException
instance.
CJDBCException
instance.
CJDBCException
instance.
UNIQUE
queries: same as
COLUMN
except that UNIQUE
queries that selects
a single row based on a key are not invalidated on INSERT
s.
UNIQUE
queries.
UNIQUE
queries and
INSERT_DB
optimization: same as COLUMN_UNIQUE
except that queries are not invalidated on an INSERT
, they
are just marked dirty.
UNIQUE
queries,
INSERT_DB
and UNIQUE_UPDATE
optimizations: same
as COLUMN_UNIQUE_INSERT_DB
except that queries are not
invalidated on an UPDATE
if the update statement affects a
UNIQUE
row.
UNIQUE
queries and
UNIQUE_UPDATE
.
Color
.
CacheDatabaseColumn
represents a column of a database
table. CacheDatabaseColumn
instance.
CacheDatabaseSchema
describes all the tables and columns
of a database and its associated cache entries.CacheDatabaseSchema
instance by cloning an
existing DatabaseSchema
.
CacheDatabaseTable
represents a database table and its
associated cache entries. CacheDatabaseTable
instance.
CacheException
is an exception that can be thrown
by a cache of a C-JDBC Request Controller.CacheException
instance.
CallableStatements
syntax is {call procedure_name[(?
CLOB
value. Clob
instance.
String
from a
given list of keywords and from the file sytem.
CommandCompletor
instance with no list of
keywords to look for.
CommandCompletor
instance with a given list of
keywords to look for.
CommandLineConsoleHelper
instance reading from a
given InputStream
.
Connection
class implements a virtual connection that is
just used to store the needed information when the real connection will have
to be established by the Controller to execute a query.
Connection
instance.
Connection
instance.
ConnectionClosingThread
wakes up every 5 seconds when close()
has been called on a connection and it frees the connection if it has
not been reused.Console
instance.
ConsoleHelperException
instance.
ConsoleHelperException
instance.
ConsoleHelperException
instance.
ControllerException
instance.
Controller
instance with the specified
controllerName
Controller
instance.
ControllerException
instance.
ControllerException
instance.
ControllerException
instance.
ControllerException
instance.
ControllerFactory
class prepares a Controller
object by configurating ports, security, loaded databases.DatabasesHandler
ControllerJmxClient - class org.objectweb.cjdbc.controller.jmx.ControllerJmxClient.ControllerParser
instance.
ControllerServerThread
listens for C-JDBC driver
connections. ControllerWorkerThread
handles a connection with a C-JDBC
driver. ControllerWorkerThread
instance.
CreateRequest
is a SQL request of the following
syntax:
CREATE [TEMPORARY] TABLE table-name [(column-name column-type
[,column-name colum-type]* [,table-constraint-definition]*)]
CreateRequest
instance.
CreateRequest
instance.
CREATE TABLE
statements.CreateTableAll
instance.
CreateTableAll
instance.
CreateTableException
is thrown when a
CreateTableRule
policy cannot be applied in the
rule.getBackends() method.CreateTableException
.
CreateTableException
.
CreateTableException
.
CreateTableException
.
CREATE TABLE
statements.CreateTableRandom
.
CreateTableRandom
.
CREATE TABLE
statements.CreateTableRoundRobin
.
CreateTableRoundRobin
.
CreateTableRule
instance.
Statement
.
getWarnings()
returns null
until a new warning is reported for this connection.
getWarnings
returns
null
until a new warning is reported for this
Statement
.
SQLException
: it is useless to parse
a stored procedure call since we can't know which tables are affected
by this procedure.
SQLException
: it is not possible
to parse an unknown request because we don't know its syntax or semantic.
ArrayList
of TableColumn
involved in this
write query.
ArrayList
of DatabaseColumn
.
Connection
.
String
element of the maximum
unambiguous command completion or, if there is no common prefix, returns
the list of ambiguous commands.
ControllerInfo
objects defined at the
end of this class) used to connect to the controller.
Options
object that contains all available options
that can be used launching C-JDBC controller.
Options
object that contains all available options
that can be used launching C-JDBC console.
Statement
objects.
Statement
objects.
Statement
object that will generate ResultSet
objects with the given type, concurrency, and holdability.
DataSource
interface. DataSource
factory for to implement Referenceable
.
DatabaseBackend
represents a real database backend that
will have to be bound to a virtual C-JDBC database. DatabaseBackend
instance.
DatabaseBackendMetaData
is used to retrieve the
database schema of a real database backend that will have to be bound
to a virtual C-JDBC database.DatabaseBackendMetaData
instance.
DatabaseBackendUser
is a login/password combination to
represent a database backend user.DatabaseBackendUser
instance.
DatabaseColumn
represents a column of a database table. DatabaseColumn
instance.
DatabaseColumn
instance.
Connection
class implements a virtual connection
that is just used to store the needed information when the real
connection will have to be established by the Controller to execute
a query.
DatabaseMetaData
instance.
DatabaseSchema
describes all the tables and columns of a
database.DatabaseSchema
instance.
DatabaseSchema
instance with a specified
number of tables.
DatabaseSchema
instance from an existing
database schema (the schema is cloned).
DatabaseTable
represents a database table ! DatabaseTable
instance.
DatabaseTable
instance.
DatabaseTable
instance.
DatabaseUser
is just a login/password combination to
represent database user.DatabaseUser
instance.
DatabasesHandler
DatabasesParser - class org.objectweb.cjdbc.controller.xml.DatabasesParser.DatabasesParser
instance.
DatabasesParser
instance.
DeleteRequest
is an SQL request with the following
syntax:
DELETE FROM table-name
WHERE search-condition
DeleteRequest
instance.
DeleteRequest
instance.
DistributedRequestManager
instance
without cache.
DistributedRequestManager
instance
without cache.
DistributedRequestManager
instance
without cache.
DistributedRequestManager
instance
without cache.
DistributedVirtualDatabase
is a virtual database hosted
by several controllers. DistributedVirtualDatabase
instance.
Driver
and register it with
DriverManager
.
DropRequest
is an SQL request with the following
syntax:
DROP TABLE table-name
DropRequest
instance.
DropRequest
instance.
DEBUG
Level
.
DEBUG
Level
including the stack trace of the Throwable
error
passed
as parameter.
ResultSet
.
getMaxRowSize()
include LONGVARCHAR and
LONGVARBINARY blobs?
AdminLogin
object element.
AuthenticationManager
object element.
BackendName
object element
BackendWeight
object element
CheckpointTable
object element.
ConnectionManager
object element.
CreateTable
object element
DatabaseBackend
object element.
DatabaseColumn
object element.
DatabaseSchema
object element.
DatabaseTable
object element.
Distribution
object element.
ErrorChecking
object element
FailFastPoolConnectionManager
object element.
FileRecoveryLog
object element.
JDBCRecoveryLog
object element.
RequestLoadBalancer
object element.
QueryCache
object element.
QueryCacheDB
object element.
RAIDb-0Scheduler
object element.
RAIDb-1Scheduler
object element.
RAIDb-2Scheduler
object element.
RAIDb-0
object element.
RAIDb-1
object element.
RAIDb-1-LeastPendingRequestsFirst
object element.
RAIDb-1-RoundRobin
object element.
RAIDb-1-WeightedRoundRobin
object element.
RAIDb-1ec
object element.
RAIDb-1ec-RoundRobin
object element.
RAIDb-1ec-WeightedRoundRobin
object element.
RAIDb-2
object element.
RAIDb-2-LeastPendingRequestsFirst
object element.
RAIDb-2-RoundRobin
object element.
RAIDb-2-WeightedRoundRobin
object element.
RAIDb-2ec
object element.
RAIDb-2ec-RoundRobin
object element.
RAIDb-2ec-WeightedRoundRobin
object element.
RandomWaitPoolConnectionManager
object element.
RealLogin
object element.
RecoveryLog
object element.
RecoveryLogTable
object element.
RequestCache
object element.
RequestManager
object element.
RequestScheduler
object element.
SimpleConnectionManager
object element.
SingleDB
object element.
SingleDBScheduler
object element.
VariablePoolConnectionManager
object element.
VirtualDatabase
object element.
VirtualLogin
object element.
WaitForCompletion
object element
Color
.
ErrorCheckingAll
instance.
ErrorCheckingException
is thrown when an
ErrorCheckingPolicy
policy cannot be applied in the
getBackends()
method.ErrorCheckingException
instance.
ErrorCheckingException
instance.
ErrorCheckingException
instance.
ErrorCheckingException
instance.
CreateTableRule
.
ErrorCheckingRandom
instance.
ErrorCheckingRoundRobin
instance.
true
if the input must be displayed in the console.
AbstractDatabaseUser
are equals if both objects have
same login & password.
DatabaseBackendUser
are equals if both objects have
the same login & password.
CacheDatabaseColumn
are equals if they have the same
DatabaseColumn
.
CacheDatabaseSchema
are equals if they have the same
tables.
CacheDatabaseColumn
are equals if they have the same
name and the same columns.
SchedulerDatabaseSchema
are equals if they have the same
tables.
CacheDatabaseColumn
are equals if they have the same
name and the same columns.
AliasedDatabaseTable
are considered equal if they
represent the same table and have the same alias.
DatabaseColumn
are considered equal if they have the
same name and type and if they are both unique or both non unique.
DatabaseProcedure
are considered equal if they have the
same name and the same parameters.
DatabaseSchema
are considered equal if they have the
same tables and the same procedures.
DatabaseColumn
are considered equal if they have the
same name and the same columns.
TableColumn
objects are considered equal if they
have the same name and belong to the same table.
INSERT
statement equivalent to this UPDATE
.
ERROR
Level
.
ERROR
Level
including the stack trace of the Throwable
error
passed
as parameter.
executeQuery()
and
executeUpdate()
.
ResultSet
is returned.
Statement
object should be made available for
retrieval.
Font
.
null
when the pool is empty.
FailFastPoolConnectionManager
instance.
ResultSet
.
Field
instance.
FATAL
Level
.
FATAL
Level
including the stack trace of the Throwable
error
passed
as parameter.
ResultSet
column name to a
ResultSet
column index
Warnings
for this connection.
ArrayList
of String
objects
ArrayList
of String
objects.
GUIConsoleHelper
instance.
ARRAY
parameter as an Array
object in the Java programming
language.
ARRAY
parameter as an
Array
object in the Java programming language.
CLOB
value designated by this
Clob
instance as a stream.
null
.
getBigDecimal(int parameterIndex)
or
getBigDecimal(String parameterName)
NUMERIC
parameter as a java.math.BigDecimal
object with as
many digits to the right of the decimal point as the value
contains.
NUMERIC
parameter as a
java.math.BigDecimal
object with as many digits to
the right of the decimal point as the value contains.
BLOB
value designated by this
Blob
instance as a stream.
BLOB
parameter as a Blob
object in the Java programming
language.
BLOB
parameter as a
Blob
object in the Java programming language.
BIT
parameter as a boolean
in the Java programming
language.
BIT
parameter as a
boolean
in the Java programming language.
TINYINT
parameter as a byte
in the Java programming
language.
TINYINT
parameter as a
byte
in the Java programming language.
BLOB
value that this
Blob
object represents, as an array of bytes.
BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
BINARY
or
VARBINARY
parameter as an array of byte
values in the Java programming language.
CLOB
value designated by this
object as a stream of Unicode character.
- getCharacterStream(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getCharacterStream(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getCheckpointRequestId(String) -
Method in class org.objectweb.cjdbc.controller.recoverylog.AbstractRecoveryLog
- Get the request id corresponding to a given checkpoint.
- getCheckpointRequestId(String) -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCRecoveryLog
-
- getClob(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
CLOB
parameter as a Clob
object in the Java programming
language.
- getClob(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
CLOB
parameter as a
Clob
object in the Java programming language.
- getClob(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Gets a CLOB column.
- getClob(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Get a CLOB column.
- getColumn(String) -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseTable
- Returns the
CacheDatabaseColumn
object matching the given
column name or null
if not found.
- getColumn(String) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Returns the
DatabaseColumn
object matching the given column
name or null
if not found (the case is ignored).
- getColumn(String, boolean) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Returns the
DatabaseColumn
object matching the given column
name or null
if not found (the case can be enforced).
- getColumnClassName() -
Method in class org.objectweb.cjdbc.driver.Field
-
- getColumnClassName(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumnCount() -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumnDisplaySize() -
Method in class org.objectweb.cjdbc.driver.Field
-
- getColumnDisplaySize(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumnLabel(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumnName(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumnName() -
Method in class org.objectweb.cjdbc.sql.schema.TableColumn
- Returns the column name.
- getColumnPrivileges(String, String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getColumnType(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumnType() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getColumnTypeName(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getColumns(DatabaseMetaData, DatabaseTable) -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackendMetaData
- Gets the list of columns of a given database table.
- getColumns() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseTable
- Returns a list of
CacheDatabaseColumn
objects describing the
columns of this table.
- getColumns(String, String, String, String) -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getColumns(String, String, String, String) -
Method in class org.objectweb.cjdbc.driver.Connection
-
- getColumns(String, String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
-
- getColumns() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns an
ArrayList
of TableColumn
objects
representing the columns affected by this statement.
- getColumns() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Returns a list of
DatabaseColumn
objects describing the
columns of this table.
- getColumnsFields -
Static variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getConcurrency() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Return the concurrency of this result set.
- getConfiguration() -
Static method in class org.objectweb.cjdbc.controller.Controller
- Get current configuration options
- getConnection() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Gets a connection from the pool (round-robin).
- getConnection(int) -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Gets a new connection for a transaction.
- getConnection() -
Method in class org.objectweb.cjdbc.controller.connection.FailFastPoolConnectionManager
- Gets a connection from the pool.
- getConnection() -
Method in class org.objectweb.cjdbc.controller.connection.RandomWaitPoolConnectionManager
- Gets a connection from the pool.
- getConnection() -
Method in class org.objectweb.cjdbc.controller.connection.SimpleConnectionManager
- Gets a new connection from the underlying driver.
- getConnection() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Gets a connection from the pool.
- getConnection(String, String, String) -
Method in class org.objectweb.cjdbc.controller.console.VirtualDatabaseConsole
- Gets a new connection from the driver.
- getConnection() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets connection.
- getConnection(String, String) -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets connection.
- getConnection(Properties) -
Method in class org.objectweb.cjdbc.driver.DataSource
- Creates a connection using the specified properties.
- getConnection() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves the
Connection
that produced this
DatabaseMetaData
.
- getConnection() -
Method in class org.objectweb.cjdbc.driver.Statement
- Retrieve the connection that created this Statement object
- getConnectionManager(String) -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns the
ConnectionManager
associated to this backend
for a given virtual login.
- getConnectionThread() -
Method in class org.objectweb.cjdbc.controller.Controller
- Access the connection thread.
- getConstructorDescription(Constructor) -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Returns the description for the specified constructor.
- getConstructorParameterDescription(Constructor, int) -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Should return the description for the given constructor of the MBean.
- getConstructorParameterName(Constructor, int) -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Should return the name of the constructor's parameter for the given
constructor and parameter index.
- getController() -
Method in class org.objectweb.cjdbc.controller.ControllerFactory
- Retrieve the controller associated with this
ControllerFactory
instance.
- getControllerObjectName(String) -
Static method in class org.objectweb.cjdbc.controller.jmx.JmxConstants
- Get the associated controller object name
- getControllerVersionNumber() -
Method in class org.objectweb.cjdbc.driver.Connection
- Get the C-JDBC controller version number.
- getCount() -
Method in class org.objectweb.cjdbc.util.Stats
- Gets current count of an entry.
- getCreate() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the create.
- getCrossReference(String, String, String, String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC
- getCurrentNbOfThreads() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the currentNbOfThreads.
- getCursorName() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the name of the SQL cursor used by this ResultSet
In SQL, a result table is retrieved though a cursor that is
named.
- getDataType() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getDatabaseBackendUser(String, String) -
Method in class org.objectweb.cjdbc.controller.authentication.AuthenticationManager
- Gets the
DatabaseBackendUser
given a virtual database
login and a database backend logical name.
- getDatabaseMajorVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves the minor version number of the underlying database.
- getDatabaseName() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Gets the virtual database name to be used by the client (C-JDBC driver)
This method should be used for local references only (it is faster).
- getDatabaseProductName() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the name of this database product ?
- getDatabaseProductVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the version of this database product.
- getDatabaseSchema() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns the schema of this database.
- getDatabaseSchema() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackendMetaData
- Returns the database schema.
- getDatabaseSchema() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Get the
DatabaseSchema
used by this Request Manager.
- getDatabaseSchema() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getDatabaseSchemaFromActiveBackends() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Get the current database schema from merging the schemas of all active
backends.
- getDatabaseTable() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
- Gets the database table created by this statement.
- getDate(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
DATE
parameter as a java.sql.Date
object.
- getDate(int, Calendar) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
DATE
parameter as a java.sql.Date
object, using the given
Calendar
object to construct the date.
- getDate(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
DATE
parameter as a
java.sql.Date
object.
- getDate(String, Calendar) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
DATE
parameter as a
java.sql.Date
object, using the given
Calendar
object to construct the date.
- getDate(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Date
object
- getDate(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getDate(int, Calendar) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Get the value of a column in the current row as a java.sql.Date
object.
- getDate(String, Calendar) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Date
object.
- getDbName() -
Method in class org.objectweb.cjdbc.driver.DatabaseUser
- Returns the virtual database name.
- getDefaultRule() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTablePolicy
- Returns the default rule or
null
if no default rule has been
defined.
- getDefaultTransactionIsolation() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the database's default transaction isolation level?
- getDelete() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the delete.
- getDouble(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
DOUBLE
parameter as a double
in the Java programming
language.
- getDouble(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
DOUBLE
parameter as a
double
in the Java programming language.
- getDouble(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java double.
- getDouble(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getDriverClassName() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns the database native JDBC driver class name.
- getDriverCompliance() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
-
- getDriverMajorVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is this JDBC driver's major version number?
- getDriverMinorVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is this JDBC driver's minor version number?
- getDriverName() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the name of this JDBC driver?
- getDriverVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the version string of this JDBC driver?
- getDrop() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the drop.
- getDump() -
Method in class org.objectweb.cjdbc.controller.console.Console
-
- getDump() -
Method in class org.objectweb.cjdbc.controller.jmx.ControllerJmxClient
- Gets information from the C-JDBC controller.
- getEquivalentInsert() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
- Returns the
INSERT
statement equivalent to this
UPDATE
.
- getError() -
Method in class org.objectweb.cjdbc.util.Stats
- Gets current error count of an entry
- getEscapeProcessing() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
-
- getEscapeProcessing() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if the driver should escape processing before
sending to the database?
- getExceptions() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask
- Returns the exceptions lists.
- getExportedKeys(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getExtraNameCharacters() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Gets all the "extra" characters that can be used in unquoted
identifier names (those beyond a-zA-Z0-9 and _).
- getFailed() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask
- Returns the failed.
- getFetchDirection() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Return the fetch direction for this result set.
- getFetchDirection() -
Method in class org.objectweb.cjdbc.driver.Statement
- Not supported yet.
- getFetchSize() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Return the fetch size for this result set.
- getFetchSize() -
Method in class org.objectweb.cjdbc.driver.Statement
- Not supported yet.
- getFieldName() -
Method in class org.objectweb.cjdbc.driver.Field
- Gets the field name.
- getFilename(String) -
Method in class org.objectweb.cjdbc.controller.console.GUIConsoleHelper
-
- getFloat(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
FLOAT
parameter as a float
in the Java programming
language.
- getFloat(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
FLOAT
parameter as a
float
in the Java programming language.
- getFloat(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java float.
- getFloat(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getFrom() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Returns an
ArrayList
of String
objects
representing the table names found in the FROM
clause of this
request.
- getFromCache(SelectRequest, boolean) -
Method in class org.objectweb.cjdbc.controller.cache.AbstractRequestCache
- Gets the result to the given request from the cache.
- getFromCache(SelectRequest, boolean) -
Method in class org.objectweb.cjdbc.controller.cache.QueryCache
- Gets the result to the given request from the cache.
- getFromCache(SelectRequest, boolean) -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheDB
- Gets the result to the given request from the cache.
- getFromTables() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
- Returns the list of tables used to fill the created table in case
of create query containing a select.
- getFromTables(String, DatabaseSchema) -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
- Extracts the tables from the given
FROM
clause and retrieves
their alias if any.
- getFromTables(String, DatabaseSchema, boolean) -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Extracts the tables from the given
FROM
clause and retrieves
their alias if any.
- getFullName() -
Method in class org.objectweb.cjdbc.driver.Field
- Gets the full name: "tableName.fieldName"
- getGeneratedKeys() -
Method in class org.objectweb.cjdbc.driver.Statement
- Retrieves any auto-generated keys created as a result of
executing this
Statement
object.
- getGranularityName(int) -
Static method in class org.objectweb.cjdbc.controller.cache.CachingGranularities
- Gets the name corresponding to a cache granularity level.
- getGranularityXml(int) -
Static method in class org.objectweb.cjdbc.controller.cache.CachingGranularities
- This method is needed to convert the value into
the corresponding xml attribute value.
- getGroupName() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the group name this virtual database belongs to.
- getHits() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the hits.
- getHoldability() -
Method in class org.objectweb.cjdbc.driver.Connection
- Retrieves the current holdability of
ResultSet
objects
created using this Connection
object.
- getHostname() -
Method in class org.objectweb.cjdbc.driver.Driver.ControllerInfo
- Get the hostname where the controller is running
- getIPAddress() -
Method in class org.objectweb.cjdbc.controller.Controller
- Get the IP address to bind the controller to
- getId() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
-
- getId() -
Method in class org.objectweb.cjdbc.controller.recoverylog.RecoveryTask
- Returns the id.
- getId() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns the unique id of this request.
- getIdentifierQuoteString() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the string used to quote SQL identifiers?
- getIdleThreads() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the number of idle zorker threads.
- getIdleTimeout() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Gets the idle timeout.
- getImportedKeys(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getIndexInfo(String, String, String, boolean, boolean) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getInfo() -
Method in class org.objectweb.cjdbc.controller.console.Console
- Gets information from the C-JDBC controller.
- getInfo() -
Method in class org.objectweb.cjdbc.controller.jmx.ControllerJmxClient
- Gets information from the C-JDBC controller.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.Controller
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.authentication.AuthenticationManager
- Method for debugging.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Gets information about this backend.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.cache.AbstractRequestCache
- Gets information about the request cache.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Get information about the statistics
- getInformation() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCache
- Gets information about the request cache
- getInformation() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheDB
- Gets information about the request cache
- getInformation() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseColumn
- Returns the column name.
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseSchema
- Returns information about the database schema.
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseTable
- Returns information about the database table and its columns.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Gets information about this connection manager
- getInformation() -
Method in class org.objectweb.cjdbc.controller.connection.FailFastPoolConnectionManager
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.connection.RandomWaitPoolConnectionManager
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.connection.SimpleConnectionManager
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.AbstractLoadBalancer
- Get information about the Request Load Balancer
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.WaitForCompletionPolicy
- Gives information about the current policy.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableAll
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRandom
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRoundRobin
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule
- Gives information about the current policy.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy
- Gives information about the current policy.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingRandom
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingRoundRobin
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb0.RAIDb0
- Get information about the Request load balancer
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_LPRF
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_RR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_WRR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec_RR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec_WRR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_LPRF
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_RR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_WRR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec_RR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec_WRR
- Gets information about the request load balancer.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.singledb.SingleDB
- Gets information about the request load balancer
- getInformation() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Get information about this Request Controller
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.AbstractScheduler
- Get information about the Request Scheduler
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb0.RAIDb0PessimisticTransactionLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb0.RAIDb0QueryLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1OptimisticQueryLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1OptimisticTransactionLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1PessimisticTransactionLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1QueryLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb2.RAIDb2PessimisticTransactionLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb2.RAIDb2QueryLevelScheduler
-
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseSchema
- Returns information about the database schema.
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseTable
- Returns information about the database table and its columns.
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.singledb.SingleDBPessimisticTransactionLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.singledb.SingleDBQueryLevelScheduler
-
- getInformation() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.DistributedVirtualDatabase
- Get information about this virtual database
- getInformation() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Gets information about this virtual database.
- getInformation(int) -
Static method in class org.objectweb.cjdbc.sql.ParsingGranularities
- Returns the granularity value in a
String
form.
- getInformation(int) -
Static method in class org.objectweb.cjdbc.sql.RequestType
- Returns the request type in a
String
form.
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseColumn
- Returns information about the database table and its columns.
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Returns information about the database schema.
- getInformation(boolean) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Returns information about the database table and its columns.
- getInsert() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the insert.
- getInt(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
INTEGER
parameter as an int
in the Java programming
language.
- getInt(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
INTEGER
parameter as
an int
in the Java programming language.
- getInt(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java int.
- getInt(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getJDBCMajorVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves the major JDBC version number for this driver.
- getJDBCMinorVersion() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves the minor JDBC version number for this driver.
- getJmxAgent() -
Method in class org.objectweb.cjdbc.controller.Controller
- Returns the jmxAgent.
- getJmxDescription(String) -
Static method in class org.objectweb.cjdbc.util.i18n.Translate
- Returns description for jmx
- getJmxEnable() -
Static method in class org.objectweb.cjdbc.controller.Controller
- Returns jmx enable
- getJmxObjectName(String, String) -
Static method in class org.objectweb.cjdbc.controller.jmx.JmxConstants
- Get the associated jmx object name
- getLength() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getLine() -
Method in class org.objectweb.cjdbc.controller.console.GUIConsoleHelper
-
- getLoadBalancer() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Get the Request Load Balancer used in this Request Controller.
- getLock() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseSchema
- Returns the lock for this table.
- getLock() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseTable
- Returns the lock for this table.
- getLocker() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock
- Returns the transaction id of the lock owner.
- getLogQueueIsEmpty() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread
- Tells whether there are pending logs
- getLogTableId() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCRecoveryLog
- Returns the value of logTableId.
- getLogWriter() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets the log writer.
- getLogger() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.BackendWorkerThread
- Returns the logger for tracing.
- getLogger(String) -
Static method in class org.objectweb.cjdbc.log.LogManager
- Retrieves a logger by its name.
- getLogger(String) -
Static method in class org.objectweb.cjdbc.log.Trace
- Retrieves a logger by its name.
- getLogin() -
Method in class org.objectweb.cjdbc.controller.authentication.AbstractDatabaseUser
- Gets the login name.
- getLogin() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Returns the login used by this connection manager.
- getLogin() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
-
- getLogin() -
Method in class org.objectweb.cjdbc.controller.requestmanager.TransactionMarkerMetaData
- Returns the login.
- getLogin() -
Method in class org.objectweb.cjdbc.driver.DatabaseUser
- Gets the login name.
- getLogin() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns the login used to issue this request.
- getLoginTimeout() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets the login timeout.
- getLong(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
BIGINT
parameter as a long
in the Java programming
language.
- getLong(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
BIGINT
parameter as a
long
in the Java programming language.
- getLong(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java long.
- getLong(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getMBeanDescription() -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Returns the description of the MBean.
- getMBeanInfo(MBeanMetaData) -
Method in class org.objectweb.cjdbc.controller.jmx.JmxInterceptor
-
- getMajorVersion() -
Static method in class org.objectweb.cjdbc.controller.ControllerConstants
- C-JDBC major version
- getMajorVersion() -
Method in class org.objectweb.cjdbc.driver.Driver
- Gets the river's major version number
- getMaxBinaryLiteralLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- How many hex characters can you have in an inline binary literal.
- getMaxCatalogNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of characters in a catalog name.
- getMaxCharLiteralLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length for a character literal.
- getMaxColumnNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length for a column name.
- getMaxColumnsInGroupBy() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of columns in a "GROUP BY" clause?
- getMaxColumnsInIndex() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of columns allowed in an index?
- getMaxColumnsInOrderBy() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of columns in an "ORDER BY clause?
- getMaxColumnsInSelect() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of columns in a "SELECT" list?
- getMaxColumnsInTable() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of columns in a table?
- getMaxConnections() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of connections to the database (virtually no limit
since these are virtual connections to the Controller).
- getMaxCursorNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum cursor name length.
- getMaxFieldSize() -
Method in class org.objectweb.cjdbc.driver.Statement
- The maxFieldSize limit (in bytes) is the maximum amount of
data returned for any column value; it only applies to
BINARY
, VARBINARY
,
LONGVARBINARY
, CHAR
,
VARCHAR
and LONGVARCHAR
columns.
- getMaxIndexLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of an index (in bytes)?
- getMaxNbOfConnections() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the maxNbOfConnections.
- getMaxNbOfThreads() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the maxNbOfThreads.
- getMaxPoolSize() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Gets the max pool size.
- getMaxProcedureNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of a procedure name?
- getMaxRowSize() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of a single row?
- getMaxRows() -
Method in class org.objectweb.cjdbc.driver.Statement
- The maxRows limit is set to limit the number of rows that
any
ResultSet
can contain.
- getMaxRows() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Get the maximum number of rows the ResultSet can contain.
- getMaxSchemaNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of a schema name.
- getMaxStatementLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of a SQL statement?
- getMaxStatements() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- How many active statements can we have open at one time to this
database?
- getMaxTableNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of a table name?
- getMaxTablesInSelect() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum number of tables that can be specified in a SELECT.
- getMaxThreadIdleTime() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the maxThreadIdleTime.
- getMaxTime() -
Method in class org.objectweb.cjdbc.util.Stats
- Gets the maximum time of an entry
- getMaxUserNameLength() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Maximum length of a user name.
- getMetaData() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
-
- getMetaData() -
Method in class org.objectweb.cjdbc.driver.Connection
- A connection's database is able to provide information describing its
tables, its supported SQL grammar, its stored procedures, the capabilities
of this connection, etc.
- getMetaData() -
Method in class org.objectweb.cjdbc.driver.PreparedStatement
- Returns the
MetaData
for the last ResultSet
returned.
- getMetaData() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- The numbers, types and properties of a
ResultSet
's
columns are provided by the getMetaData
method
- getMinNbOfThreads() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the minNbOfThreads.
- getMinPoolSize() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Gets the min pool size.
- getMinTime() -
Method in class org.objectweb.cjdbc.util.Stats
- Gets the minimum time of an entry
- getMinorVersion() -
Static method in class org.objectweb.cjdbc.controller.ControllerConstants
- C-JDBC minor version
- getMinorVersion() -
Method in class org.objectweb.cjdbc.driver.Driver
- Gets the driver's minor version number
- getMoreResults() -
Method in class org.objectweb.cjdbc.driver.Statement
- Multiple results are not suppoted so this method always return false
and reset the update count to -1.
- getMoreResults(int) -
Method in class org.objectweb.cjdbc.driver.Statement
- Moves to this
Statement
object's next result, deals
with any current ResultSet
object(s) according to
the instructions specified by the given flag, and returns
true
if the next result is a ResultSet
object.
- getName() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns the backend logical name.
- getName() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseColumn
- Gets the column name.
- getName() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseTable
- Gets the name of the table.
- getName() -
Method in class org.objectweb.cjdbc.controller.jmx.VirtualDatabaseJmxClient
-
- getName() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseTable
- Gets the name of the table.
- getName() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Gets the virtual database name to be used by the client (C-JDBC driver)
- getName() -
Method in interface org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMBean
- Gets the virtual database name to be used by the client (C-JDBC driver)
- getName() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseColumn
- Gets the column name.
- getName() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedure
-
- getName() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getName() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Gets the name of the table.
- getNbToComplete() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask
- Returns the number of threads that must succeed before returning.
- getNbToWait(int) -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1
- Returns the number of nodes to wait for according to the defined
waitForCompletion
policy.
- getNbToWait(int) -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2
- Returns the number of nodes to wait for according to the defined
waitForCompletion
policy.
- getNext() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Gets the value of next
QueryCacheEntry
in LRU.
- getNullable() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getNumberOfNodes() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule
- Returns the number of nodes.
- getNumberOfNodes() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy
- Returns the number of nodes.
- getNumericFunctions() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Name of Open Group CLI is not supported.
- getObject(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated parameter as an
Object
in the Java programming language.
- getObject(int, Map) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Returns an object representing the value of OUT parameter
i
and uses map
for the custom mapping
of the parameter value.
- getObject(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a parameter as an
Object
in
the Java programming language.
- getObject(String, Map) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Returns an object representing the value of OUT parameter
i
and uses map
for the custom mapping
of the parameter value.
- getObject(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java object
This method will return the value of the given column as a
Java object.
- getObject(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java object
This method will return the value of the given column as a
Java object.
- getObject(int, Map) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Returns the value of column @i as a Java object.
- getObject(String, Map) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Returns the value of column @i as a Java object.
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.objectweb.cjdbc.driver.DataSourceFactory
- Gets an instance of the requested
DataSource
object.
- getOperationDescription(Method) -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Returns the description for the specified operation.
- getOperationParameterDescription(Method, int) -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Returns the description of the operation's parameter
for the given operation and parameter index.
- getOperationParameterName(Method, int) -
Method in class org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
- Returns the name of the operation's parameter
for the given operation and parameter index.
- getParameterMetaData() -
Method in class org.objectweb.cjdbc.driver.PreparedStatement
- Retrieves the number, types and properties of this
PreparedStatement
object's parameters.
- getParameters() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedure
-
- getParserThread() -
Method in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache.CurrentlyParsingEntry
- Returns the parserThread.
- getParsingFromCache(AbstractRequest) -
Method in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache
- If the same SQL query is found in the cache, the parsing is cloned
into the given request.
- getParsingFromCacheAndParseIfMissing(AbstractRequest) -
Method in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache
- Method getParsingFromCacheAndParseIfMissing.
- getParsingGranularity() -
Method in class org.objectweb.cjdbc.controller.cache.AbstractRequestCache
- Gets the needed query parsing granularity.
- getParsingGranularity() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCache
- Gets the needed query parsing granularity.
- getParsingGranularity() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheDB
- Gets the needed query parsing granularity.
- getParsingGranularity() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.AbstractLoadBalancer
- Get the needed query parsing granularity.
- getParsingGranularity() -
Method in class org.objectweb.cjdbc.controller.scheduler.AbstractScheduler
- Get the needed query parsing granularity.
- getPassword() -
Method in class org.objectweb.cjdbc.controller.authentication.AbstractDatabaseUser
- Gets the password.
- getPassword() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Returns the password used by this connection manager.
- getPassword() -
Method in class org.objectweb.cjdbc.driver.Connection
- Gets the password used to login to the database.
- getPassword() -
Method in class org.objectweb.cjdbc.driver.DatabaseUser
- Gets the password.
- getPendingConnections() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the pendingConnections.
- getPendingQueryTimeout() -
Method in class org.objectweb.cjdbc.controller.cache.AbstractRequestCache
- Returns the pending query timeout.
- getPendingRequests() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns the list of pending requests for this backend.
- getPendingWrites() -
Method in class org.objectweb.cjdbc.controller.scheduler.AbstractScheduler
- Returns the number of pending writes.
- getPolicy() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.WaitForCompletionPolicy
- Returns the policy.
- getPolicy() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule
- Returns the policy.
- getPolicy() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy
- Returns the policy.
- getPort() -
Method in class org.objectweb.cjdbc.driver.Driver.ControllerInfo
- Get the port number on which the controller is listening.
- getPortNumber() -
Method in class org.objectweb.cjdbc.controller.Controller
- Get the controller port number
- getPortNumber() -
Method in interface org.objectweb.cjdbc.controller.ControllerMBean
- Return this controller port number
- getPrecision() -
Method in class org.objectweb.cjdbc.driver.Field
-
- getPrecision(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getPrecision() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getPrev() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Gets the value of previous
QueryCacheEntry
in LRU.
- getPrimaryKeys(DatabaseMetaData, DatabaseTable) -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackendMetaData
- Gets the primary keys of a given database table.
- getPrimaryKeys(String, String, String) -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
- Gets a description of a table's primary key columns.
- getPrimaryKeys(String, String, String) -
Method in class org.objectweb.cjdbc.driver.Connection
-
- getPrimaryKeys(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
-
- getPrimaryKeysFields -
Static variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getProcedure(String) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Returns the
DatabaseProcedure
object matching the given procedure
name or null
if not found.
- getProcedureColumns(String, String, String, String) -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) -
Method in class org.objectweb.cjdbc.driver.Connection
-
- getProcedureColumns(String, String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
-
- getProcedureColumnsFields -
Static variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getProcedureTerm() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the database vendor's preferred term for "procedure" - I
kind of like "procedure" myself.
- getProcedureType() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedure
-
- getProcedures(DatabaseMetaData, DatabaseSchema) -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackendMetaData
-
- getProcedures(String, String, String) -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getProcedures(String, String, String) -
Method in class org.objectweb.cjdbc.driver.Connection
-
- getProcedures(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
-
- getProcedures() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Returns an
ArrayList
of DatabaseProcedure
objects describing the database.
- getProceduresFields -
Static variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getPropertyInfo(String, Properties) -
Method in class org.objectweb.cjdbc.driver.Driver
- This method is intended to allow a generic GUI tool to discover what
properties it should prompt a human for in order to get enough information
to connect to a database.
- getQuery() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
-
- getQueryTimeout() -
Method in class org.objectweb.cjdbc.driver.Statement
- The queryTimeout limit is the number of seconds the driver
will wait for a Statement to execute.
- getRAIDbLevel() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.AbstractLoadBalancer
- Returns the RAIDbLevel.
- getRAIDbLevel() -
Method in class org.objectweb.cjdbc.controller.scheduler.AbstractScheduler
- Returns the RAIDbLevel.
- getRadix() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getRaidb1Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1
- Surrounding raidb1 tags can be treated by
getXmlInformation above, but
more detailed content have to be returned by the method
getRaidb1Xml below.
- getRaidb1Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_LPRF
-
- getRaidb1Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_RR
-
- getRaidb1Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_WRR
-
- getRaidb1Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec_RR
-
- getRaidb1Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec_WRR
-
- getRaidb2Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2
- return xml formatted information about this raidb2 load balancer
- getRaidb2Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_LPRF
-
- getRaidb2Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_RR
-
- getRaidb2Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_WRR
-
- getRaidb2Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec_RR
-
- getRaidb2Xml() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec_WRR
-
- getRaidbXml(HashMap, String) -
Static method in class org.objectweb.cjdbc.controller.loadbalancer.WeightedBalancer
- Convert raidb weighted balancers into xml because they share common views.
- getRecoveryLog() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Returns the Recovery Log Manager.
- getRef(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
- getRef(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
REF(<structured-type>)
parameter as a Ref
object in the Java programming language.
- getRef(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Get a REF(<structured-type>) column.
- getRef(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Get a REF(<structured-type>) column.
- getReference() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets a reference to this.
- getRemarks() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedure
-
- getRemarks() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getRemove() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the remove.
- getRequest() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Returns the
SELECT
request of this cache entry.
- getRequest() -
Method in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache.CurrentlyParsingEntry
- Returns the request.
- getRequestCache() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Get the Request Cache (if any) used in this Request Controller.
- getRequestManager() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Gets the request manager associated to this database.
- getRequiredParsingGranularity() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
-
- getResult() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Returns the
ResultSet
of the cached select request
- getResult() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.ReadStoredProcedureTask
- Returns the result.
- getResult() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.SelectRequestTask
- Returns the result.
- getResult() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.WriteRequestTask
- Returns the result.
- getResult() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.WriteRequestWithKeysTask
- Returns the auto generated keys.
- getResult() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.WriteStoredProcedureTask
- Returns the result.
- getResultSet() -
Method in class org.objectweb.cjdbc.driver.Statement
- Returns the current result as a
ResultSet
.
- getResultSetConcurrency() -
Method in class org.objectweb.cjdbc.driver.Statement
- Retrieve the concurrency mode for the
ResultSet
.
- getResultSetHoldability() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves the default holdability of this
ResultSet
object.
- getResultSetHoldability() -
Method in class org.objectweb.cjdbc.driver.Statement
- Retrieves the result set holdability for
ResultSet
objects generated by this Statement
object.
- getResultSetType() -
Method in class org.objectweb.cjdbc.driver.Statement
- Retrieve the type of the generated
ResultSet
.
- getRow() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Determine the current row number.
- getRuleList() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTablePolicy
- Returns the rule Hashmap(table name,rule).
- getSQL() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Gets the SQL code of this request.
- getSQLKeywords() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Get a comma separated list of all a database's SQL keywords that
are NOT also SQL92 keywords.
- getSQLStateType() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Indicates whether the SQLSTATE returned by
SQLException.getSQLState
is X/Open (now known as
Open Group) SQL CLI or SQL99.
- getSaveConfigurationFile() -
Static method in class org.objectweb.cjdbc.controller.ControllerConstants
- Return default path and name for saving of configuration file
- getScale() -
Method in class org.objectweb.cjdbc.driver.Field
-
- getScale(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getScale() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getScheduler() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Get the Request Scheduler (if any) used in this Request Controller.
- getSchemaName(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getSchemaTerm() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the database vendor's preferred term for "schema" - well,
we do not provide support for schemas, so lets just use that
term.
- getSchemas() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getSearchStringEscape() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- This is the string that can be used to escape '_' and '%' in a
search string pattern style catalog search parameters.
- getSelect() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the select.
- getSelect() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Returns an
ArrayList
of DatabaseColumn
objects representing the columns selected in the SELECT
clause of this request.
- getSelectedColumns(String, ArrayList, boolean) -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Gets all the columns selected in the given
SELECT
clause.
- getShort(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
SMALLINT
parameter as a short
in the Java programming
language.
- getShort(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
SMALLINT
parameter as
a short
in the Java programming language.
- getShort(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java short.
- getShort(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getShutdownLevel() -
Method in class org.objectweb.cjdbc.controller.shutdown.ShutdownThread
- Get shutdown level
- getShutdownType() -
Method in class org.objectweb.cjdbc.controller.shutdown.ShutdownThread
- Get shutdown type
- getSqlSkeleton() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
-
- getSqlType() -
Method in class org.objectweb.cjdbc.driver.Field
- Returns the SQL type.
- getState() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.DistributedVirtualDatabase
-
- getStatement() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Return the
Statement
that produced the
ResultSet
.
- getString(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
CHAR
,
VARCHAR
, or LONGVARCHAR
parameter as a
String
in the Java programming language.
- getString(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
CHAR
,
VARCHAR
, or LONGVARCHAR
parameter as a
String
in the Java programming language.
- getString(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a Java String
- getString(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- The following routines simply convert the columnName into
a columnIndex and then call the appropriate routine above.
- getStringFunctions() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getStyle() -
Method in class org.objectweb.cjdbc.controller.console.GUIConsoleHelper
- Gets the current style.
- getSubString(long, int) -
Method in class org.objectweb.cjdbc.driver.Clob
- Returns a copy of the portion of the
CLOB
value represented
by this CLOB
object that starts at position position and has ip to
length consecutive characters.
- getSuccess() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask
- Returns the success.
- getSuperTables(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves a description of the table hierarchies defined in a
particular schema in this database.
- getSuperTypes(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Retrieves a description of the user-defined type (UDT)
hierarchies defined in a particular schema in this database.
- getSystemFunctions() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getTable(String) -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseSchema
- Returns the
CacheDatabaseTable
object matching the given
table name or null
if not found.
- getTable(String) -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseSchema
- Returns the
SchedulerDatabaseTable
object matching the given
table name or null
if not found.
- getTable() -
Method in class org.objectweb.cjdbc.sql.schema.AliasedDatabaseTable
- Returns the
DatabaseTable
object corresponding to
this database.
- getTable(String) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Returns the
DatabaseTable
object matching the given table
name or null
if not found.
- getTable(String, boolean) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Returns the
DatabaseTable
object matching the given table
name or null
if not found.
- getTableName() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule
- Returns the table name.
- getTableName() -
Method in class org.objectweb.cjdbc.driver.Field
- Gets the table name.
- getTableName(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- getTableName() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns the name of the table affected by this statement.
- getTableName() -
Method in class org.objectweb.cjdbc.sql.schema.TableColumn
- Returns the table name.
- getTablePrivileges(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getTableRule(String) -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTablePolicy
- Gets the rule corresponding to a table name.
- getTableTypes() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getTables() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseSchema
- Returns an
ArrayList
of CacheDatabaseTable
objects describing the database.
- getTables() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseSchema
- Returns an
ArrayList
of SchedulerDatabaseTable
objects describing the database.
- getTables(String, String, String, String[]) -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getTables(String, String, String, String[]) -
Method in class org.objectweb.cjdbc.driver.Connection
-
- getTables(String, String, String, String[]) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Gets a description of the available tables.
- getTables() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Returns an
ArrayList
of DatabaseTable
objects describing the database.
- getTablesFields -
Static variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseMetaData
-
- getTask() -
Method in class org.objectweb.cjdbc.controller.recoverylog.RecoveryTask
- Returns the task.
- getThread() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock.WaitingListElement
- Returns the waiting thread.
- getTid() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
-
- getTime(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
TIME
parameter as a java.sql.Time
object.
- getTime(int, Calendar) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
TIME
parameter as a java.sql.Time
object, using the given
Calendar
object to construct the time.
- getTime(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
TIME
parameter as a
java.sql.Time
object.
- getTime(String, Calendar) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
TIME
parameter as a
java.sql.Time
object, using the given
Calendar
object to construct the time.
- getTime(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Time
object
- getTime(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getTime(int, Calendar) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Time
object.
- getTime(String, Calendar) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Time
object.
- getTimeDateFunctions() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getTimeout() -
Method in class org.objectweb.cjdbc.controller.connection.RandomWaitPoolConnectionManager
- Gets the timeout.
- getTimeout() -
Method in class org.objectweb.cjdbc.controller.requestmanager.TransactionMarkerMetaData
- Returns the timeout.
- getTimeout() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Gets the timeout for this request in seconds.
- getTimestamp(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
TIMESTAMP
parameter as a java.sql.Timestamp
object.
- getTimestamp(int, Calendar) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
TIMESTAMP
parameter as a java.sql.Timestamp
object, using the
given Calendar
object to construct the
Timestamp
object.
- getTimestamp(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
TIMESTAMP
parameter as
a java.sql.Timestamp
object.
- getTimestamp(String, Calendar) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
TIMESTAMP
parameter as
a java.sql.Timestamp
object, using the given
Calendar
object to construct the
Timestamp
object.
- getTimestamp(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a
java.sql.Timestamp object
- getTimestamp(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getTimestamp(int, Calendar) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Timestamp
object.
- getTimestamp(String, Calendar) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Get the value of a column in the current row as a java.sql.Timestamp
object.
- getTotalNb() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.tasks.AbstractTask
- Returns the total number of threads.
- getTotalTime() -
Method in class org.objectweb.cjdbc.util.Stats
- Gets the total time of an entry
- getTransactionId() -
Method in class org.objectweb.cjdbc.controller.requestmanager.TransactionMarkerMetaData
- Returns the transactionId.
- getTransactionId() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock.WaitingListElement
- Returns the transaction id of the request waiting.
- getTransactionId() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Gets the identifier of the transaction if this request belongs to a
transaction, or -1 if this request does not belong to a transaction.
- getTransactionIsolation() -
Method in class org.objectweb.cjdbc.driver.Connection
- Gets this Connection's current transaction isolation mode.
- getType() -
Method in class org.objectweb.cjdbc.controller.jmx.JmxInterceptor
-
- getType() -
Method in class org.objectweb.cjdbc.controller.jmx.VirtualDatabaseAdminAuthenticator
-
- getType() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Return the type of this result set.
- getType() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseColumn
- Returns the column type according to
java.sql.Types
.
- getTypeInfo() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getTypeMap() -
Method in class org.objectweb.cjdbc.driver.Connection
- C-JDBC does NOT support type map.
- getTypeName() -
Method in class org.objectweb.cjdbc.driver.Field
- Returns the SQL type name.
- getTypeName() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseProcedureParameter
-
- getUDTs(String, String, String, int[]) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getURL() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns the JDBC URL used to access the database.
- getURL(int) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of the designated JDBC
DATALINK
parameter as a java.net.URL
object.
- getURL(String) -
Method in class org.objectweb.cjdbc.driver.CallableStatement
- Retrieves the value of a JDBC
DATALINK
parameter as a
java.net.URL
object.
- getURL() -
Method in class org.objectweb.cjdbc.driver.Connection
- Gets the C-JDBC URL of the database of the connection.
- getURL() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets URL of the C-JDBC controller(s) to connect.
- getURL() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is the URL for this database?
- getURL(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as a
java.net.URL
object in the Java programming
language.
- getURL(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Retrieves the value of the designated column in the current row
of this
ResultSet
object as a
java.net.URL
object in the Java programming
language.
- getUnicodeStream(int) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Deprecated.
- getUnicodeStream(String) -
Method in class org.objectweb.cjdbc.driver.ResultSet
- Deprecated.
- getUniqueColumns() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Returns a list of
DatabaseColumn
objects representing the
unique columns of this table.
- getUnknown() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the unknown.
- getUpdate() -
Method in class org.objectweb.cjdbc.controller.cache.CacheStatistics
- Returns the update.
- getUpdateCount() -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getUpdateCount() -
Method in class org.objectweb.cjdbc.driver.Statement
- Returns the current result as an update count, if the result is a
ResultSet
or there are no more results, -1 is
returned.
- getUpdateID() -
Method in class org.objectweb.cjdbc.driver.ResultSet
-
- getUrl() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets url of the C-JDBC controller(s) to connect.
- getUser() -
Method in class org.objectweb.cjdbc.driver.DataSource
- Gets user name to be used to connect the C-JDBC controller(s).
- getUserName() -
Method in class org.objectweb.cjdbc.driver.Connection
- Gets the user name used to login to the database.
- getUserName() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- What is our user name as known to the database?
- getValues() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
- Returns an
ArrayList
of String
objects representing the values associated with the unique
columns involved in this request.
- getVersion() -
Static method in class org.objectweb.cjdbc.controller.Controller
- Returns Version as a long String
- getVersionColumns(String, String, String) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Feature not yet supported by C-JDBC.
- getVersionNumber() -
Method in class org.objectweb.cjdbc.controller.Controller
-
- getVersionNumber() -
Method in interface org.objectweb.cjdbc.controller.ControllerMBean
- Gets the controller version.
- getVirtualDatabase(String) -
Method in class org.objectweb.cjdbc.controller.Controller
- Gets the
VirtualDatabase
object corresponding to a virtual
database name.
- getVirtualDatabaseName() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Gets the virtual database name to be used by the client (C-JDBC driver)
- getVirtualDatabases() -
Method in class org.objectweb.cjdbc.controller.Controller
- Returns information about the available virtual databases.
- getVirtualDatabases() -
Method in interface org.objectweb.cjdbc.controller.ControllerMBean
- Gets the name of the available virtual databases.
- getVirtualDatabases() -
Method in class org.objectweb.cjdbc.controller.jmx.ControllerJmxClient
-
- getVirtualDatabasesInfo() -
Method in class org.objectweb.cjdbc.controller.Controller
- Returns the available virtual databases.
- getVirtualDbObjectName(String) -
Static method in class org.objectweb.cjdbc.controller.jmx.JmxConstants
- Get the associated virtualdatabase object name
- getWaitTimeout() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Gets the wait timeout.
- getWaitingList() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock
- Returns the waitingList.
- getWarnings() -
Method in class org.objectweb.cjdbc.driver.Connection
- The first warning reported by calls on this connection is returned.
- getWarnings() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- The first warning reported by calls on this ResultSet is
returned.
- getWarnings() -
Method in class org.objectweb.cjdbc.driver.Statement
- The first warning reported by calls on this Statement is
returned.
- getWeightedXml(HashMap) -
Static method in class org.objectweb.cjdbc.controller.loadbalancer.WeightedBalancer
- get different xml tags of the weights in the system.
- getWhere() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Returns an
ArrayList
of TableColumn
objects representing the columns involved in the WHERE
clause
of this request.
- getWhereColumns(String, ArrayList) -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
- Gets all the columns involved in the given
WHERE
clause.
- getWhereColumns(String, ArrayList, boolean, boolean) -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Gets all the columns involved in the given
WHERE
clause.
- getWhereColumnsAndBuildValues(String, ArrayList) -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
- Gets all the columns involved in the given
WHERE
clause and
builds the values associated with UNIQUE columns.
- getWhereValues() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Returns an
Hashtable
of String
keys representing
unique column names and String
values associated with the
columns involved in this request.
- getXmlCreateTable() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2
- get xml information on create table policy
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.Controller
- Return the controller information in XML format.
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.authentication.AuthenticationManager
- Convert this Authentication manager into xml format
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Get xml information about this backend.
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.cache.AbstractRequestCache
- Gets information about the request cache in xml
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCache
- Gets information about the request cache
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheDB
- Gets information about the request cache in xml
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Gets xml formatted information on this connection manager
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.connection.FailFastPoolConnectionManager
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.connection.RandomWaitPoolConnectionManager
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.connection.SimpleConnectionManager
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.AbstractLoadBalancer
- Get information about the Request Load Balancer in xml
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.WaitForCompletionPolicy
- Returns this wait policy in xml format.
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTablePolicy
- Returns xml formatted string containing information on all rules of the
system
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule
- Gives information about the current policy in xml
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy
- Convert this error checking policy to xml
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb0.RAIDb0
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.singledb.SingleDB
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.recoverylog.AbstractRecoveryLog
- Get xml information of the current recovery load in the system.
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCRecoveryLog
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Get xml information about this Request Controller
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.AbstractScheduler
- Get information about the Request Scheduler in xml format
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb0.RAIDb0PessimisticTransactionLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb0.RAIDb0QueryLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1OptimisticQueryLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1OptimisticTransactionLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1PessimisticTransactionLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1QueryLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb2.RAIDb2PessimisticTransactionLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.raidb2.RAIDb2QueryLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.singledb.SingleDBPessimisticTransactionLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.scheduler.singledb.SingleDBQueryLevelScheduler
-
- getXmlInformation() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Retrieves this
VirtualDatabase
object in xml format
- getXmlInformation() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseColumn
- Get xml information about this column.
- getXmlInformation() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Get xml information about this schema.
- getXmlInformation() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseTable
- Get xml information about this table.
- getXmlValue(int) -
Static method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTablePolicy
- Returns the xml attribute value for the given policy
- getXmlWaitPolicy() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1
- get xml formatted wait policy according to c-jdbc.dtd
- getXmlWaitPolicy() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2
- get xml formatted wait policy according to c-jdbc.dtd
- gotUp -
Variable in class org.objectweb.cjdbc.controller.console.GUIConsoleHelper
- Hack to prevent key repeat for some reason?
- granularity -
Variable in class org.objectweb.cjdbc.controller.requestmanager.ParserThread
-
- granularity -
Variable in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache
-
- groupName -
Variable in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1PessimisticTransactionLevelScheduler
-
- groupName -
Variable in class org.objectweb.cjdbc.controller.scheduler.raidb1.RAIDb1QueryLevelScheduler
-
- groupName -
Variable in class org.objectweb.cjdbc.controller.scheduler.raidb2.RAIDb2QueryLevelScheduler
-
- groupName -
Variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Group name if this virtual database is hosted by multiple controllers
true
if the given ProcedureName
is
found in this schema.
true
if this backend has the given table in its
schema.
true
if the given TableName
is
found in this schema.
true
if the given TableName
is
found in this schema.
true
if the given TableName
is found
in this schema.
true
if this backend has the given list of tables
in its schema.
VirtualDatabase
of a given name exists in this
controller.
InsertRequest
is an SQL request of the following
syntax:
INSERT INTO table-name [(column-name[,column-name]*)]
{VALUES (constant|null[,constant|null]*)}|{SELECT query}
VALUES are ignored.- InsertRequest(String, boolean, int, DatabaseSchema, int, boolean) -
Constructor for class org.objectweb.cjdbc.sql.InsertRequest
- Creates a new
InsertRequest
instance.
- InsertRequest(String, boolean, int) -
Constructor for class org.objectweb.cjdbc.sql.InsertRequest
- Creates a new
InsertRequest
instance.
- id -
Variable in class org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
-
- id -
Variable in class org.objectweb.cjdbc.controller.recoverylog.RecoveryTask
-
- id -
Variable in class org.objectweb.cjdbc.sql.AbstractRequest
- Request unique id (set by the controller).
- idleThreads -
Variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
-
- idleTimeout -
Variable in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Time a connection can stay idle before begin released (removed from the
pool) in milliseconds (0 means forever)
- idleWorkerThreads -
Variable in class org.objectweb.cjdbc.controller.ControllerServerThread
- Number of idle
ControllerWorkerThread
.
- inStrings -
Variable in class org.objectweb.cjdbc.driver.PreparedStatement
-
- inbuf -
Variable in class org.objectweb.cjdbc.controller.console.CommandLineConsoleHelper
BufferedReader
allowing to reading input.
- incrementCount() -
Method in class org.objectweb.cjdbc.util.Stats
- Increments an entry count by one.
- incrementError() -
Method in class org.objectweb.cjdbc.util.Stats
- Increments an entry error by one.
- incrementLogTableId() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCRecoveryLog
- Increments the value of logTableId.
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRoundRobin
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingRoundRobin
- Round-robin index.
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_RR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1_WRR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec_RR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb1.RAIDb1ec_WRR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_RR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2_WRR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec_RR
-
- index -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.raidb2.RAIDb2ec_WRR
-
- info(Object, Throwable) -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
- This method is overriden with an empty body.
- info(Object) -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
- This method is overriden with an empty body.
- info(Object) -
Method in class org.objectweb.cjdbc.log.Trace
- Logs a message object with the
INFO
Level
.
- info(Object, Throwable) -
Method in class org.objectweb.cjdbc.log.Trace
- Logs a message object with the
INFO
Level
including the stack trace of the Throwable
error
passed
as parameter.
- init(Controller) -
Method in class org.objectweb.cjdbc.controller.ControllerReport
-
- initPoolSize -
Variable in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
- Initial pool size to be initialized at startup.
- initQueryCache(int) -
Method in class org.objectweb.cjdbc.controller.cache.QueryCache
-
- initQueryCache(int, DatabaseSchema) -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheDB
-
- initRequestManagerVariables(VirtualDatabase, long, long, long) -
Method in class org.objectweb.cjdbc.controller.requestmanager.RequestManager
- Method initRequestManagerVariables.
- initializeConnections() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Initializes the connection managers' connections.
- initializeConnections() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Initializes the connection(s) to the database.
- initializeConnections() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractPoolConnectionManager
-
- initializeConnections(int) -
Method in class org.objectweb.cjdbc.controller.connection.AbstractPoolConnectionManager
- Initialize initPoolSize connections in the pool.
- initializeConnections() -
Method in class org.objectweb.cjdbc.controller.connection.SimpleConnectionManager
- Does nothing.
- initializeConnections() -
Method in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager
-
- initialized -
Variable in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
true
if the connection pool has been initialized.
- insert -
Variable in class org.objectweb.cjdbc.controller.cache.CacheStatistics
-
- insert -
Variable in class org.objectweb.cjdbc.controller.cache.QueryCacheDB
-
- insertRow() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Insert the contents of the insert row into the result set and
the database.
- insertsAreDetected(int) -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- We do not support row insert in
ResultSets
.
- instantiate(MBeanMetaData, String, String[], Object[]) -
Method in class org.objectweb.cjdbc.controller.jmx.JmxInterceptor
-
- interactive -
Variable in class org.objectweb.cjdbc.controller.console.CommandLineConsoleHelper
true
if the console is used in interactive mode.
- intializeDatabase() -
Method in class org.objectweb.cjdbc.controller.recoverylog.JDBCRecoveryLog
- Checks if the tables (log and checkpoint) already exist, else, it creates
missing tables on the database.
- invalidate() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Invalidates this cache entry (removes the
ResultSet
and
turn state to QueryCacheEntry.CACHE_INVALID
).
- invalidateAll() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseColumn
- Invalidates all cache entries depending on this column.
- invalidateAll() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseTable
- Invalidates all cache entries of every column of this table.
- invalidateAllNonUnique() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseColumn
- Invalidates all cache entries depending on this column that are
non
UNIQUE
.
- invalidateAllNonUniqueAndMarkDirtyUnique() -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseColumn
- Invalidates all cache entries depending on this column that are
non
UNIQUE
and mark dirty UNIQUE
queries.
- invalidateAllUniqueWithValuesAndAllNonUnique(String, ArrayList, ArrayList) -
Method in class org.objectweb.cjdbc.controller.cache.schema.CacheDatabaseColumn
- Invalidates all cache entries depending on this column that are either non-
unique or unique and associated with given values.
- invoke(MBeanMetaData, String, String[], Object[]) -
Method in class org.objectweb.cjdbc.controller.jmx.JmxInterceptor
- This ensures logging of invoke methods on the server
- invoke(MBeanMetaData, String, String[], Object[]) -
Method in class org.objectweb.cjdbc.controller.jmx.VirtualDatabaseAdminAuthenticator
- This ensures logging of invoke methods on the server
- ipAddress -
Variable in class org.objectweb.cjdbc.controller.Controller
- The IP address to bind the controller to.
- isAfterLast() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Determine if the cursor is after the last row in the result
set.
- isAutoCommit -
Variable in class org.objectweb.cjdbc.sql.AbstractRequest
- Whether this request has been sent in
autocommit
mode or not.
- isAutoCommit() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if the request should be executed in
autocommit
mode.
- isAutoIncrement -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isAutoIncrement() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isAutoIncrement(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isBackgroundParsing() -
Method in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache
- Returns the backgroundParsing.
- isBeforeFirst() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0.
- isCaseSensitive -
Variable in class org.objectweb.cjdbc.controller.requestmanager.ParserThread
-
- isCaseSensitive -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isCaseSensitive() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isCaseSensitive(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isCaseSensitiveParsing() -
Method in class org.objectweb.cjdbc.controller.requestmanager.ParsingCache
- Returns the caseSensitiveParsin.
- isCatalogAtStart() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Does a catalog appear at the start of a qualified table name?
- isClosed -
Variable in class org.objectweb.cjdbc.driver.Connection
- Status of the connection.
- isClosed() -
Method in class org.objectweb.cjdbc.driver.Connection
- Returns
true
if the connection is closed (no real meaning
from C-JDBC point of view)
- isCompatibleSubset(DatabaseSchema) -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseSchema
- Checks if this
DatabaseSchema
is a compatible subset of a
given schema.
- isCompliant -
Variable in class org.objectweb.cjdbc.controller.backend.DriverCompliance
-
- isCompliant() -
Method in class org.objectweb.cjdbc.controller.backend.DriverCompliance
-
- isCreate() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns
true
if this request in a CREATE
statement.
- isCreate() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
-
- isCreate() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
-
- isCreate() -
Method in class org.objectweb.cjdbc.sql.DropRequest
-
- isCreate() -
Method in class org.objectweb.cjdbc.sql.InsertRequest
-
- isCreate() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
-
- isCurrency -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isCurrency() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isCurrency(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isDebugEnabled() -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
-
- isDebugEnabled() -
Method in class org.objectweb.cjdbc.log.StaticNoDebugLogger
-
- isDebugEnabled() -
Method in class org.objectweb.cjdbc.log.Trace
- Checks whether this category is enabled for the
DEBUG
Level
.
- isDefaultRule() -
Method in class org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule
- Returns
true
if this rule is the default rule.
- isDefinitelyWritable -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isDefinitelyWritable() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isDefinitelyWritable(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isDelete() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns
true
if this request in a DELETE
statement.
- isDelete() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
-
- isDelete() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
-
- isDelete() -
Method in class org.objectweb.cjdbc.sql.DropRequest
-
- isDelete() -
Method in class org.objectweb.cjdbc.sql.InsertRequest
-
- isDelete() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
-
- isDirty() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Returns
true
if cache entry state is marked dirty (state is
QueryCacheEntry.CACHE_DIRTY
).
- isDistributed() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.DistributedVirtualDatabase
- Is this virtual database distributed ?
- isDistributed() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Is this virtual database distributed ?
- isDrop() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns
true
if this request in a DROP
statement.
- isDrop() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
-
- isDrop() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
-
- isDrop() -
Method in class org.objectweb.cjdbc.sql.DropRequest
-
- isDrop() -
Method in class org.objectweb.cjdbc.sql.InsertRequest
-
- isDrop() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
-
- isEnabled -
Variable in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Is this bakend enabled.
- isEnabled() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Tests if this backend is enabled (active and synchronized).
- isErrorEnabled() -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
-
- isErrorEnabled() -
Method in class org.objectweb.cjdbc.log.Trace
- Checks whether this category is enabled for the
INFO
Level
.
- isFatalEnabled() -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
-
- isFatalEnabled() -
Method in class org.objectweb.cjdbc.log.Trace
- Checks whether this category is enabled for the
INFO
Level
.
- isFirst() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Determine if the cursor is on the first row of the result set.
- isInfoEnabled() -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
-
- isInfoEnabled() -
Method in class org.objectweb.cjdbc.log.Trace
- Checks whether this category is enabled for the
INFO
Level
.
- isInitialized() -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Tests if this backend is enabled (active and synchronized).
- isInitialized() -
Method in class org.objectweb.cjdbc.controller.connection.AbstractConnectionManager
- Tests if the connections have been initialized.
- isInsert() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns
true
if this request in an INSERT
statement.
- isInsert() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
-
- isInsert() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
-
- isInsert() -
Method in class org.objectweb.cjdbc.sql.DropRequest
-
- isInsert() -
Method in class org.objectweb.cjdbc.sql.InsertRequest
-
- isInsert() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
-
- isKilled -
Variable in class org.objectweb.cjdbc.controller.ControllerServerThread
-
- isKilled -
Variable in class org.objectweb.cjdbc.controller.ControllerWorkerThread
-
- isKilled -
Variable in class org.objectweb.cjdbc.controller.connection.VariablePoolConnectionManager.RemoveIdleConnectionsThread
-
- isKilled -
Variable in class org.objectweb.cjdbc.controller.loadbalancer.BackendWorkerThread
-
- isKilled -
Variable in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseWorkerThread
true
ifthis has been killed.
- isLast() -
Method in class org.objectweb.cjdbc.driver.ResultSet
- JDBC 2.0
Determine if the cursor is on the last row of the result set.
- isLocked -
Variable in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock
-
- isLocked() -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock
- Returns
true
if the lock is owned by someone.
- isNullable -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isNullable() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isNullable(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isParsed -
Variable in class org.objectweb.cjdbc.sql.AbstractRequest
- Whether the SQL content has been parsed or not.
- isParsed() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if the request SQL content has been already
parsed.
- isPoolConnectionThreads() -
Method in class org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabase
- Returns the poolConnectionThreads.
- isReadLocked() -
Method in class org.objectweb.cjdbc.util.ReadPrioritaryFIFOWriteLock
- Tests if the lock is currently held by at least one reader.
- isReadOnly() -
Method in class org.objectweb.cjdbc.driver.Connection
- Tests to see if the connection is in read only Mode.
- isReadOnly() -
Method in class org.objectweb.cjdbc.driver.DatabaseMetaData
- Is the database in read-only mode?
- isReadOnly -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isReadOnly() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isReadOnly(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isReadOnly -
Variable in class org.objectweb.cjdbc.sql.AbstractRequest
- True if the connection has been set to read-only
- isReadOnly() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if the connection is set to read-only
- isReadRequest() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if this request is a read request
(SELECT
requests for example perform a read).
- isReadRequest() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
-
- isReadRequest() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
-
- isReadRequest() -
Method in class org.objectweb.cjdbc.sql.StoredProcedure
-
- isReadRequest() -
Method in class org.objectweb.cjdbc.sql.UnknownRequest
-
- isRecovering() -
Method in class org.objectweb.cjdbc.controller.recoverylog.AbstractRecoveryLog
- Returns
true
if at least one backend has started a recover
process.
- isSearchable -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isSearchable() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isSearchable(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isShuttingDown -
Variable in class org.objectweb.cjdbc.controller.ControllerServerThread
-
- isSigned -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isSigned() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isSigned(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isSqlFunction(String) -
Method in class org.objectweb.cjdbc.sql.SelectRequest
- Checks if the string parameter represents an SQL function, e. g., MAX,
COUNT, SUM, etc.
- isStartedTransaction(Integer) -
Method in class org.objectweb.cjdbc.controller.backend.DatabaseBackend
- Returns
true
if the specified transaction has been started
on this backend (a connection has been allocated for this transaction).
- isUnique -
Variable in class org.objectweb.cjdbc.sql.DeleteRequest
true
if this query only deletes a single row.
- isUnique() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
- Returns
true
if this query only deletes a single row.
- isUnique -
Variable in class org.objectweb.cjdbc.sql.UpdateRequest
true
if this request updates a UNIQUE
row.
- isUnique() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
- Returns
true
as this request updates a UNIQUE
row.
- isUnique -
Variable in class org.objectweb.cjdbc.sql.schema.DatabaseColumn
true
if this column has a UNIQUE
constraint
(like primary keys for example).
- isUnique() -
Method in class org.objectweb.cjdbc.sql.schema.DatabaseColumn
- Tests if the column has a
UNIQUE
constraint (like primary
keys for example).
- isUnknownRequest() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if the resulting operation on this request is
unknown (some non-standard command or stored procedure for example).
- isUnknownRequest() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
-
- isUnknownRequest() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
-
- isUnknownRequest() -
Method in class org.objectweb.cjdbc.sql.StoredProcedure
-
- isUnknownRequest() -
Method in class org.objectweb.cjdbc.sql.UnknownRequest
-
- isUpdate() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
- Returns
true
if this request in an UPDATE
statement.
- isUpdate() -
Method in class org.objectweb.cjdbc.sql.CreateRequest
-
- isUpdate() -
Method in class org.objectweb.cjdbc.sql.DeleteRequest
-
- isUpdate() -
Method in class org.objectweb.cjdbc.sql.DropRequest
-
- isUpdate() -
Method in class org.objectweb.cjdbc.sql.InsertRequest
-
- isUpdate() -
Method in class org.objectweb.cjdbc.sql.UpdateRequest
-
- isValid() -
Method in class org.objectweb.cjdbc.controller.cache.QueryCacheEntry
- Return
true
if cache entry state is valid (state is
QueryCacheEntry.CACHE_VALID
).
- isValidAdminUser(VirtualDatabaseUser) -
Method in class org.objectweb.cjdbc.controller.authentication.AuthenticationManager
- Checks whether this administrator user has been registered to this
AuthenticationManager
or not.
- isValidVirtualLogin(String) -
Method in class org.objectweb.cjdbc.controller.authentication.AuthenticationManager
- Checks whether a given virtual login has been registered to this
AuthenticationManager
or not.
- isValidVirtualUser(VirtualDatabaseUser) -
Method in class org.objectweb.cjdbc.controller.authentication.AuthenticationManager
- Checks whether a given virtual database user has been registered to
this
AuthenticationManager
or not.
- isWaiting(int) -
Method in class org.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock
- Returns
true
if the given transaction id is contained
in this lock waiting queue.
- isWarnEnabled() -
Method in class org.objectweb.cjdbc.log.StaticDisabledLogger
-
- isWarnEnabled() -
Method in class org.objectweb.cjdbc.log.Trace
- Checks whether this category is enabled for the
INFO
Level
.
- isWritable -
Variable in class org.objectweb.cjdbc.driver.Field
-
- isWritable() -
Method in class org.objectweb.cjdbc.driver.Field
-
- isWritable(int) -
Method in class org.objectweb.cjdbc.driver.ResultSetMetaData
-
- isWriteLocked() -
Method in class org.objectweb.cjdbc.util.ReadPrioritaryFIFOWriteLock
- Tests if the lock is currently held by a writer.
- isWriteRequest() -
Method in class org.objectweb.cjdbc.sql.AbstractRequest
- Returns
true
if this request is a write request
(INSERT
or UPDATE
for example perform writes).
- isWriteRequest() -
Method in class org.objectweb.cjdbc.sql.AbstractWriteRequest
-
- isWriteRequest() -
Method in class org.objectweb.cjdbc.sql.SelectRequest
-
- isWriteRequest() -
Method in class org.objectweb.cjdbc.sql.StoredProcedure
-
- isWriteRequest() -
Method in class org.objectweb.cjdbc.sql.UnknownRequest
-
- isolationLevel -
Variable in class org.objectweb.cjdbc.driver.Connection
- Isolation level.
JDBCRecoveryLog
instance.
JmxException
instance.
JmxException
instance.
JmxException
instance.
JmxException
instance.
MBeans
.
KillThreadTask
instance that must be executed by
nbToComplete
backend threads
controller
Add startup actions here to
avoid them in BLOB
value designated by
this Blob
object.
CLOB
value designated by this Clob
object
VirtualDatabase
specified in the arguments list
Connection
object).
ResultSet
.
QueryCacheEntry.CACHE_DIRTY
).
Stats
object to this one.
DatabaseSchema
with the current one.
DatabaseSchema
with the current one.
DatabaseSchema
with the current one.
DatabaseSchema
with the current one.
NotImplementedException
instance.
NotImplementedException
instance.
NotImplementedException
instance.
NotImplementedException
instance.
DatabasesHandler.currentAuthenticationManager
using the parsed attributs.
DatabasesHandler.currentAuthenticationManager
as a new
AuthenticationManager
.
DatabasesHandler.currentLoadBalancer
using the parsed
attributes.
JDBCRecoveryLog
using
the parsed attributes.
DatabasesHandler.currentBackend
as a new DatabaseBackend
using the parsed attributes.
DatabasesHandler.currentTable
a new DatabaseColumn
using
the parsed attributes.
DatabasesHandler.currentTable
as a new DatabaseTable
using the
parsed attributs.
DatabasesHandler.currentBackend
as a new DatabaseBackend
using the parsed attributes.
FailFastPoolConnectionManager
to
DatabasesHandler.currentBackend
using the parsed attributes.
FileRecoveryLog
using
the parsed attributes.
JDBCRecoveryLog
using the RecoveryLogTable
parsed attributes.
JDBCRecoveryLog
using
the parsed attributes.
JDBCRecoveryLog
using the RecoveryLogTable
parsed attributes.
DatabasesHandler.currentRequestCache
as a new QueryCache
using the parsed attributes.
DatabasesHandler.currentRequestCache
as a new QueryCacheDB
and DatabasesHandler.currentBackend
as a new DatabaseBackend
using
the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb0
using
the parsed attributes.
DatabasesHandler.currentRequestScheduler
as a new
RAIDb0QueryLevelScheduler
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1_LPRF
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1
using
the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1_RR
using
the parsed attributes.
DatabasesHandler.currentRequestScheduler
as a new
RAIDb1QueryLevelScheduler
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1_WRR
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1ec
using
the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1ec_RR
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb1ec_WRR
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2_LPRF
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2
using
the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2_RR
using
the parsed attributes.
DatabasesHandler.currentRequestScheduler
as a new
RAIDb2QueryLevelScheduler
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2_WRR
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2ec
using
the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2ec_RR
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new RAIDb2ec_WRR
using the parsed attributes.
RandomWaitPoolConnectionManager
to
DatabasesHandler.currentBackend
using the parsed attributes.
DatabasesHandler.currentVirtualUser
in the DatabasesHandler.currentAuthenticationManager
using the parsed attributes.
DatabasesHandler.beginTimeout
, DatabasesHandler.commitTimeout
and
DatabasesHandler.rollbackTimeout
timeouts (in ms) using the parsed attributes.
SimpleConnectionManager
to
DatabasesHandler.currentBackend
using the parsed attributes.
DatabasesHandler.currentLoadBalancer
as a new SingleDB
using
the parsed attributes.
DatabasesHandler.currentRequestScheduler
as a new
SingleDBQueryLevelScheduler
using the parsed attributes.
VariablePoolConnectionManager
to
DatabasesHandler.currentBackend
using the parsed attributes.
DatabasesHandler.currentVirtualDatabase
as a new VirtualDatabase
using the parsed attributes.
DatabasesHandler.currentVirtualUser
as a new VirtualDatabaseUser
using the parsed attributes and adds this new virtual database
user to the DatabasesHandler.currentAuthenticationManager
.
Color
.
PreparedStatement
object. DatabaseSchema
of the database
targeted by this request.
DatabaseSchema
of the database
targeted by this request.
SelectRequest.getSelect()
, SelectRequest.getFrom()
and SelectRequest.getWhere()
functions.
SQLException
: it is useless to parse
a stored procedure call since we can't know which tables are affected
by this procedure.
SQLException
: it is not possible
to parse an unknown request because we don't know its syntax or semantic.
DatabaseSchema
of the database targeted by this request.
WaitForCompletionPolicy.FIRST
).
pattern
begins within the BLOB
value that this
Blob
object represents.
BLOB
value designated by
this Blob
object at which pattern
begins.
searchstr
begins within the CLOB
value that this
Clob
object represents.
Clob
object searchstr
begins within the CLOB
value that this
Clob
object represents.
CallableStatement
object that will generate ResultSet
objects with the given type and concurrency.
IN
parameters can be
pre-compiled and stored in a PreparedStatement object.
PreparedStatement
object.
PreparedStatement
object that will generate ResultSet
objects with the given type, concurrency, and holdability.
PreparedStatement
object that has the
capability to retrieve auto-generated keys.
PreparedStatement
object capable of
returning the auto-generated keys designated by the given array.
PreparedStatement
object capable of
returning the auto-generated keys designated by the given array.
String
.
String
in the console with the given color.
String
followed by a new line.
ArrayList
of DatabaseProcedures
.
PreparedStatement
used to log requests.
Cache
instance.
Cache
instance and connect to the given cache
database.
CacheEntry
represents a SQL select request with
its reponse. CacheEntry
instance.
RandomWaitPoolConnectionManager
instance.
ReadPrioritaryFIFOWriteLock
instance.
StoredProcedure
call that returns a ResultSet.ReadStoredProcedureTask
.
AbstractTask
and the id of the task
in the recovery log.RecoveryTask
instance.
RequestManager
instance
without cache and log recovery.
RequestManager
instance
without log recovery.
RequestManager
instance
without cache.
RequestManager
instance.
ResultSet
provides access to a table of data
generated by executing a Statement. ResultSet
- Note that we create
ResultSets
to represent the results of everything.
ResultSet
- Note that we create ResultSets to
represent the results of everything.
RollbackException
is thrown by a scheduler when the
transaction must be rollbacked (for example when a deadlock is detected).RollbackException
instance.
RollbackException
instance.
RollbackException
instance.
RollbackException
instance.
HashMap
of HashMap
of
DatabaseBackendUser
objects hashed by the backend name,
hashed by their virtual database login.
log4j.properties
file.
Controller
or VirtualDatabase
to that MBean agent
parameterIndex
to the JDBC type
sqlType
.
parameterIndex
to be of JDBC type
sqlType
.
parameterName
to
the JDBC type sqlType
.
parameterName
to be of
JDBC type sqlType
.
Savepoint
object from the current
transaction.
DatabaseProcedure
describing a procedure of the database.
CacheDatabaseTable
describing a table of the
database.
SchedulerDatabaseTable
describing a table of the
database.
DatabaseTable
describing a table of the database.
DOCTYPE
found.
DOCTYPE
found.
Savepoint
object was
set.
wait()
(on itself) when the
tasklist becomes empty.
SchedulerDatabaseSchema
describes all the tables and columns
of a database and its associated cache entries.SchedulerDatabaseSchema
instance
by cloning an existing DatabaseSchema
.
CacheDatabaseTable
represents a database table and its
associated cache entries. CacheDatabaseTable
instance.
SelectRequest
is an SQL request of the following
syntax:
SELECT [ALL|DISTINCT] select-item[,select-item]*
FROM table-specification[,table-specification]*
[WHERE search-condition]
[GROUP BY grouping-column[,grouping-column]]
[HAVING search-condition]
[ORDER BY sort-specification[,sort-specification]]
[LIMIT ignored]
Everything after the end of the WHERE
clause is ignored.SelectRequest
instance.
SelectRequest
instance.
SELECT
statement.WriteRequestTask
instance.
ShutdownException
instance.
ShutdownException
instance.
ShutdownException
instance.
ShutdownException
instance.
Connection
every time the
SimpleConnectionManager.getConnection()
method is called.SimpleConnectionManager
instance.
SingleDB
instance.
Statement
object is used for executing a static SQL
statement and obtaining the results produced by it.
Statement
instance.
StaticDisabledLogger
object from a given
log4j Logger
.
StaticNoDebugLogger
object from a given
log4j Logger
.
Stats
instance.
StoredProcedure
is a SQL request with the following
syntax:
{call <procedure-name>[<arg1>,<arg2>, ...]}
StoredProcedure
instance.
true
if schema is static.
ArrayList
of TableColumn
objects.
java.math.BigDecimal
value.
BLOB
value that this Blob
object represents.
java.sql.Blob
value.
boolean
value.
byte
value.
BLOB
value that this
Blob
object represents, starting at position
pos
, and returns the number of bytes written.
byte
array to the
BLOB
value that this Blob
object represents
and returns the number of bytes written.
Reader
object, which is the given number of characters long.
DatabaseSchema
of the current virtual database.
DatabaseSchema
of the current virtual database.
DatabaseSchema
to be able to parse
the requests and find dependencies.
DatabaseSchema
of the current virtual database.
DatabaseSchema
of the current virtual database.
java.sql.Date
value.
java.sql.Date
value, using the given
Calendar
object.
double
value.
float
value.
ResultSet
objects created using
this Connection
object to the given holdability.
int
value.
DatabaseColumn.isUnique
.
long
value.
maxFieldSize
.
QueryCacheEntry
in LRU.
NULL
.
NULL
.
java.lang
equivalent objects for integral values.
QueryCacheEntry
in LRU.
ResultSet
of the cached select
request (cache update).
Savepoint
object that represents it.
Savepoint
object that represents it.
short
value.
String
value.
java.sql.Time
value.
java.sql.Time
value, using the given
Calendar
object.
java.sql.Time
value.
java.sql.Timestamp
value.
java.sql.Timestamp
value, using the given
Calendar
object.
java.sql.Timestamp
value.
java.net.URL
object.
java.net.URL
value.
ControllerParser
object to
configure controller while parsing file.
VirtualDatabase
configuration into the
controller.
QueryCacheEntry.CACHE_VALID
).
isKilled
value to true.
CLOB
false
).
false
).
false
).
false
).
false
).
false
).
false
).
false
).
ResultSet
objects returned from a
CallableStatement
object simultaneously.
ResultSets
from a single execute
supported?
ResultSet
type is supported ?
ResultSet
types.
false
).
false
).
false
).
false
).
false
).
false
).
TableColumn
is used to carry parsing information
and contains a database table name and one of its column.TableColumn
.
Trace
object from a given log4j
Logger
.
TransactionExclusiveLock
is an exclusive lock that
let the owner of the lock acquire several times the lock (but it needs
to be released only once). WaitingListElement
instance.
TransactionMarkerMetaData
.
ArrayList
of SchedulerDatabaseTable
.
ArrayList
of DatabaseTables
.
String
.
BLOB
value that this Blob
object
represents to be len
bytes in length.
VARCHAR
, TEXT
, ...).
INSERT
(select based on a primary key for
example).
UnknownRequest
is an SQL request that does not
match any SQL query known by this software.UnknownRequest
instance.
UpdateRequest
is an SQL request with the following
syntax:
UPDATE table-name SET (column-name=expression[,column-name=expression]*)
WHERE search-condition
UpdateRequest
instance.
UpdateRequest
instance.
java.sql.Array
value.
java.sql.Array
value.
java.sql.Blob
value.
java.sql.Blob
value.
java.sql.Clob
value.
java.sql.Clob
value.
java.sql.Ref
value.
java.sql.Ref
value.
false
).
WaitForCompletion/policy
, ErrorChecking
or CreateTable/policy
attribute
QueryCache/granularity
attribute.
QueryCache/granularity
attribute.
QueryCache/granularity
attribute
QueryCache/granularity
attribute.
QueryCache/granularity
attribute.
QueryCache/granularity
attribute.
WaitForCompletion/policy
attribute
WaitForCompletion/policy
attribute
QueryCache/granularity
attribute.
level
attribute.
level
attribute.
level
attribute.
level
attribute.
CreateTable/policy
or
ErrorChecking/policy
attribute
CreateTable/policy
or
ErrorChecking/policy
attribute
QueryCache/granularity
attribute.
VariablePoolConnectionManager
instance with the
default VariablePoolConnectionManager.minPoolSize
(initial pool size to be initialized at
startup).
VariablePoolConnectionManager
instance.
VariablePoolConnectionManager.idleTimeout
timeout.VirtualDatabase
represents a database from client point of
view and hide the complexity of the cluster distribution to the client. VirtualDatabase
instance.
VirtualDatabaseAdmin
instance.
VirtualDatabaseAdmin
instance.
JmxException
instance.
JmxException
instance.
JmxException
instance.
JmxException
instance.
VirtualDatabaseUser
is a login/password combination to
represent a virtual database user.VirtualDatabaseUser
instance.
VirtualDatabaseWorkerThread
handles a connection with a
C-JDBC driver.VirtualDatabaseWorkerThread
instance.
VirtualDatabase
objects.
ArrayList
of VirtualDatabaseUser
objects.
AbstractWriteRequest
statement.WriteRequestTask
.
AbstractWriteRequest
statement and return the
auto generated keys.WriteRequestTask
.
StoredProcedure
call.WriteStoredProcedureTask
.
ArrayList
of WaitingListElement
.
WARN
Level
.
WARN
Level
including the stack trace of the Throwable
error
passed
as parameter.
NULL
.
ArrayList
of TableColumn
objects.
ArrayList
of values String
associated with
the unique columns involved in this delete query.
Hashtable
of String keys corresponding to column names and
String values corresponding to the values associated with the UNIQUE
columns of a UNIQUE SELECT.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |