Method name
|
Notes
|
---|---|
getArray(int i)
|
Not supported.
|
getBlob(int i)
|
Not supported.
|
getClob(int i)
|
Not supported.
|
getDate(int parameterIndex, Calendar cal)
|
Works as specified in Java API.
Uses a given Calendar object to specify time zone and locale, different from default ones. The same rule corresponds to other similar methods that operates with Calendar instances.
|
getObject (int i, Map map)
|
Not supported.
|
getRef(int i)
|
Not supported.
|
registerOutParameter(int parameterIndex, int sqlType, String typeName)
|
Not supported. This method throws an exception with the following message: “This method is not supported”.
|
Method name
|
Notes
|
---|---|
getTypeMap()
|
The solidDB® JDBC API provides this method, but it always returns null.
|
isReadOnly()
|
The solidDB® JDBC API supports only read-only connections and read-only transactions if the database is declared as read-only. This method always returns false.
|
nativeSQL(String sql)
|
Works as specified in Java API. The solidDB® JDBC Driver does not change the SQL passed to the solidDB® server. The SQL query the user passes is returned.
|
prepareCall(String sql)
|
Works as specified in Java API.
The escape call syntax is not supported.
|
setReadOnly(boolean readOnly)
|
The solidDB® JDBC API supports only read-only database and read-only transactions if the database is declared as read-only. This method exists but does not affect the connection behavior.
|
setTransactionIsolation(int level)
|
Works as specified in Java API.
|
setTypeMap(Map map)
|
Not supported.
|
Method name
|
Notes
|
---|---|
setArray(int i, Array x)
|
Not supported.
|
setBlob(int I, Blob x)
|
Not supported.
|
setClob(int I, Clob x)
|
Not supported.
|
setObject(int parameterIndex, Object x)
|
Works as specified in Java API.
The following objects are not supported: BLOB, CLOB, ARRAY, REF, and object (USING java.util.Map).
|
setObject(int parameterIndex, Object x, int targetSqlType))
|
Not supported. This method throws an exception with the following message: “This method is not supported”.
|
setObject(int parameterIndex, Object x, int targetSQLType, int scale)
|
Not supported. This method throws an exception with the following message: “This method is not supported”
|
setRef(int I, Ref x)
|
Not supported.
|
Method name
|
Notes
|
---|---|
getArray(int i)
|
Not supported.
|
getArray(String ColName)
|
Not supported.
|
getBigDecimal(String columnName)
|
Works as specified in Java API.
|
getCharacterStream(int columnIndex)
|
Works as specified in Java API.
The JDBC Driver sets the designated parameter to the given Reader object at the given character length. When a large UNICODE value is input to a LONG VARCHAR/LONG WVARCHR parameter, you can send it via a java.io.Reader. The JDBC Driver reads the data from the stream as needed, until it reaches end-of-file. The driver does all the necessary conversion from UNICODE to the database CHAR format.
|
getCharacterStream(String columnName)
|
Works as specified in Java API. The note above also applies to this method.
|
getFetchSize()
|
Not supported.
|
getObject(int columnIndex)
|
Works as specified in Java API.
The following objects are not supported: BLOB, CLOB, ARRAY, REF, and object (USING java.util.Map).
|
getObject(int i, Map map)
|
Not supported.
|
getObject(String colName, Map map)
|
Not supported. This method throws an exception with the following message: This method is not supported
|
getRef(int i)
|
Not supported.
|
getRef(String colName)
|
Not supported.
|
refreshRow()
|
Not supported.
|
setFetchSize(int rows)
|
No operation in the solidDB® JDBC API. Sets the value for the number of rows to be fetched from the database each time. The value a user sets with this method is ignored.
|
getCharacterStream(int columnIndex)
|
Works as specified in Java API.
The JDBC Driver sets the designated parameter to the given Reader object at the given character length. When a large UNICODE value is input to a LONG VARCHAR/LONG WVARCHR parameter, you can send it via a java.io.Reader. The JDBC Driver reads the data from the stream as needed, until it reaches end-of-file. The driver does all the necessary conversion from UNICODE to the database CHAR format.
|
getCharacterStream(String columnName)
|
Works as specified in Java API. The note above also applies to this method.
|
getFetchSize()
|
Not supported.
|
getObject(int columnIndex)
|
Works as specified in Java API.
The following objects are not supported: BLOB, CLOB, ARRAY, REF, and object (USING java.util.Map).
|
getObject(int i, Map map)
|
Not supported.
|
getObject(String colName, Map map)
|
Not supported. This method throws an exception with the following message: This method is not supported
|
getRef(int i)
|
Not supported.
|
getRef(String colName)
|
Not supported.
|
refreshRow()
|
Not supported.
|
setFetchSize(int rows)
|
No operation in the solidDB® JDBC API. Sets the value for the number of rows to be fetched from the database each time. The value a user sets with this method is ignored.
|
Method name
|
Notes
|
---|---|
getFetchSize()
|
No operation in the solidDB® JDBC API.
|
getMaxFieldSize()
|
Maxfield size does not affect the server behavior.
|
getMoreResults()
|
The server does not support multiple result sets.
|
getResultSetType()
|
Not supported.
|
setFetchSize(int rows)
|
No operation in the solidDB® JDBC API.
Sets the value for the number of rows to be fetched from the database each time. The value a user sets with this method is ignored.
|
setMaxFieldSize(int max)
|
Maxfield size does not affect the server behavior.
|
Method name
|
Notes
|
---|---|
getRef(int i)
|
This method is not supported.
|
getRef(String colName)
|
This method is not supported.
|
refreshRow()
|
This method is not supported.
|
rowDeleted()
|
This method is not supported.
|
rowInserted()
|
This method is not supported.
|
setFetchSize(int rows)
|
This method is not supported.
|