|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.util.jdbc.StdBlobColumn
org.hyperic.util.jdbc.PostgresBlobColumn
public class PostgresBlobColumn
Constructor Summary | |
---|---|
PostgresBlobColumn(java.lang.String dsName,
java.lang.String tableName,
java.lang.String idColName,
java.lang.String blobColName)
|
Method Summary | |
---|---|
protected void |
doSelect()
|
static byte[] |
doSelect(java.sql.ResultSet rs,
int columnIndex)
|
Methods inherited from class org.hyperic.util.jdbc.StdBlobColumn |
---|
checkForInsert, checkIdSet, delete, doDelete, doInsert, doUpdate, fetchNextId, getBlobColName, getBlobData, getCtxName, getDBConn, getId, getIdColName, getInitialContext, getSeqName, getTableName, insert, select, setBlobColName, setBlobData, setId, setIdColName, setSequenceInfo, setTableName, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostgresBlobColumn(java.lang.String dsName, java.lang.String tableName, java.lang.String idColName, java.lang.String blobColName)
Method Detail |
---|
protected void doSelect() throws java.sql.SQLException
doSelect
in class StdBlobColumn
java.sql.SQLException
public static byte[] doSelect(java.sql.ResultSet rs, int columnIndex) throws java.sql.SQLException
java.sql.SQLException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |