org.jumpmind.db.platform.postgresql
Class PostgresLobHandler
java.lang.Object
org.jumpmind.db.sql.SymmetricLobHandler
org.jumpmind.db.platform.postgresql.PostgresLobHandler
public class PostgresLobHandler
- extends SymmetricLobHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgresLobHandler
public PostgresLobHandler()
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.