org.jumpmind.db.platform.postgresql
Class PostgresLobHandler

java.lang.Object
  extended by org.jumpmind.db.sql.SymmetricLobHandler
      extended by org.jumpmind.db.platform.postgresql.PostgresLobHandler

public class PostgresLobHandler
extends SymmetricLobHandler


Constructor Summary
PostgresLobHandler()
           
 
Method Summary
 byte[] getBlobAsBytes(ResultSet rs, int columnIndex, int jdbcTypeCode, String jdbcTypeName)
           
 boolean needsAutoCommitFalseForBlob(int jdbcTypeCode, String jdbcTypeName)
           
 
Methods inherited from class org.jumpmind.db.sql.SymmetricLobHandler
getClobAsString, getDefaultHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgresLobHandler

public PostgresLobHandler()
Method Detail

needsAutoCommitFalseForBlob

public boolean needsAutoCommitFalseForBlob(int jdbcTypeCode,
                                           String jdbcTypeName)
Overrides:
needsAutoCommitFalseForBlob in class SymmetricLobHandler

getBlobAsBytes

public byte[] getBlobAsBytes(ResultSet rs,
                             int columnIndex,
                             int jdbcTypeCode,
                             String jdbcTypeName)
                      throws SQLException
Overrides:
getBlobAsBytes in class SymmetricLobHandler
Throws:
SQLException


Copyright © 2007-2013 JumpMind, Inc.. All Rights Reserved.