|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.ops.BlobHelper
com.sun.mdm.index.ops.MySQLBlobHelper
| Constructor Summary | |
MySQLBlobHelper()
Creates a new instance of SQLBlobHelper |
|
| Method Summary | |
(package private) java.lang.Object |
getValue(java.sql.ResultSet rs,
java.lang.String column)
Gets the blob value. |
(package private) void |
setParamBlob(BlobHelperParameters bhp,
java.lang.Object value)
Set the blob parameter. |
(package private) void |
setParamBlob(java.sql.ResultSet rs,
java.lang.String column,
java.lang.Object value)
Set the blob parameter. |
| Methods inherited from class com.sun.mdm.index.ops.BlobHelper |
getBlobHelper |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MySQLBlobHelper()
| Method Detail |
java.lang.Object getValue(java.sql.ResultSet rs,
java.lang.String column)
throws OPSException
getValue in class BlobHelperrs - Result set that includes the blob value.column - Name of the blob column.
OPSException - if an error occurs.
void setParamBlob(BlobHelperParameters bhp,
java.lang.Object value)
throws OPSException
setParamBlob in class BlobHelperbhp - Parameters for the blob helper.value - Value of blob
OPSException - if error is encountered.
void setParamBlob(java.sql.ResultSet rs,
java.lang.String column,
java.lang.Object value)
throws OPSException
setParamBlob in class BlobHelperrs - ResultSetcolumn - column namevalue - value of the blob
OPSException - if error is encountered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.