Class PostgresLobHandler
java.lang.Object
org.jumpmind.db.sql.SymmetricLobHandler
org.jumpmind.db.platform.postgresql.PostgresLobHandler
-
Field Summary
Fields inherited from class org.jumpmind.db.sql.SymmetricLobHandler
lobHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBlobAsBytes(ResultSet rs, int columnIndex, int jdbcTypeCode, String jdbcTypeName) static byte[]getLoColumnAsBytes(ResultSet rs, int columnIndex) booleanneedsAutoCommitFalseForBlob(int jdbcTypeCode, String jdbcTypeName) Methods inherited from class org.jumpmind.db.sql.SymmetricLobHandler
getClobAsString, getDefaultHandler
-
Constructor Details
-
PostgresLobHandler
public PostgresLobHandler()
-
-
Method Details
-
needsAutoCommitFalseForBlob
- Overrides:
needsAutoCommitFalseForBlobin classSymmetricLobHandler
-
getBlobAsBytes
public byte[] getBlobAsBytes(ResultSet rs, int columnIndex, int jdbcTypeCode, String jdbcTypeName) throws SQLException - Overrides:
getBlobAsBytesin classSymmetricLobHandler- Throws:
SQLException
-
getLoColumnAsBytes
- Throws:
SQLException
-