DODS 6.5 API

com.lutris.appserver.server.sql.oracle
Class OracleDriverDependencies

java.lang.Object
  extended bycom.lutris.appserver.server.sql.oracle.OracleDriverDependencies
All Implemented Interfaces:
DriverDependencies

public class OracleDriverDependencies
extends java.lang.Object
implements DriverDependencies


Constructor Summary
OracleDriverDependencies()
           
 
Method Summary
 void insertBlob(DBConnection conn, byte[] cont, RDBColumn primary, RDBColumn column, java.lang.String handle)
          Method insertBlob
 boolean isBlobAccessSpecial()
           
 byte[] readBlob(java.sql.ResultSet rs, java.lang.String colName)
          Method readBlob
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleDriverDependencies

public OracleDriverDependencies()
Method Detail

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

DODS 6.5 API