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

A

absolute(int) - Method in class com.jdbwc.core.WCResultSet
 
acceptsURL(String) - Method in class com.jdbwc.core.WCDriver
Check if this driver supports the given url.
addBatch() - Method in class com.jdbwc.core.WCCallableStatement
 
addBatch(String) - Method in class com.jdbwc.core.WCCallableStatement
 
addBatch() - Method in class com.jdbwc.core.WCPreparedStatement
 
addBatch(String) - Method in class com.jdbwc.core.WCPreparedStatement
 
addBatch(String) - Method in class com.jdbwc.core.WCStatement
 
addRow(DataHandler) - Method in class com.jdbwc.core.WCResultSet
 
addRow(DataHandler) - Method in interface com.jdbwc.iface.ResultSet
Adds a new data row to this ResultSet Object.
afterLast() - Method in class com.jdbwc.core.WCResultSet
 
allProceduresAreCallable() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
allProceduresAreCallable() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
autoCommitFailureClosesAllResultSets() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
autoCommitFailureClosesAllResultSets() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 

B

BatchException - Exception in com.jdbwc.exceptions
 
BatchException() - Constructor for exception com.jdbwc.exceptions.BatchException
 
BatchException(String, String, int) - Constructor for exception com.jdbwc.exceptions.BatchException
 
BatchException(String, String) - Constructor for exception com.jdbwc.exceptions.BatchException
 
BatchException(String) - Constructor for exception com.jdbwc.exceptions.BatchException
 
beforeFirst() - Method in class com.jdbwc.core.WCResultSet
 
BIT - Static variable in class com.jdbwc.util.PgSQLTypes
 
BIT_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
BOOL - Static variable in class com.jdbwc.util.PgSQLTypes
 
BOOL_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
BPCHAR - Static variable in class com.jdbwc.util.PgSQLTypes
 
BPCHAR_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
BYTEA - Static variable in class com.jdbwc.util.PgSQLTypes
 
BYTEA_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 

C

cancel() - Method in class com.jdbwc.core.WCCallableStatement
 
cancel() - Method in class com.jdbwc.core.WCPreparedStatement
 
cancel() - Method in class com.jdbwc.core.WCStatement
 
cancelRowUpdates() - Method in class com.jdbwc.core.WCResultSet
 
CASE_LOWER - Static variable in class com.jdbwc.util.Util
 
CASE_MIXED - Static variable in class com.jdbwc.util.Util
 
CASE_UPPER - Static variable in class com.jdbwc.util.Util
 
CHAR - Static variable in class com.jdbwc.util.PgSQLTypes
 
CHAR_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
checkForExceptions(String) - Static method in class com.jdbwc.util.Util
Look for errors from the server.
Chuck a wobbly (alias: throw exception) back to the requesting method with a few details about the problem if one [or more] are found.

NOTE: This release will only throw one exception for the first found (instead of java's usual exception trail) but will include details for all in the message.
clearBatch() - Method in class com.jdbwc.core.WCCallableStatement
 
clearBatch() - Method in class com.jdbwc.core.WCPreparedStatement
 
clearBatch() - Method in class com.jdbwc.core.WCStatement
 
clearParameters() - Method in class com.jdbwc.core.WCCallableStatement
 
clearParameters() - Method in class com.jdbwc.core.WCPreparedStatement
 
clearWarnings() - Method in class com.jdbwc.core.WCCallableStatement
 
clearWarnings() - Method in class com.jdbwc.core.WCConnection
 
clearWarnings() - Method in class com.jdbwc.core.WCPreparedStatement
 
clearWarnings() - Method in class com.jdbwc.core.WCResultSet
 
clearWarnings() - Method in class com.jdbwc.core.WCStatement
 
close() - Method in class com.jdbwc.core.WCCallableStatement
 
close() - Method in class com.jdbwc.core.WCConnection
 
close() - Method in class com.jdbwc.core.WCPreparedStatement
 
close() - Method in class com.jdbwc.core.WCResultSet
 
close() - Method in class com.jdbwc.core.WCStatement
 
com.jdbwc.core - package com.jdbwc.core
The core JDBC implementations that make up the JDBWC Driver.
com.jdbwc.core.util - package com.jdbwc.core.util
Core implementation utility classes.
com.jdbwc.exceptions - package com.jdbwc.exceptions
Custom exception classes used by this package.
com.jdbwc.iface - package com.jdbwc.iface
java.sql implementation extensions.
com.jdbwc.util - package com.jdbwc.util
Utility classes for this package.
commit() - Method in class com.jdbwc.core.WCConnectionTransaction
 
connect(String, Properties) - Method in class com.jdbwc.core.WCDriver
 
Connection - Interface in com.jdbwc.iface
Vendor based extension.
This interface is for any extension methods we require over the standard java.sql.Connection interface to help make our driver work.

This interface and its method/s are not designed for direct public consumption.
The purpose of this interface is to expand functionality to assist the driver in doing its job internally.
Declaring any additional public methods here makes it easier to work with the actual implementation.
EG: you can easily tell whats generic to java.sql.Connection and whats an extension.
countParams(String) - Static method in class com.jdbwc.core.util.SQLParamParser
 
countParams(String, char) - Static method in class com.jdbwc.core.util.SQLParamParser
 
createArrayOf(String, Object[]) - Method in class com.jdbwc.core.WCConnection
 
createBlob() - Method in class com.jdbwc.core.WCConnection
 
createClob() - Method in class com.jdbwc.core.WCConnection
 
createNClob() - Method in class com.jdbwc.core.WCConnection
 
createSQLXML() - Method in class com.jdbwc.core.WCConnection
 
createStatement() - Method in class com.jdbwc.core.WCConnection
 
createStatement(int, int) - Method in class com.jdbwc.core.WCConnection
 
createStatement(int, int, int) - Method in class com.jdbwc.core.WCConnection
 
createStruct(String, Object[]) - Method in class com.jdbwc.core.WCConnection
 
csvFormat(String) - Static method in class com.jdbwc.util.Util
 
csvUnFormat(String) - Static method in class com.jdbwc.util.Util
 

D

dataDefinitionCausesTransactionCommit() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
dataDefinitionCausesTransactionCommit() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
DataException - Exception in com.jdbwc.exceptions
 
DataException() - Constructor for exception com.jdbwc.exceptions.DataException
 
DataException(String, String, int) - Constructor for exception com.jdbwc.exceptions.DataException
 
DataException(String, String) - Constructor for exception com.jdbwc.exceptions.DataException
 
DataException(String) - Constructor for exception com.jdbwc.exceptions.DataException
 
DATE - Static variable in class com.jdbwc.util.PgSQLTypes
 
DATE_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
deleteRow() - Method in class com.jdbwc.core.WCResultSet
 
deletesAreDetected(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
deletesAreDetected(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
Driver - Class in com.jdbwc.core
Required JDBC-API implementation for java.sql.Driver.

Its advised to keep this class as small as possible to reduce memory footprint size when the Driver is registered with the JRE (before use).
Once the Driver is put into use it will use the methods in WCDriver to determine suitability for a given URL and start a connection if the Driver is suitable.
Normally the methods in WCDriver would be in this class but were migrated to reduce the standby footprint size..
Driver() - Constructor for class com.jdbwc.core.Driver
Construct a new driver instance for Class.forName().newInstance()
DT_IMPL_VER - Static variable in class com.jdbwc.util.Util
DataHandler implementation used by this driver

E

execute() - Method in class com.jdbwc.core.WCCallableStatement
 
execute() - Method in class com.jdbwc.core.WCPreparedStatement
 
execute(String) - Method in class com.jdbwc.core.WCStatement
 
execute(String, int) - Method in class com.jdbwc.core.WCStatement
 
execute(String, int[]) - Method in class com.jdbwc.core.WCStatement
 
execute(String, String[]) - Method in class com.jdbwc.core.WCStatement
 
executeBatch() - Method in class com.jdbwc.core.WCCallableStatement
 
executeBatch() - Method in class com.jdbwc.core.WCPreparedStatement
 
executeBatch() - Method in class com.jdbwc.core.WCStatement
 
executeQuery() - Method in class com.jdbwc.core.WCCallableStatement
 
executeQuery() - Method in class com.jdbwc.core.WCPreparedStatement
 
executeQuery(String) - Method in class com.jdbwc.core.WCStatement
 
executeStoredRoutine(String) - Method in class com.jdbwc.core.WCStatement
PHP has trouble with custom DELIMITERS.
executeUpdate() - Method in class com.jdbwc.core.WCCallableStatement
 
executeUpdate() - Method in class com.jdbwc.core.WCPreparedStatement
 
executeUpdate(String) - Method in class com.jdbwc.core.WCStatement
 
executeUpdate(String, int) - Method in class com.jdbwc.core.WCStatement
 
executeUpdate(String, int[]) - Method in class com.jdbwc.core.WCStatement
 
executeUpdate(String, String[]) - Method in class com.jdbwc.core.WCStatement
 
executeWithResults(String) - Method in class com.jdbwc.core.WCStatement
ResultSets are stored in the extra results holder.
If ResultSets were found this method returns true, otherwise it returns false.

F

FIELD_TYPE_BIT - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_BLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_DATE - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_DATETIME - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_DECIMAL - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_DOUBLE - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_ENUM - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_FLOAT - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_GEOMETRY - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_INT24 - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_LONG - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_LONG_BLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_LONGLONG - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_MEDIUM_BLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_NEW_DECIMAL - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_NEWDATE - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_NULL - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_SET - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_SHORT - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_STRING - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_TIME - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_TIMESTAMP - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_TINY - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_TINY_BLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_VAR_STRING - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_VARCHAR - Static variable in class com.jdbwc.util.MySQLTypes
 
FIELD_TYPE_YEAR - Static variable in class com.jdbwc.util.MySQLTypes
 
findColumn(String) - Method in class com.jdbwc.core.WCResultSet
 
first() - Method in class com.jdbwc.core.WCResultSet
 
FLOAT4 - Static variable in class com.jdbwc.util.PgSQLTypes
 
FLOAT4_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
FLOAT8 - Static variable in class com.jdbwc.util.PgSQLTypes
 
FLOAT8_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 

G

getArray(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getArray(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getArray(int) - Method in class com.jdbwc.core.WCResultSet
 
getArray(String) - Method in class com.jdbwc.core.WCResultSet
 
getAsciiStream(int) - Method in class com.jdbwc.core.WCResultSet
 
getAsciiStream(String) - Method in class com.jdbwc.core.WCResultSet
 
getAttributes(String, String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.

Descriptions are returned only for attributes of UDTs matching the catalog, schema, type, and attribute name criteria.
They are ordered by TYPE_CAT, TYPE_SCHEM, TYPE_NAME and ORDINAL_POSITION.
getAttributes(String, String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.

Descriptions are returned only for attributes of UDTs matching the catalog, schema, type, and attribute name criteria.
They are ordered by TYPE_CAT, TYPE_SCHEM, TYPE_NAME and ORDINAL_POSITION.
getAutoCommit() - Method in class com.jdbwc.core.WCConnection
 
getAutoindexValue() - Method in class com.jdbwc.core.util.SQLField
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
getBigDecimal(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getBigDecimal(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getBigDecimal(int, int) - Method in class com.jdbwc.core.WCCallableStatement
Deprecated.  
getBigDecimal(int) - Method in class com.jdbwc.core.WCResultSet
 
getBigDecimal(String) - Method in class com.jdbwc.core.WCResultSet
 
getBigDecimal(int, int) - Method in class com.jdbwc.core.WCResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class com.jdbwc.core.WCResultSet
Deprecated.  
getBinaryStream(int) - Method in class com.jdbwc.core.WCResultSet
 
getBinaryStream(String) - Method in class com.jdbwc.core.WCResultSet
 
getBlob(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getBlob(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getBlob(int) - Method in class com.jdbwc.core.WCResultSet
 
getBlob(String) - Method in class com.jdbwc.core.WCResultSet
 
getBoolean(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getBoolean(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getBoolean(int) - Method in class com.jdbwc.core.WCResultSet
Values that are considered booleans by this method (cAsE insensitive).
getBoolean(String) - Method in class com.jdbwc.core.WCResultSet
Values that are considered booleans by this method (cAsE insensitive).
getByte(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getByte(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getByte(int) - Method in class com.jdbwc.core.WCResultSet
 
getByte(String) - Method in class com.jdbwc.core.WCResultSet
 
getBytes(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getBytes(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getBytes(int) - Method in class com.jdbwc.core.WCResultSet
 
getBytes(String) - Method in class com.jdbwc.core.WCResultSet
 
getCaseSafeHandler(int) - Static method in class com.jdbwc.util.Util
DataHandler Factory method.

Get a DataHandler object with keys matching the required caseType to satisfy various database engine requirements.

All DataHandler objects used by this driver come from this method, making the use of different DataHandler implementations very simple.
getCaseSensitivity() - Method in class com.jdbwc.core.WCConnectionInfo
 
getCatalog() - Method in class com.jdbwc.core.WCConnection
 
getCatalogName(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getCatalogs() - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves the catalog names available in this database.
getCatalogs() - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves the catalog names available in this database.
getCatalogSeparator() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getCatalogSeparator() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getCatalogTerm() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getCatalogTerm() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getCharacterStream(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getCharacterStream(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getCharacterStream(int) - Method in class com.jdbwc.core.WCResultSet
 
getCharacterStream(String) - Method in class com.jdbwc.core.WCResultSet
 
getCharsetName() - Method in class com.jdbwc.core.util.SQLField
 
getClassName() - Method in class com.jdbwc.core.util.SQLField
 
getClient() - Method in class com.jdbwc.core.WCConnection
 
getClient() - Method in interface com.jdbwc.iface.Connection
 
getClientInfo() - Method in class com.jdbwc.core.WCConnection
 
getClientInfo(String) - Method in class com.jdbwc.core.WCConnection
 
getClientInfoProperties() - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a list of the client info properties that the driver supports.
getClientInfoProperties() - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a list of the client info properties that the driver supports.
getClob(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getClob(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getClob(int) - Method in class com.jdbwc.core.WCResultSet
 
getClob(String) - Method in class com.jdbwc.core.WCResultSet
 
getCollation() - Method in class com.jdbwc.core.util.SQLField
 
getColumnAlias() - Method in class com.jdbwc.core.util.SQLField
 
getColumnClassName(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getColumnCount() - Method in class com.jdbwc.core.WCResultSetMetaData
 
getColumnDisplaySize(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getColumnLabel(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getColumnName() - Method in class com.jdbwc.core.util.SQLField
 
getColumnName(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the access rights for a table's columns.

Only privileges matching the column name criteria are returned.
getColumnPrivileges(String, String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the access rights for a table's columns.

Only privileges matching the column name criteria are returned.
getColumns(String, String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of table columns available in the specified catalog.
getColumns(String, String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of table columns available in the specified catalog.
getColumnType(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getColumnTypeName(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getConcurrency() - Method in class com.jdbwc.core.WCResultSet
 
getConnection() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getConnection() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getConnection() - Method in class com.jdbwc.core.WCConnection
 
getConnection() - Method in class com.jdbwc.core.WCStatement
 
getCredentials() - Method in class com.jdbwc.core.WCConnection
 
getCredentials() - Method in interface com.jdbwc.iface.Connection
Get the database credentials required to gain access to the remote database server.
getCrossReference(String, String, String, String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
getCrossReference(String, String, String, String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
getCursorName() - Method in class com.jdbwc.core.WCResultSet
 
getDatabase() - Method in class com.jdbwc.core.util.SQLField
 
getDatabase() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDatabase() - Method in interface com.jdbwc.iface.Connection
Returns the name of the requested database that was used when this Connection was created.
getDatabaseInfo() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDatabaseMajorVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDatabaseMajorVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDatabaseMajorVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDatabaseMicroVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDatabaseMinorVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDatabaseProductName() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDatabaseProductName() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDatabaseProductName() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDatabaseProductVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDate(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getDate(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getDate(int, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
getDate(String, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
getDate(int) - Method in class com.jdbwc.core.WCResultSet
Dates are converted during transit from the server TimeZone to the Hosts TimeZone.

NOTE:
If this behavior is not desired use getDate(int columnIndex, Calendar cal) and specify the desired timezone in the Calendar Object.
getDate(String) - Method in class com.jdbwc.core.WCResultSet
Dates are converted during transit from the server TimeZone to the Hosts TimeZone.

NOTE:
If this behavior is not desired use getDate(String columnLabel, Calendar cal) and specify the desired timezone in the Calendar Object.
getDate(int, Calendar) - Method in class com.jdbwc.core.WCResultSet
Specify the desired TimeZone of the output java.sql.Date in the Calendar param.

NOTE:
If this behavior is not desired use getDate(int columnIndex) to have Dates automagically converted from the server TimeZone to the Hosts TimeZone.
getDate(String, Calendar) - Method in class com.jdbwc.core.WCResultSet
Specify the desired TimeZone of the output java.sql.Date in the Calendar param.

NOTE:
If this behavior is not desired use getDate(String columnLabel) to have Dates automagically converted from the server TimeZone to the Hosts TimeZone.
getDateFromString(String, Calendar) - Method in class com.jdbwc.core.WCResultSet
A great deal of this method and any supporting methods it uses (including inline comments) were copied or derived from the My-Sql Connector-J Driver (By MySql/Sun/Oracle).
getDbType() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDbType() - Method in interface com.jdbwc.iface.Connection
Returns the database's numeric type as defined in this Connections Driver class.
The numeric type is set based on the request url used to create this Connection.
getDefaultTransactionIsolation() - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
getDefaultTransactionIsolation() - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
getDouble(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getDouble(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getDouble(int) - Method in class com.jdbwc.core.WCResultSet
 
getDouble(String) - Method in class com.jdbwc.core.WCResultSet
 
getDriverMajorVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDriverMajorVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDriverMajorVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDriverMinorVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDriverName() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDriverName() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDriverName() - Method in class com.jdbwc.core.WCConnectionInfo
 
getDriverVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getDriverVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getDriverVersion() - Method in class com.jdbwc.core.WCConnectionInfo
 
getEngine() - Method in class com.jdbwc.core.util.SQLField
 
getErrorCode() - Method in exception com.jdbwc.exceptions.TimeoutException
 
getExportedKeys(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getExportedKeys(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getExtraNameCharacters() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getExtraNameCharacters() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getFetchDirection() - Method in class com.jdbwc.core.WCResultSet
 
getFetchDirection() - Method in class com.jdbwc.core.WCStatement
 
getFetchSize() - Method in class com.jdbwc.core.WCResultSet
 
getFetchSize() - Method in class com.jdbwc.core.WCStatement
 
getFieldName() - Method in class com.jdbwc.core.util.SQLField
 
getFields() - Method in class com.jdbwc.core.util.SQLParamParser
 
getFields() - Method in class com.jdbwc.core.util.SQLResultsParser
 
getFloat(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getFloat(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getFloat(int) - Method in class com.jdbwc.core.WCResultSet
 
getFloat(String) - Method in class com.jdbwc.core.WCResultSet
 
getFunctionColumns(String, String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctionColumns(String, String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the system and user functions available in the given catalog.
getFunctions(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the system and user functions available in the given catalog.
getGeneratedKeys() - Method in class com.jdbwc.core.WCStatement
 
getGenericSqlType() - Method in class com.jdbwc.core.util.SQLField
 
getGenericSqlTypeName() - Method in class com.jdbwc.core.util.SQLField
 
getHash(String, String) - Static method in class com.jdbwc.util.Security
Generate and return a MessageDigest hash for the String input.
getHoldability() - Method in class com.jdbwc.core.WCConnection
 
getHoldability() - Method in class com.jdbwc.core.WCResultSet
 
getIdentifierQuoteString() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getIdentifierQuoteString() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
getImportedKeys(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the given table's indices and statistics.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the given table's indices and statistics.
getInt(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getInt(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getInt(int) - Method in class com.jdbwc.core.WCResultSet
 
getInt(String) - Method in class com.jdbwc.core.WCResultSet
 
getJDBCMajorVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
JDBC 3 is the conformance level we have aimed/aiming for with this Driver but some of the major areas (PreparedStatement, CallableStatement and ParameterMetaData) and newer datatypes are incomplete or unsupported.
getJDBCMajorVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
JDBC 3 is the conformance level we have aimed/aiming for with this Driver but some of the major areas (PreparedStatement, CallableStatement and ParameterMetaData) and newer datatypes are incomplete or unsupported.
getJDBCMinorVersion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getJdbcSqlType() - Method in class com.jdbwc.core.util.SQLField
 
getJdbcSqlTypeName() - Method in class com.jdbwc.core.util.SQLField
 
getLong(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getLong(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getLong(int) - Method in class com.jdbwc.core.WCResultSet
 
getLong(String) - Method in class com.jdbwc.core.WCResultSet
 
getMajorVersion() - Method in class com.jdbwc.core.WCDriver
 
getMaxBinaryLiteralLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxBinaryLiteralLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxConnections() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxConnections() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxFieldSize() - Method in class com.jdbwc.core.WCStatement
 
getMaxIndexLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxIndexLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxRows() - Method in class com.jdbwc.core.WCStatement
 
getMaxRowSize() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxRowSize() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
The default PostgreSQL 7.1+ sizes are to large for web transmission purposes so we drop back to a friendly web size.
getMaxSchemaNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxStatementLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxStatementLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxStatements() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxStatements() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getMetaData() - Method in class com.jdbwc.core.WCCallableStatement
 
getMetaData() - Method in class com.jdbwc.core.WCConnection
 
getMetaData() - Method in class com.jdbwc.core.WCPreparedStatement
 
getMetaData() - Method in class com.jdbwc.core.WCResultSet
 
getMinorBuild() - Method in class com.jdbwc.core.WCDriver
 
getMinorVersion() - Method in class com.jdbwc.core.WCDriver
 
getMode() - Method in class com.jdbwc.core.util.SQLField
 
getMoreResults() - Method in class com.jdbwc.core.WCStatement
 
getMoreResults(int) - Method in class com.jdbwc.core.WCStatement
 
getMyTimeZone() - Method in class com.jdbwc.core.WCConnectionInfo
 
getNCharacterStream(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getNCharacterStream(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getNCharacterStream(int) - Method in class com.jdbwc.core.WCResultSet
 
getNCharacterStream(String) - Method in class com.jdbwc.core.WCResultSet
 
getNClob(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getNClob(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getNClob(int) - Method in class com.jdbwc.core.WCResultSet
 
getNClob(String) - Method in class com.jdbwc.core.WCResultSet
 
getNString(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getNString(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getNString(int) - Method in class com.jdbwc.core.WCResultSet
 
getNString(String) - Method in class com.jdbwc.core.WCResultSet
 
getNumberFromString(String) - Static method in class com.jdbwc.core.util.SQLUtils
 
getNumericFunctions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getNumericFunctions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getObject(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getObject(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class com.jdbwc.core.WCCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class com.jdbwc.core.WCCallableStatement
 
getObject(int) - Method in class com.jdbwc.core.WCResultSet
 
getObject(String) - Method in class com.jdbwc.core.WCResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class com.jdbwc.core.WCResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.jdbwc.core.WCResultSet
 
getParameterClassName(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
getParameterCount() - Method in class com.jdbwc.core.WCParameterMetaData
 
getParameterMetaData(DataHandler, DataHandler, DataHandler) - Method in class com.jdbwc.core.util.MySQLMetaGeta
 
getParameterMetaData(DataHandler, DataHandler, DataHandler) - Method in class com.jdbwc.core.util.PgSQLMetaGeta
 
getParameterMetaData() - Method in class com.jdbwc.core.WCCallableStatement
 
getParameterMetaData() - Method in class com.jdbwc.core.WCPreparedStatement
 
getParameterMode(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
getParameterType(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
getParameterTypeName(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
getPrecision() - Method in class com.jdbwc.core.util.SQLField
 
getPrecision(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
getPrecision(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getPrecisionAdjustFactor() - Method in class com.jdbwc.core.util.SQLField
 
getPrimaryKeys(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the given table's primary key columns.
They are ordered by COLUMN_NAME.
getPrimaryKeys(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the given table's primary key columns.
They are ordered by COLUMN_NAME.
getProcedureColumns(String, String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
getProcedureColumns(String, String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
getProcedures(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the stored procedures available in the given catalog.
getProcedures(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves the database vendor's preferred term for "procedure".
getProcedureTerm() - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves the database vendor's preferred term for "procedure".
getPropertyInfo(String, Properties) - Method in class com.jdbwc.core.WCDriver
 
getQueryTimeout() - Method in class com.jdbwc.core.WCStatement
 
getRef(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getRef(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getRef(int) - Method in class com.jdbwc.core.WCResultSet
 
getRef(String) - Method in class com.jdbwc.core.WCResultSet
 
getResultSet() - Method in class com.jdbwc.core.WCStatement
 
getResultSetConcurrency() - Method in class com.jdbwc.core.WCStatement
 
getResultSetHoldability() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getResultSetHoldability() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getResultSetHoldability() - Method in class com.jdbwc.core.WCStatement
 
getResultSetMetaData(DataHandler, DataHandler, DataHandler) - Method in class com.jdbwc.core.util.MySQLMetaGeta
 
getResultSetMetaData(DataHandler, DataHandler, DataHandler) - Method in class com.jdbwc.core.util.PgSQLMetaGeta
 
getResultSetType() - Method in class com.jdbwc.core.WCStatement
 
getRow() - Method in class com.jdbwc.core.WCResultSet
 
getRowAffected() - Method in class com.jdbwc.core.WCStatement
 
getRowId(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getRowId(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getRowId(int) - Method in class com.jdbwc.core.WCResultSet
 
getRowId(String) - Method in class com.jdbwc.core.WCResultSet
 
getRowIdLifetime() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getRowIdLifetime() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getRowsAffected() - Method in class com.jdbwc.core.WCStatement
 
getScale() - Method in class com.jdbwc.core.util.SQLField
 
getScale(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
getScale(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getSchema() - Method in class com.jdbwc.core.util.SQLField
 
getSchemaName(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getSchemas() - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves the schema names available in this database.
getSchemas(String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves the schema names available in this database.
getSchemas() - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves the schema names available in this database.
getSchemas(String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves the schema names available in this database.
getSchemaTerm() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSchemaTerm() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getScriptUrl() - Method in class com.jdbwc.core.WCConnection
 
getSearchStringEscape() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSearchStringEscape() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getSecureString(String) - Static method in class com.jdbwc.util.Security
Return a secure String based on input.
The leading chars are the salt.
getSessLimit() - Method in class com.jdbwc.core.WCConnection
 
getSessLimit() - Method in interface com.jdbwc.iface.Connection
 
getShort(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getShort(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getShort(int) - Method in class com.jdbwc.core.WCResultSet
 
getShort(String) - Method in class com.jdbwc.core.WCResultSet
 
getSQLKeywords() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSQLKeywords() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getSQLStateType() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSQLStateType() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getSQLTypeName() - Method in class com.jdbwc.core.WCSQLData
 
getSQLXML(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getSQLXML(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getSQLXML(int) - Method in class com.jdbwc.core.WCResultSet
 
getSQLXML(String) - Method in class com.jdbwc.core.WCResultSet
 
getStatement() - Method in class com.jdbwc.core.WCResultSet
 
getStatement() - Method in class com.jdbwc.core.WCStatement
 
getString(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getString(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getString(int) - Method in class com.jdbwc.core.WCResultSet
 
getString(String) - Method in class com.jdbwc.core.WCResultSet
 
getStringFunctions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getStringFunctions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getSystemFunctions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getSystemFunctions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getTable() - Method in class com.jdbwc.core.util.SQLField
 
getTableName(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the access rights for each table available in a catalog.
getTablePrivileges(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Retrieves a description of the tables available in the given catalog.
getTables(String, String, String, String[]) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getTableTypes() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getTime(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getTime(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getTime(int, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
getTime(String, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
getTime(int) - Method in class com.jdbwc.core.WCResultSet
Times are converted during transit, from the server TimeZone to the Hosts TimeZone.

NOTE:
If this behavior is not desired use getTime(int columnIndex, Calendar cal) and specify the desired timezone in the Calendar Object.
getTime(String) - Method in class com.jdbwc.core.WCResultSet
Times are converted during transit, from the server TimeZone to the Hosts TimeZone.

NOTE:
If this behavior is not desired use getTime(String columnLabel, Calendar cal) and specify the desired timezone in the Calendar Object.
getTime(int, Calendar) - Method in class com.jdbwc.core.WCResultSet
Specify the desired TimeZone of the output java.sql.Time in the Calendar param.

NOTE:
If this behavior is not desired use getTime(int columnIndex) to have Times automagically converted from the server TimeZone to the Hosts TimeZone.
getTime(String, Calendar) - Method in class com.jdbwc.core.WCResultSet
Specify the desired TimeZone of the output java.sql.Time in the Calendar param.

NOTE:
If this behavior is not desired use getTime(columnLabel) to have Times automagically converted from the server TimeZone to the Hosts TimeZone.
getTimeDateFunctions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getTimeDateFunctions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getTimeFromString(String, Calendar) - Method in class com.jdbwc.core.WCResultSet
 
getTimeOut() - Method in class com.jdbwc.core.WCConnection
 
getTimeOut() - Method in interface com.jdbwc.iface.Connection
 
getTimestamp(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getTimestamp(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getTimestamp(int, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
getTimestamp(String, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
getTimestamp(int) - Method in class com.jdbwc.core.WCResultSet
Timestamps are converted during transit, from the server TimeZone to the Hosts TimeZone.

NOTE:
If this behavior is not desired use getTimestamp(int columnIndex, Calendar cal) and specify the desired timezone in the Calendar Object.
getTimestamp(String) - Method in class com.jdbwc.core.WCResultSet
Timestamps are converted during transit, from the server TimeZone to the Hosts TimeZone.

NOTE:
If this behavior is not desired use getTimestamp(String columnLabel, Calendar cal) and specify the desired timezone in the Calendar Object.
getTimestamp(int, Calendar) - Method in class com.jdbwc.core.WCResultSet
Specify the desired TimeZone of the output java.sql.Timestamp in the Calendar param.

NOTE:
If this behavior is not desired use getTimestamp(int columnIndex) to have Timestamps automagically converted from the server TimeZone to the Hosts TimeZone.
getTimestamp(String, Calendar) - Method in class com.jdbwc.core.WCResultSet
Specify the desired TimeZone of the output java.sql.Timestamp in the Calendar param.

NOTE:
If this behavior is not desired use getTimestamp(String columnLabel) to have Timestamps automagically converted from the server TimeZone to the Hosts TimeZone.
getTimestampFromString(String, Calendar) - Method in class com.jdbwc.core.WCResultSet
 
getTransactionIsolation() - Method in class com.jdbwc.core.WCConnectionTransaction
 
getType() - Method in class com.jdbwc.core.WCResultSet
 
getTypeInfo() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
The data content and inline comments for this method was derived from the MySQL-Connector/J Driver.
However the structure and concepts vary significantly from Connector/J.
getTypeInfo() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
The data here was derived (not copied) from the Postgres JDBC driver.
getTypeMap() - Method in class com.jdbwc.core.WCConnection
 
getUDTs(String, String, String, int[]) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
getUDTs(String, String, String, int[]) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
getUnicodeStream(int) - Method in class com.jdbwc.core.WCResultSet
Deprecated.  
getUnicodeStream(String) - Method in class com.jdbwc.core.WCResultSet
Deprecated.  
getUpdateCount() - Method in class com.jdbwc.core.WCStatement
 
getURL() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getURL() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getURL(int) - Method in class com.jdbwc.core.WCCallableStatement
 
getURL(String) - Method in class com.jdbwc.core.WCCallableStatement
 
getUrl() - Method in class com.jdbwc.core.WCConnection
 
getURL(int) - Method in class com.jdbwc.core.WCResultSet
 
getURL(String) - Method in class com.jdbwc.core.WCResultSet
 
getUrl() - Method in interface com.jdbwc.iface.Connection
Gets the remote URL this Connection is connected to.
getUser() - Method in class com.jdbwc.core.WCConnection
 
getUserName() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
getUserName() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
getValueDefault() - Method in class com.jdbwc.core.util.SQLField
 
getVersion(int) - Method in class com.jdbwc.core.WCConnectionInfo
 
getVersionColumns(String, String, String) - Method in class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
getVersionColumns(String, String, String) - Method in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
getVersionName() - Method in class com.jdbwc.core.WCDriver
 
getVersionString() - Method in class com.jdbwc.core.WCDriver
 
getWarnings() - Method in class com.jdbwc.core.WCConnection
 
getWarnings() - Method in class com.jdbwc.core.WCResultSet
 
getWarnings() - Method in class com.jdbwc.core.WCStatement
 

H

HackingException - Exception in com.jdbwc.exceptions
 
HackingException() - Constructor for exception com.jdbwc.exceptions.HackingException
 
HackingException(String) - Constructor for exception com.jdbwc.exceptions.HackingException
 

I

ID_DEFAULT - Static variable in class com.jdbwc.util.Util
 
ID_MYSQL - Static variable in class com.jdbwc.util.Util
 
ID_POSTGRESQL - Static variable in class com.jdbwc.util.Util
 
insertRow() - Method in class com.jdbwc.core.WCResultSet
 
insertsAreDetected(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
insertsAreDetected(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
INT2 - Static variable in class com.jdbwc.util.PgSQLTypes
 
INT2_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
INT4 - Static variable in class com.jdbwc.util.PgSQLTypes
 
INT4_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
INT8 - Static variable in class com.jdbwc.util.PgSQLTypes
 
INT8_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
IntegrityConstraintViolationException - Exception in com.jdbwc.exceptions
 
IntegrityConstraintViolationException() - Constructor for exception com.jdbwc.exceptions.IntegrityConstraintViolationException
 
IntegrityConstraintViolationException(String, String, int) - Constructor for exception com.jdbwc.exceptions.IntegrityConstraintViolationException
 
IntegrityConstraintViolationException(String, String) - Constructor for exception com.jdbwc.exceptions.IntegrityConstraintViolationException
 
IntegrityConstraintViolationException(String) - Constructor for exception com.jdbwc.exceptions.IntegrityConstraintViolationException
 
INTERVAL - Static variable in class com.jdbwc.util.PgSQLTypes
 
INTERVAL_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
InvalidAuthorizationException - Exception in com.jdbwc.exceptions
 
InvalidAuthorizationException() - Constructor for exception com.jdbwc.exceptions.InvalidAuthorizationException
 
InvalidAuthorizationException(String) - Constructor for exception com.jdbwc.exceptions.InvalidAuthorizationException
 
InvalidServerPathException - Exception in com.jdbwc.exceptions
 
InvalidServerPathException() - Constructor for exception com.jdbwc.exceptions.InvalidServerPathException
 
InvalidServerPathException(String) - Constructor for exception com.jdbwc.exceptions.InvalidServerPathException
 
isAfterLast() - Method in class com.jdbwc.core.WCResultSet
 
isAutoIncrement(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isAutoIndex() - Method in class com.jdbwc.core.util.SQLField
 
isBeforeFirst() - Method in class com.jdbwc.core.WCResultSet
 
isCaseSensitive(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isCatalogAtStart() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
isCatalogAtStart() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
isClosed() - Method in class com.jdbwc.core.WCConnection
 
isClosed() - Method in class com.jdbwc.core.WCResultSet
 
isClosed() - Method in class com.jdbwc.core.WCStatement
 
isCurrency(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isDefinitelyWritable(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isEmptyOrWhitespaceOnly(String) - Static method in class com.jdbwc.core.util.SQLUtils
 
isFirst() - Method in class com.jdbwc.core.WCResultSet
 
isIndex() - Method in class com.jdbwc.core.util.SQLField
 
isLast() - Method in class com.jdbwc.core.WCResultSet
 
isNullable() - Method in class com.jdbwc.core.util.SQLField
 
isNullable(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
isNullable(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isNullOrEmpty(String) - Static method in class com.jdbwc.core.util.SQLUtils
 
isPoolable() - Method in class com.jdbwc.core.WCStatement
 
isPrimaryKey() - Method in class com.jdbwc.core.util.SQLField
 
isReadOnly() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
isReadOnly() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
isReadOnly() - Method in class com.jdbwc.core.WCConnection
 
isReadOnly(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isSearchable(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isSigned() - Method in class com.jdbwc.core.util.SQLField
 
isSigned(int) - Method in class com.jdbwc.core.WCParameterMetaData
 
isSigned(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isSqlAResultType(String) - Static method in class com.jdbwc.core.util.SQLResultsParser
Check an SQL String for traces of ResultType keywords.
isSqlARoutine(String) - Static method in class com.jdbwc.core.util.SQLResultsParser
Check an SQL String for traces of Routine keywords used for creating and dropping functions and procedures from the database.
isUniqueKey() - Method in class com.jdbwc.core.util.SQLField
 
isUnsigned() - Method in class com.jdbwc.core.util.SQLField
 
isValid(int) - Method in class com.jdbwc.core.WCConnection
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCCallableStatement
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCConnection
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCParameterMetaData
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCPreparedStatement
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCResultSet
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class com.jdbwc.core.WCStatement
 
isWritable(int) - Method in class com.jdbwc.core.WCResultSetMetaData
 

J

jdbcCompliant() - Method in class com.jdbwc.core.WCDriver
 

L

last() - Method in class com.jdbwc.core.WCResultSet
 
LENGTH_BLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
LENGTH_BLOB - Static variable in class com.jdbwc.util.PgSQLTypes
 
LENGTH_LONGBLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
LENGTH_LONGBLOB - Static variable in class com.jdbwc.util.PgSQLTypes
 
LENGTH_MEDIUMBLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
LENGTH_MEDIUMBLOB - Static variable in class com.jdbwc.util.PgSQLTypes
 
LENGTH_TINYBLOB - Static variable in class com.jdbwc.util.MySQLTypes
 
LENGTH_TINYBLOB - Static variable in class com.jdbwc.util.PgSQLTypes
 
locatorsUpdateCopy() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
locatorsUpdateCopy() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 

M

MAX_ROWS - Static variable in class com.jdbwc.util.MySQLTypes
 
MAX_ROWS - Static variable in class com.jdbwc.util.PgSQLTypes
 
MONEY - Static variable in class com.jdbwc.util.PgSQLTypes
 
MONEY_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
moveToCurrentRow() - Method in class com.jdbwc.core.WCResultSet
 
moveToInsertRow() - Method in class com.jdbwc.core.WCResultSet
 
MY_MODE_IN - Static variable in class com.jdbwc.core.util.SQLParamParser
 
MY_MODE_INOUT - Static variable in class com.jdbwc.core.util.SQLParamParser
 
MY_MODE_OUT - Static variable in class com.jdbwc.core.util.SQLParamParser
 
myActiveDatabase - Variable in class com.jdbwc.core.WCConnectionInfo
 
myCaseSensitivity - Variable in class com.jdbwc.core.WCConnectionInfo
-1 = lowercase, 0 = mixed-case, 1 = uppercase
myConnection - Variable in class com.jdbwc.core.MySQLDBMDFromInfoSchema
The connection that created this WCDatabaseMetaData
myConnection - Variable in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
The connection that created this WCDatabaseMetaData
myConnection - Variable in class com.jdbwc.core.WCConnectionTransaction
 
myConnection - Variable in class com.jdbwc.core.WCResultSetUpdates
 
myConnection - Variable in class com.jdbwc.core.WCStatement
 
myDatabaseVersion - Variable in class com.jdbwc.core.WCConnectionInfo
 
myDBName - Variable in class com.jdbwc.core.WCConnectionInfo
 
myDbType - Variable in class com.jdbwc.core.WCConnectionInfo
The Database type this class is designed to work with
myDbType - Variable in class com.jdbwc.core.WCResultSetUpdates
 
myDBVersion - Variable in class com.jdbwc.core.WCConnectionInfo
 
myDirection - Variable in class com.jdbwc.core.WCStatement
 
myJDBWCScriptVersion - Variable in class com.jdbwc.core.WCConnectionInfo
 
myMaxSize - Variable in class com.jdbwc.core.WCStatement
 
myPointer - Variable in class com.jdbwc.core.WCResultSetUpdates
 
myretryhandler - Variable in class com.jdbwc.core.WCConnection
 
myRow - Variable in class com.jdbwc.core.WCResultSetUpdates
 
myRows - Variable in class com.jdbwc.core.WCResultSetUpdates
 
myScriptingVersion - Variable in class com.jdbwc.core.WCConnectionInfo
 
myServerProtocol - Variable in class com.jdbwc.core.WCConnectionInfo
 
mySize - Variable in class com.jdbwc.core.WCStatement
 
mySQL - Variable in class com.jdbwc.core.WCResultSetUpdates
 
MySQLDatabaseMetaData - Class in com.jdbwc.core
This MetaData class is designed for MySql implementations.

This implementation has had its query logic migrated to a separate class MySQLDbMetaDataFromInfoSchema.

NOTE: Portions of this class were originally derived from MySql-Connector/J.
MySQLDatabaseMetaData(WCConnection) - Constructor for class com.jdbwc.core.MySQLDatabaseMetaData
 
MySQLDBMDFromInfoSchema - Class in com.jdbwc.core
This MetaData class is designed for MySql implementations greater than 5.x.x that use the INFORMATION_SCHEMA metadatabase.

Moved all methods that use INFORMATION_SCHEMA into this class to seperate the query logic from MySQLDatabaseMetaData and to make Driver maintenance and development a little easier.

This split logic concept is simmillar to the Connector/J structure but we are using the INFORMATION_SCHEMA database for more methods than Connector/J.
MySQLDBMDFromInfoSchema(WCConnection) - Constructor for class com.jdbwc.core.MySQLDBMDFromInfoSchema
 
MySQLMetaGeta - Class in com.jdbwc.core.util
 
MySQLMetaGeta(WCConnection) - Constructor for class com.jdbwc.core.util.MySQLMetaGeta
Constructs a new instance of this.
mysqlNameToJdbcName(String) - Static method in class com.jdbwc.util.MySQLTypes
 
mysqlNameToType(String) - Static method in class com.jdbwc.util.MySQLTypes
Maps the given MySQL type name to its generic type.
mysqlToJavaType(int) - Static method in class com.jdbwc.util.MySQLTypes
Maps the given MySQL type to the equivalent JDBC type.
mysqlToJavaType(String) - Static method in class com.jdbwc.util.MySQLTypes
Maps the given MySQL type to the correct JDBC type.
MySQLTypes - Class in com.jdbwc.util
The original file this class was derived from was copied from MySql-Connector/J.
MySQLTypes() - Constructor for class com.jdbwc.util.MySQLTypes
 
myStatement - Variable in class com.jdbwc.core.WCResultSetUpdates
 
myTabletypes - Static variable in class com.jdbwc.core.MySQLDBMDFromInfoSchema
Known Table types supported by the MySQL database server
myTabletypes - Static variable in class com.jdbwc.core.PgSQLDBMDFromInfoSchema
The first 2 are known Table types.
myTimeZone - Variable in class com.jdbwc.core.WCConnectionInfo
 

N

NAME - Static variable in class com.jdbwc.util.PgSQLTypes
 
NAME_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
nativeSQL(String) - Method in class com.jdbwc.core.WCConnection
 
next() - Method in class com.jdbwc.core.WCResultSet
 
NO_CHARSET_INFO - Static variable in class com.jdbwc.util.MySQLTypes
Used to indicate that the server sent no field-level character set information, so the driver should use the connection-level character encoding instead.
NO_CHARSET_INFO - Static variable in class com.jdbwc.util.PgSQLTypes
Used to indicate that the server sent no field-level character set information, so the driver should use the connection-level character encoding instead.
NotImplemented - Exception in com.jdbwc.exceptions
 
NotImplemented() - Constructor for exception com.jdbwc.exceptions.NotImplemented
 
NullObjectException - Exception in com.jdbwc.exceptions
 
NullObjectException() - Constructor for exception com.jdbwc.exceptions.NullObjectException
 
NullObjectException(String) - Constructor for exception com.jdbwc.exceptions.NullObjectException
 
NullObjectException(String, String) - Constructor for exception com.jdbwc.exceptions.NullObjectException
 
NullObjectException(String, String, int) - Constructor for exception com.jdbwc.exceptions.NullObjectException
 
nullPlusNonNullIsNull() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
nullPlusNonNullIsNull() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
NUMERIC - Static variable in class com.jdbwc.util.PgSQLTypes
 
NUMERIC_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 

O

OID - Static variable in class com.jdbwc.util.PgSQLTypes
 
OID_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
OPEN_CURSOR_FLAG - Static variable in class com.jdbwc.util.MySQLTypes
 
OPEN_CURSOR_FLAG - Static variable in class com.jdbwc.util.PgSQLTypes
 
othersDeletesAreVisible(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
othersDeletesAreVisible(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
OUR_ACTION - Static variable in class com.jdbwc.util.Util
 
OUR_AUTH - Static variable in class com.jdbwc.util.Util
 
OUR_DBTYPE - Static variable in class com.jdbwc.util.Util
 
OUR_DEBUG_MODE - Static variable in class com.jdbwc.util.Util
users debug trigger for JDBC and server-side (WC)
OUR_DEBUG_TAG - Static variable in class com.jdbwc.util.Util
 
OUR_PARAM_MARKER - Static variable in class com.jdbwc.core.util.SQLParamParser
deals with the field portion of a select statement
OUR_SEC_PASS - Static variable in class com.jdbwc.util.Util
 
OUR_SEC_USER - Static variable in class com.jdbwc.util.Util
 
OUR_SQL - Static variable in class com.jdbwc.util.Util
 
OUR_UA_FIX - Static variable in class com.jdbwc.util.Util
Workaround to enable the use of a dummy User-Agent if you think the HttpClient agent is being blocked by your host.
OUR_USER_AGENT - Static variable in class com.jdbwc.util.Util
Dummy User-Agent
This is only used if OUR_UA_FIX = true
ownDeletesAreVisible(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 

P

parseResponse(InputStream) - Static method in class com.jdbwc.util.Util
 
PgSQLDatabaseMetaData - Class in com.jdbwc.core
This MetaData class is designed for PostgreSql implementations.

This implementation has had its query logic migrated to a seperate class PgSQLDatabaseMetaDataFromInfoSchema.
PgSQLDatabaseMetaData(WCConnection) - Constructor for class com.jdbwc.core.PgSQLDatabaseMetaData
 
PgSQLDBMDFromInfoSchema - Class in com.jdbwc.core
This MetaData class is designed for PostgreSQL implementations greater than 7.4.x.

Moved all methods that use INFORMATION_SCHEMA into this class to seperate the query logic from PgSQLDatabaseMetaData and to make Driver maintenance and development a little easier.
PgSQLDBMDFromInfoSchema(WCConnection) - Constructor for class com.jdbwc.core.PgSQLDBMDFromInfoSchema
 
PgSQLMetaGeta - Class in com.jdbwc.core.util
 
PgSQLMetaGeta(WCConnection) - Constructor for class com.jdbwc.core.util.PgSQLMetaGeta
Constructs a new instance of this.
pgsqlNameToJdbcName(String) - Static method in class com.jdbwc.util.PgSQLTypes
 
pgsqlNameToType(String) - Static method in class com.jdbwc.util.PgSQLTypes
Maps the given PgSQL type name to the correct PgSQL type.
pgsqlToJavaType(int) - Static method in class com.jdbwc.util.PgSQLTypes
Maps the given PgSQL type to the correct JDBC type.
pgsqlToJavaType(String) - Static method in class com.jdbwc.util.PgSQLTypes
Maps the given MySQL type to the correct JDBC type.
PgSQLTypes - Class in com.jdbwc.util
PostgtreSQL types.
PgSQLTypes() - Constructor for class com.jdbwc.util.PgSQLTypes
 
pgSqlTypeToJavaTypeName(int) - Static method in class com.jdbwc.util.PgSQLTypes
 
PHPException - Exception in com.jdbwc.exceptions
 
PHPException() - Constructor for exception com.jdbwc.exceptions.PHPException
 
PHPException(String) - Constructor for exception com.jdbwc.exceptions.PHPException
 
populateParams(DataHandler) - Static method in class com.jdbwc.core.util.SQLParamParser
 
prepareCall(String) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareCall(String, int, int) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareCall(String, int, int, int) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareForJava(WCConnection, WCStatement, String, String) - Static method in class com.jdbwc.core.WCStatement
rawResult is in standard .CVS format as a String.
"," seperates entries "\n" seperates rows "\n\n" seperates files ---------------------- "__NL_" should be replaced with "\n" "__CA_" should be replaced with ","
prepareForWeb(DataHandler) - Static method in class com.jdbwc.util.Util
 
prepareStatement(String) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareStatement(String, int) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareStatement(String, int, int) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareStatement(String, int, int, int) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareStatement(String, int[]) - Method in class com.jdbwc.core.WCConnectionTransaction
 
prepareStatement(String, String[]) - Method in class com.jdbwc.core.WCConnectionTransaction
 
previous() - Method in class com.jdbwc.core.WCResultSet
 

R

rand(int) - Static method in class com.jdbwc.util.Security
Returns a Mixed-Character random value of given length.
rand(int, boolean) - Static method in class com.jdbwc.util.Security
Returns an AlphaNumeric random value of given length.
Suitable for user-names.
rand(int, boolean, boolean) - Static method in class com.jdbwc.util.Security
Returns an AlphaNumeric random value of given length.
Suitable for user-names.
readSQL(SQLInput, String) - Method in class com.jdbwc.core.WCSQLData
 
rebuildFieldSet(SQLField, SQLField[]) - Static method in class com.jdbwc.core.util.SQLUtils
Increases the size of this.fieldSet and adds a new Field to the array.
rebuildFieldSet(SQLField[], SQLField[]) - Static method in class com.jdbwc.core.util.SQLUtils
Increases the size of this.fieldSet and adds a new Field to the array.
refreshRow() - Method in class com.jdbwc.core.WCResultSet
 
registerOutParameter(int, int) - Method in class com.jdbwc.core.WCCallableStatement
 
registerOutParameter(String, int) - Method in class com.jdbwc.core.WCCallableStatement
 
registerOutParameter(int, int, int) - Method in class com.jdbwc.core.WCCallableStatement
 
registerOutParameter(int, int, String) - Method in class com.jdbwc.core.WCCallableStatement
 
registerOutParameter(String, int, int) - Method in class com.jdbwc.core.WCCallableStatement
 
registerOutParameter(String, int, String) - Method in class com.jdbwc.core.WCCallableStatement
 
relative(int) - Method in class com.jdbwc.core.WCResultSet
 
releaseSavepoint(Savepoint) - Method in class com.jdbwc.core.WCConnectionTransaction
 
removeBlanks(String[]) - Static method in class com.jdbwc.core.util.SQLUtils
Remove empty entries from an array.
Designed specifically for cleaning up string arrays constructed using split(regex) methods.
replaceCustomDelimiters(String) - Static method in class com.jdbwc.core.util.SQLResultsParser
Find instances of the DELIMITER keyword, PHP doesnt support it anymore.
Contrary to some popular beliefs, mysql and mysqli extensions for php will both throw errors at the DELIMITER keyword.
Fortunately though, PHP doesnt require the delimiter to be changed.
Good'ol ; is fine, even in complex stored routine syntax.
DELIMITER most likely conflicts with a php/apache keyword or variable or whatever which would explain why support has been omitted.

HISTORICAL: I think it used to be supported in some earlier mysqli libraries, earlier than that I have no idea.
ResultSet - Interface in com.jdbwc.iface
Vendor based extension.
This interface is for any extension methods we require over the standard java.sql.ResultSet interface to help make our driver work.

This interface and its method/s are not designed for direct public consumption.
The purpose of this interface is to expand functionality to assist the driver in doing its job internally.
Declaring any additional public methods here makes it easier to work with the actual implementation.
EG: you can easily tell whats generic to java.sql.ResultSet and whats an extension.
rollback() - Method in class com.jdbwc.core.WCConnectionTransaction
 
rollback(Savepoint) - Method in class com.jdbwc.core.WCConnectionTransaction
 
rowDeleted() - Method in class com.jdbwc.core.WCResultSet
 
rowInserted() - Method in class com.jdbwc.core.WCResultSet
 
rowUpdated() - Method in class com.jdbwc.core.WCResultSet
 
rsConcurrency - Variable in class com.jdbwc.core.WCStatement
 
rsHoldability - Variable in class com.jdbwc.core.WCStatement
 
rsType - Variable in class com.jdbwc.core.WCStatement
 

S

Security - Class in com.jdbwc.util
Security methods for this package.
ServerSideException - Exception in com.jdbwc.exceptions
 
ServerSideException() - Constructor for exception com.jdbwc.exceptions.ServerSideException
 
ServerSideException(String) - Constructor for exception com.jdbwc.exceptions.ServerSideException
 
ServerSideException(String, String) - Constructor for exception com.jdbwc.exceptions.ServerSideException
 
ServerSideException(String, String, int) - Constructor for exception com.jdbwc.exceptions.ServerSideException
 
ServerSideException(String, String, Throwable) - Constructor for exception com.jdbwc.exceptions.ServerSideException
 
ServerSideException(String, String, int, Throwable) - Constructor for exception com.jdbwc.exceptions.ServerSideException
 
SessionException - Exception in com.jdbwc.exceptions
 
SessionException() - Constructor for exception com.jdbwc.exceptions.SessionException
 
SessionException(String) - Constructor for exception com.jdbwc.exceptions.SessionException
 
setArray(int, Array) - Method in class com.jdbwc.core.WCPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class com.jdbwc.core.WCCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setAsciiStream(int, InputStream) - Method in class com.jdbwc.core.WCPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setAutoCommit(boolean) - Method in class com.jdbwc.core.WCConnection
 
setBigDecimal(String, BigDecimal) - Method in class com.jdbwc.core.WCCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBinaryStream(String, InputStream) - Method in class com.jdbwc.core.WCCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setBinaryStream(int, InputStream) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBlob(String, Blob) - Method in class com.jdbwc.core.WCCallableStatement
 
setBlob(String, InputStream) - Method in class com.jdbwc.core.WCCallableStatement
 
setBlob(String, InputStream, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setBlob(int, Blob) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBlob(int, InputStream) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBoolean(String, boolean) - Method in class com.jdbwc.core.WCCallableStatement
 
setBoolean(int, boolean) - Method in class com.jdbwc.core.WCPreparedStatement
 
setByte(String, byte) - Method in class com.jdbwc.core.WCCallableStatement
 
setByte(int, byte) - Method in class com.jdbwc.core.WCPreparedStatement
 
setBytes(String, byte[]) - Method in class com.jdbwc.core.WCCallableStatement
 
setBytes(int, byte[]) - Method in class com.jdbwc.core.WCPreparedStatement
 
setCatalog(String) - Method in class com.jdbwc.core.WCConnection
 
setCharacterStream(String, Reader) - Method in class com.jdbwc.core.WCCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setCharacterStream(int, Reader) - Method in class com.jdbwc.core.WCPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setClientInfo(Properties) - Method in class com.jdbwc.core.WCConnection
 
setClientInfo(String, String) - Method in class com.jdbwc.core.WCConnection
 
setClob(String, Clob) - Method in class com.jdbwc.core.WCCallableStatement
 
setClob(String, Reader) - Method in class com.jdbwc.core.WCCallableStatement
 
setClob(String, Reader, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setClob(int, Clob) - Method in class com.jdbwc.core.WCPreparedStatement
 
setClob(int, Reader) - Method in class com.jdbwc.core.WCPreparedStatement
 
setClob(int, Reader, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setCursorName(String) - Method in class com.jdbwc.core.WCStatement
 
setDate(String, Date) - Method in class com.jdbwc.core.WCCallableStatement
 
setDate(String, Date, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
setDate(int, Date) - Method in class com.jdbwc.core.WCPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.jdbwc.core.WCPreparedStatement
 
setDouble(String, double) - Method in class com.jdbwc.core.WCCallableStatement
 
setDouble(int, double) - Method in class com.jdbwc.core.WCPreparedStatement
 
setEscapeProcessing(boolean) - Method in class com.jdbwc.core.WCStatement
 
setFetchDirection(int) - Method in class com.jdbwc.core.WCResultSet
 
setFetchDirection(int) - Method in class com.jdbwc.core.WCStatement
 
setFetchSize(int) - Method in class com.jdbwc.core.WCResultSet
 
setFetchSize(int) - Method in class com.jdbwc.core.WCStatement
 
setFloat(String, float) - Method in class com.jdbwc.core.WCCallableStatement
 
setFloat(int, float) - Method in class com.jdbwc.core.WCPreparedStatement
 
setHoldability(int) - Method in class com.jdbwc.core.WCConnection
 
setInt(String, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setInt(int, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setLong(String, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setLong(int, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setMaxFieldSize(int) - Method in class com.jdbwc.core.WCStatement
 
setMaxRows(int) - Method in class com.jdbwc.core.WCStatement
 
setNCharacterStream(String, Reader) - Method in class com.jdbwc.core.WCCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setNCharacterStream(int, Reader) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNClob(String, NClob) - Method in class com.jdbwc.core.WCCallableStatement
 
setNClob(String, Reader) - Method in class com.jdbwc.core.WCCallableStatement
 
setNClob(String, Reader, long) - Method in class com.jdbwc.core.WCCallableStatement
 
setNClob(int, NClob) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNClob(int, Reader) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNString(String, String) - Method in class com.jdbwc.core.WCCallableStatement
 
setNString(int, String) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNull(String, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setNull(String, int, String) - Method in class com.jdbwc.core.WCCallableStatement
 
setNull(int, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setNull(int, int, String) - Method in class com.jdbwc.core.WCPreparedStatement
 
setObject(String, Object) - Method in class com.jdbwc.core.WCCallableStatement
 
setObject(String, Object, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setObject(String, Object, int, int) - Method in class com.jdbwc.core.WCCallableStatement
 
setObject(int, Object) - Method in class com.jdbwc.core.WCPreparedStatement
 
setObject(int, Object, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.jdbwc.core.WCPreparedStatement
 
setPoolable(boolean) - Method in class com.jdbwc.core.WCStatement
 
setQueryTimeout(int) - Method in class com.jdbwc.core.WCStatement
 
setReadOnly(boolean) - Method in class com.jdbwc.core.WCConnection
 
setRef(int, Ref) - Method in class com.jdbwc.core.WCPreparedStatement
 
setRowId(String, RowId) - Method in class com.jdbwc.core.WCCallableStatement
 
setRowId(int, RowId) - Method in class com.jdbwc.core.WCPreparedStatement
 
setSavepoint() - Method in class com.jdbwc.core.WCConnectionTransaction
 
setSavepoint(String) - Method in class com.jdbwc.core.WCConnectionTransaction
 
setSessLimit(boolean) - Method in class com.jdbwc.core.WCConnection
 
setSessLimit(boolean) - Method in interface com.jdbwc.iface.Connection
 
setShort(String, short) - Method in class com.jdbwc.core.WCCallableStatement
 
setShort(int, short) - Method in class com.jdbwc.core.WCPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class com.jdbwc.core.WCCallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.jdbwc.core.WCPreparedStatement
 
setString(String, String) - Method in class com.jdbwc.core.WCCallableStatement
 
setString(int, String) - Method in class com.jdbwc.core.WCPreparedStatement
 
setTime(String, Time) - Method in class com.jdbwc.core.WCCallableStatement
 
setTime(String, Time, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
setTime(int, Time) - Method in class com.jdbwc.core.WCPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.jdbwc.core.WCPreparedStatement
 
setTimeOut(int) - Method in class com.jdbwc.core.WCConnection
 
setTimeOut(int) - Method in interface com.jdbwc.iface.Connection
 
setTimestamp(String, Timestamp) - Method in class com.jdbwc.core.WCCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.jdbwc.core.WCCallableStatement
 
setTimestamp(int, Timestamp) - Method in class com.jdbwc.core.WCPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.jdbwc.core.WCPreparedStatement
 
setTransactionIsolation(int) - Method in class com.jdbwc.core.WCConnectionTransaction
 
setTransConnection(WCConnection) - Method in class com.jdbwc.core.WCConnectionTransaction
This is a work-around for now.

Will most likly remain unchanged until PreparedStatement and CallableStatement are made more operational.
setTypeMap(Map<String, Class<?>>) - Method in class com.jdbwc.core.WCConnection
 
setUnicodeStream(int, InputStream, int) - Method in class com.jdbwc.core.WCPreparedStatement
Deprecated.  
setURL(String, URL) - Method in class com.jdbwc.core.WCCallableStatement
 
setURL(int, URL) - Method in class com.jdbwc.core.WCPreparedStatement
 
SQLField - Class in com.jdbwc.core.util
 
SQLField(int, String, String, boolean, String) - Constructor for class com.jdbwc.core.util.SQLField
Constructs a new instance of a ParameterMetaData Field.
Create a new Field Object containing database metadata populated with the supplied parameters.
Data is fetched for use from the Field Object using its public get methods.
Field Objects are not designed to have thier contents altered once instantiated.
SQLField(int, String, String, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean, boolean, int, int) - Constructor for class com.jdbwc.core.util.SQLField
Constructs a new instance of a ResultSetMetaData Field.
Data is fetched for use from the Field Object using its public get methods.
Field Objects are not designed to have thier contents altered once instantiated.
Small portions of this constructor were copied from MySql-Connector/J
SQLParamParser - Class in com.jdbwc.core.util
This class is designed to parse a variety of SQL Strings into table and parameter variables suitable for building ParameterMetaData from.
At the moment its a bit limited but should be ok for most traditional sql.
Some SQL99 is also translated correctly.
If we cant produce accurate metadata here we usually throw an exception to ParameterMetaData.

This class can handle table JOINS.
Nested functions will result in the first valid String parameter of a multi-parameter function being used as the actual column name.
SQLParamParser(WCConnection, DataHandler) - Constructor for class com.jdbwc.core.util.SQLParamParser
Constructs a new SQLParamParser ready to return PreparedStatement ParameterMetaData for the sqlString parameter.
SQLParamParser(WCConnection, DataHandler, boolean) - Constructor for class com.jdbwc.core.util.SQLParamParser
Constructs a new SQLParamParser ready to return CallableStatement ParameterMetaData for the sqlString parameter.
SQLResultsParser - Class in com.jdbwc.core.util
This class is designed to parse an SQL SELECT String into table and field variables suitable for building ResultSetMetaData from.
At the moment its a bit limited but should be ok for most traditional sql.
Some SQL99 is also translated correctly.
If we cant produce accurate metadata here we usually throw an exception to ResultSetMetaData.

This class can handle a variety of FUNCTIONS including nested functions and table JOINS.
Nested functions will result in the first valid String parameter of a multi-parameter function being used as the actual column name.
The values alias (if any) will remain unchanged.
SQLResultsParser(WCConnection, String) - Constructor for class com.jdbwc.core.util.SQLResultsParser
Constructs a new SQLParser ready to return the ResultSetMetaData for the sqlString parameter.

If the MySQL server is version 5.0.0 or greater INFORMATION_SCHEMA metaDataTables will be used to gather metaData in a single pass.
INFORMATION_SCHEMA metaDataTables will provide better performance.

Otherwise, built-in MySQL query functions will be used to gather metaData in 2 passes.
SQLUtils - Class in com.jdbwc.core.util
 
SQLUtils() - Constructor for class com.jdbwc.core.util.SQLUtils
 
Statement - Interface in com.jdbwc.iface
Vendor based extension.
This interface is for any extension methods we require over the standard java.sql.Statement interface to help make our driver work.

This interface and its method/s are not designed for direct public consumption.
The purpose of this interface is to expand functionality to assist the driver in doing its job internally.
Declaring any additional public methods here makes it easier to work with the actual implementation.
EG: you can easily tell whats generic to java.sql.Statement and whats an extension.
storesLowerCaseIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
storesLowerCaseIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
PostgreSQL uses lowercase identifiers.
This is required to be true by the JDBC specs.
stripComments(String) - Static method in class com.jdbwc.core.util.SQLUtils
 
stripComments(String, String, String) - Static method in class com.jdbwc.core.util.SQLUtils
 
stripComments(String, String, String, boolean, boolean, boolean, boolean) - Static method in class com.jdbwc.core.util.SQLUtils
Returns the given string, with comments removed
stripTags(String) - Static method in class com.jdbwc.util.Util
 
stripWhiteSpace(String) - Static method in class com.jdbwc.core.util.SQLUtils
Strip out excess whitespace characters.
ie:
newlines, carriage returns, tabs, and multiple consecutive spaces are all converted to a single space.
The result should not contain any consecutive whitespace characters.
supportsAlterTableWithAddColumn() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsAlterTableWithAddColumn() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsConvert() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsConvert() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsGroupBy() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsGroupBy() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsNamedParameters() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsNamedParameters() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsOuterJoins() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsOuterJoins() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSavepoints() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSavepoints() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsStatementPooling() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsStatementPooling() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsTransactions() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsTransactions() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsUnion() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsUnion() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
supportsUnionAll() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
supportsUnionAll() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
SyntaxErrorException - Exception in com.jdbwc.exceptions
 
SyntaxErrorException() - Constructor for exception com.jdbwc.exceptions.SyntaxErrorException
 
SyntaxErrorException(String, String, int) - Constructor for exception com.jdbwc.exceptions.SyntaxErrorException
 
SyntaxErrorException(String, String) - Constructor for exception com.jdbwc.exceptions.SyntaxErrorException
 
SyntaxErrorException(String) - Constructor for exception com.jdbwc.exceptions.SyntaxErrorException
 

T

TEXT - Static variable in class com.jdbwc.util.PgSQLTypes
 
TEXT_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIME - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIME_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
TimeoutException - Exception in com.jdbwc.exceptions
 
TimeoutException(String, String, int) - Constructor for exception com.jdbwc.exceptions.TimeoutException
 
TimeoutException(String, String) - Constructor for exception com.jdbwc.exceptions.TimeoutException
 
TimeoutException(String) - Constructor for exception com.jdbwc.exceptions.TimeoutException
 
TimeoutException() - Constructor for exception com.jdbwc.exceptions.TimeoutException
 
TIMESTAMP - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIMESTAMP_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIMESTAMPTZ - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIMESTAMPTZ_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIMETZ - Static variable in class com.jdbwc.util.PgSQLTypes
 
TIMETZ_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
toString() - Method in class com.jdbwc.core.util.SQLField
This is for debugging to make it easy to see whats in this SQLField.
TransactionRollbackException - Exception in com.jdbwc.exceptions
 
TransactionRollbackException(String, String, int) - Constructor for exception com.jdbwc.exceptions.TransactionRollbackException
 
TransactionRollbackException(String, String) - Constructor for exception com.jdbwc.exceptions.TransactionRollbackException
 
TransactionRollbackException(String) - Constructor for exception com.jdbwc.exceptions.TransactionRollbackException
 
TransactionRollbackException() - Constructor for exception com.jdbwc.exceptions.TransactionRollbackException
 
typeToName(int) - Static method in class com.jdbwc.util.MySQLTypes
 
typeToName(int) - Static method in class com.jdbwc.util.PgSQLTypes
 

U

UNSPECIFIED - Static variable in class com.jdbwc.util.PgSQLTypes
 
unwrap(Class<T>) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
unwrap(Class<T>) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCCallableStatement
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCConnection
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCParameterMetaData
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCPreparedStatement
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCResultSet
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCResultSetMetaData
 
unwrap(Class<T>) - Method in class com.jdbwc.core.WCStatement
 
updateArray(int, Array) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateArray(String, Array) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateAsciiStream(int, InputStream) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateAsciiStream(String, InputStream) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateAsciiStream(int, InputStream, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateAsciiStream(String, InputStream, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateAsciiStream(int, InputStream, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateAsciiStream(String, InputStream, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBigDecimal(int, BigDecimal) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBigDecimal(String, BigDecimal) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBinaryStream(int, InputStream) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBinaryStream(String, InputStream) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBinaryStream(int, InputStream, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBinaryStream(String, InputStream, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBinaryStream(int, InputStream, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBinaryStream(String, InputStream, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBlob(int, Blob) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBlob(String, Blob) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBlob(int, InputStream) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBlob(String, InputStream) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBlob(int, InputStream, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBlob(String, InputStream, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBoolean(int, boolean) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBoolean(String, boolean) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateByte(int, byte) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateByte(String, byte) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBytes(int, byte[]) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateBytes(String, byte[]) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateCharacterStream(int, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateCharacterStream(String, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateCharacterStream(int, Reader, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateCharacterStream(String, Reader, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateCharacterStream(int, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateCharacterStream(String, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateClob(int, Clob) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateClob(String, Clob) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateClob(int, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateClob(String, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateClob(int, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateClob(String, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateDate(int, Date) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateDate(String, Date) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateDouble(int, double) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateDouble(String, double) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateFloat(int, float) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateFloat(String, float) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateInt(int, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateInt(String, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateLong(int, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateLong(String, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNCharacterStream(int, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNCharacterStream(String, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNCharacterStream(int, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNCharacterStream(String, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNClob(int, NClob) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNClob(String, NClob) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNClob(int, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNClob(String, Reader) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNClob(int, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNClob(String, Reader, long) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNString(int, String) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNString(String, String) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNull(int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateNull(String) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateObject(int, Object) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateObject(String, Object) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateObject(int, Object, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateObject(String, Object, int) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateRef(int, Ref) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateRef(String, Ref) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateRow() - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateRowId(int, RowId) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateRowId(String, RowId) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updatesAreDetected(int) - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
updatesAreDetected(int) - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
updateShort(int, short) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateShort(String, short) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateSQLXML(int, SQLXML) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateSQLXML(String, SQLXML) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateString(int, String) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateString(String, String) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateTime(int, Time) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateTime(String, Time) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateTimestamp(int, Timestamp) - Method in class com.jdbwc.core.WCResultSetUpdates
 
updateTimestamp(String, Timestamp) - Method in class com.jdbwc.core.WCResultSetUpdates
 
USES_VARIABLES_FALSE - Static variable in class com.jdbwc.core.WCStatement
 
USES_VARIABLES_TRUE - Static variable in class com.jdbwc.core.WCStatement
 
USES_VARIABLES_UNKNOWN - Static variable in class com.jdbwc.core.WCStatement
 
usesLocalFilePerTable() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
usesLocalFilePerTable() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
usesLocalFiles() - Method in class com.jdbwc.core.MySQLDatabaseMetaData
 
usesLocalFiles() - Method in class com.jdbwc.core.PgSQLDatabaseMetaData
 
Util - Class in com.jdbwc.util
General utility class to assist the JDBWC Driver.

V

VARBIT - Static variable in class com.jdbwc.util.PgSQLTypes
 
VARBIT_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
VARCHAR - Static variable in class com.jdbwc.util.PgSQLTypes
 
VARCHAR_ARRAY - Static variable in class com.jdbwc.util.PgSQLTypes
 
versionMeetsMinimum(int, int, int) - Method in class com.jdbwc.core.WCConnectionInfo
 
VOID - Static variable in class com.jdbwc.util.PgSQLTypes
 

W

wasNull() - Method in class com.jdbwc.core.WCCallableStatement
 
wasNull() - Method in class com.jdbwc.core.WCResultSet
 
WC_ERROR_TAG - Static variable in class com.jdbwc.util.Util
Indetifier for errors being sent from the server API
WC_NL - Static variable in class com.jdbwc.util.Util
systems line break property
WCCallableStatement - Class in com.jdbwc.core
NOTE: This is only mostly just a skeleton and has not been fully implemented yet!!!
WCCallableStatement(WCConnection, String) - Constructor for class com.jdbwc.core.WCCallableStatement
Constructs a new instance of this.
This one gets called from WCConnection.
WCConnection - Class in com.jdbwc.core
Extended JDBC-API implementation for java.sql.Connection

NOTES:
One of the major hurdles with communication across the internet is latency.
WCConnection() - Constructor for class com.jdbwc.core.WCConnection
For the delegate only.
See WCConnection(String, String, int, String, String, String, String, int, String) for the actual Connection initialiser routine.
WCConnection(String, String, int, String, String, String, String, int, String) - Constructor for class com.jdbwc.core.WCConnection
Initialises a jdbc connection.
Connection can use any standard http port.
WCConnectionInfo - Class in com.jdbwc.core
 
WCConnectionInfo() - Constructor for class com.jdbwc.core.WCConnectionInfo
 
WCConnectionTransaction - Class in com.jdbwc.core
NOTE: This is only a skeleton and has not been implemented yet!!!
WCConnectionTransaction() - Constructor for class com.jdbwc.core.WCConnectionTransaction
 
WCDriver - Class in com.jdbwc.core
Required JDBC-API implementation for java.sql.Driver.

This class provides the functionality for com.jdbwc.core.Driver

NOTE: The methods in this class were migrated out of com.jdbwc.core.Driver class to reduce the standby memory footprint size of Driver.
WCDriver() - Constructor for class com.jdbwc.core.WCDriver
Required constructor for Class.forName().newInstance()
WCParameterMetaData - Class in com.jdbwc.core
 
WCParameterMetaData(WCConnection, DataHandler) - Constructor for class com.jdbwc.core.WCParameterMetaData
Constructs a new instance of this.
WCPreparedStatement - Class in com.jdbwc.core
 
WCPreparedStatement(WCConnection, String) - Constructor for class com.jdbwc.core.WCPreparedStatement
Constructs a new instance of this.
This one gets called from WCConnection.
WCPreparedStatement(WCConnection) - Constructor for class com.jdbwc.core.WCPreparedStatement
Constructs a new instance of this.
This one gets called from WCCallableStatement (sub-class).
WCResultSet - Class in com.jdbwc.core
Extended JDBC-API implementation for java.sql.ResultSet.
See this packages ResultSet interface for extension method details.
WCResultSet(WCConnection) - Constructor for class com.jdbwc.core.WCResultSet
 
WCResultSet(WCConnection, WCStatement) - Constructor for class com.jdbwc.core.WCResultSet
 
WCResultSet(WCConnection, WCStatement, String) - Constructor for class com.jdbwc.core.WCResultSet
 
WCResultSet(WCConnection, WCStatement, String, DataHandler) - Constructor for class com.jdbwc.core.WCResultSet
 
WCResultSetMetaData - Class in com.jdbwc.core
 
WCResultSetMetaData(String, WCConnection) - Constructor for class com.jdbwc.core.WCResultSetMetaData
 
WCResultSetUpdates - Class in com.jdbwc.core
NOTE: This is only a skeleton and has not been implemented yet!!!
WCResultSetUpdates() - Constructor for class com.jdbwc.core.WCResultSetUpdates
 
WCSQLData - Class in com.jdbwc.core
NOTE: This is only a skeleton and has not been implemented yet!!!
WCSQLData() - Constructor for class com.jdbwc.core.WCSQLData
Constructs a new instance of this.
WCStatement - Class in com.jdbwc.core
Extended JDBC-API implementation for java.sql.Statement.
See this packages Statement interface for extension method details.
WCStatement() - Constructor for class com.jdbwc.core.WCStatement
Constructs a new instance of this.
This is not used for instantiation, only for accessing prtected variables.
WCStatement(WCConnection) - Constructor for class com.jdbwc.core.WCStatement
 
wrapString(String) - Method in class com.jdbwc.core.WCPreparedStatement
Prepare a String for inputing to SQL.
writeSQL(SQLOutput) - Method in class com.jdbwc.core.WCSQLData
 

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