com.lutris.appserver.server.sql.oracle
Class OracleDriverDependencies
java.lang.Object
com.lutris.appserver.server.sql.oracle.OracleDriverDependencies
- All Implemented Interfaces:
- DriverDependencies
- public class OracleDriverDependencies
- extends java.lang.Object
- implements DriverDependencies
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleDriverDependencies
public OracleDriverDependencies()
isBlobAccessSpecial
public boolean isBlobAccessSpecial()
- Specified by:
isBlobAccessSpecial
in interface DriverDependencies
insertBlob
public void insertBlob(DBConnection conn,
byte[] cont,
RDBColumn primary,
RDBColumn column,
java.lang.String handle)
throws java.sql.SQLException
- Description copied from interface:
DriverDependencies
- Method insertBlob
- Specified by:
insertBlob
in interface DriverDependencies
- Parameters:
cont
- a byte[]handle
- a String
- Throws:
java.sql.SQLException
readBlob
public byte[] readBlob(java.sql.ResultSet rs,
java.lang.String colName)
throws java.sql.SQLException
- Description copied from interface:
DriverDependencies
- Method readBlob
- Specified by:
readBlob
in interface DriverDependencies
- Returns:
- a byte[]
- Throws:
java.sql.SQLException