CONNX for JDBC complies with JDBC 1.2 and has some JDBC 2.0 functionality. See the table below for a list of the JDBC interfaces that are currently supported by CONNX.
Interface Type |
JDBC Interface |
Supported |
Not Supported |
Array |
getArray |
|
x |
|
getArray (long arg0, int arg1) |
|
x |
|
getArray (long arg0, int arg1, Map arg2) |
|
x |
|
getArray (Map arg0) |
|
x |
|
getBaseType() |
|
x |
|
getBaseTypeName() |
|
x |
|
getResultSet() |
|
x |
|
getResultSet(long arg0,int arg1) |
|
x |
|
getResultSet(long arg0,int art1, Map arg2) |
|
x |
|
getResultSet(Map arg0) |
|
x |
|
|
|
|
Blob |
getBinaryStream() |
|
x |
|
getBytes(long arg0, int arg1) |
|
x |
|
length() |
|
x |
|
position(Blob arg0, long arg1) |
|
x |
|
position(byte[] arg0, long arg1) |
|
x |
|
|
|
|
CallableStatement |
getArray(int arg0) |
|
x |
|
getBigDecimal(int parameterIndex() |
|
x |
|
getBigDecimal(int parameterIndex, int scale) |
x |
|
|
getBlob(int arg0) |
|
x |
|
getBoolean(int parameterIndex) |
x |
|
|
getByte(int pnt parameterIndex) |
x |
|
|
getBytes(int parameterIndex) |
x |
|
|
getClob(int arg0) |
|
x |
|
getDate(int parameterIndex) |
x |
|
|
getDouble(int parameterIndex) |
x |
|
|
getFloat(int parameterIndex) |
x |
|
|
getInt(int parameterIndex) |
x |
|
|
getLong(int parameterIndex) |
x |
|
|
getObject(int arg0, Map arg1) |
|
x |
|
getObject(int parameterIndex) |
x |
|
|
getRef(int arg0) |
|
x |
|
getShort(int parameterIndex) |
x |
|
|
getString(int parameterIndex) |
x |
|
|
getTime(int arg0, Calendar calendarObj) |
|
x |
|
getTime(int parameterIndex) |
x |
|
|
getTimestamp(int arg0, Calendar calendarObj) |
|
x |
|
getTimestamp(int parameterIndex) |
x |
|
|
registerOutParameter(int parameterIndex, int sqlType) |
|
x |
|
registerOutParameter(int parameterIndex, int sqlType, int scale) |
|
x |
|
RegisterOutParameter(int parameterIndex, int sqlType, String parmString) |
|
x |
|
wasNull() |
x |
|
|
|
|
|
Clob |
getAsciiStream |
|
x |
|
getCharacterSTream |
|
x |
|
getSubString(long arg0, int arg1) |
|
x |
|
length() |
|
x |
|
position(Clob arg0, long arg1) |
|
x |
|
position(String arg0, long arg1) |
|
x |
|
|
|
|
Connection |
clearWarnings() |
x |
|
|
close() |
x |
|
|
commit() |
x |
|
|
createStatement() |
x |
|
|
createStatement(int arg0, int arg1) |
x |
|
|
getAutoCommit() |
x |
|
|
getCatalog() |
x |
|
|
getMetaData() |
x |
|
|
getTransactionIsolation() |
x |
|
|
getTypeMap() |
x |
|
|
getWarnings() |
x |
|
|
isClosed() |
x |
|
|
isReadOnly() |
x |
|
|
nativeSQL(String sql) |
x |
|
|
prepareCall(String arg0, int arg1, int arg2) |
x |
|
|
prepareCall(String sql) |
x |
|
|
prepareStatement(String arg0, int arg1, int arg2) |
x |
|
|
prepareStatement(String sql) |
x |
|
|
rollback() |
x |
|
|
setAutoCommit(boolean autoCommit) |
x |
|
|
setCatalog(String catalog) |
x |
|
|
setReadOnly(boolean readOnly) |
x |
|
|
setTransactionIsolation(int level) |
x |
|
|
setTypeMap(Map arg0) |
x |
|
|
|
|
|