|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.ops.BlobHelper
| Constructor Summary | |
BlobHelper()
Creates a new instance of BlobHelper |
|
| Method Summary | |
static BlobHelper |
getBlobHelper(java.lang.String dbType)
Get the Blob Helper for the specified database type |
(package private) abstract java.lang.Object |
getValue(java.sql.ResultSet rs,
java.lang.String column)
Gets the blob value. |
(package private) abstract void |
setParamBlob(BlobHelperParameters bhp,
java.lang.Object value)
Set the blob parameter. |
(package private) abstract void |
setParamBlob(java.sql.ResultSet rs,
java.lang.String column,
java.lang.Object value)
Set the blob parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BlobHelper()
| Method Detail |
public static BlobHelper getBlobHelper(java.lang.String dbType)
dbType - database type (only Oracle and SQL Server are supported)
abstract java.lang.Object getValue(java.sql.ResultSet rs,
java.lang.String column)
throws OPSException
rs - Result set that includes the blob value.column - Name of the blob column.
OPSException - if an error occurs.
abstract void setParamBlob(BlobHelperParameters bhp,
java.lang.Object value)
throws OPSException
bhp - Parameters for the blob helper.value - Value of blob.
OPSException - if error occurs.
abstract void setParamBlob(java.sql.ResultSet rs,
java.lang.String column,
java.lang.Object value)
throws OPSException
rs - ResultSet.column - Name of the blob column.value - Value of the blob.
OPSException - if error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.