Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.jdbc
Class PostgresBlobColumn

java.lang.Object
  extended by org.hyperic.util.jdbc.StdBlobColumn
      extended by org.hyperic.util.jdbc.PostgresBlobColumn
All Implemented Interfaces:
BlobColumn

public class PostgresBlobColumn
extends StdBlobColumn


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

PostgresBlobColumn

public PostgresBlobColumn(java.lang.String dsName,
                          java.lang.String tableName,
                          java.lang.String idColName,
                          java.lang.String blobColName)
Method Detail

doSelect

protected void doSelect()
                 throws java.sql.SQLException
Overrides:
doSelect in class StdBlobColumn
Throws:
java.sql.SQLException

doSelect

public static byte[] doSelect(java.sql.ResultSet rs,
                              int columnIndex)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.