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) boolean
needsAutoCommitFalseForBlob
(int jdbcTypeCode, String jdbcTypeName) Methods inherited from class org.jumpmind.db.sql.SymmetricLobHandler
getClobAsString, getDefaultHandler
-
Constructor Details
-
PostgresLobHandler
public PostgresLobHandler()
-
-
Method Details
-
needsAutoCommitFalseForBlob
- Overrides:
needsAutoCommitFalseForBlob
in classSymmetricLobHandler
-
getBlobAsBytes
public byte[] getBlobAsBytes(ResultSet rs, int columnIndex, int jdbcTypeCode, String jdbcTypeName) throws SQLException - Overrides:
getBlobAsBytes
in classSymmetricLobHandler
- Throws:
SQLException
-
getLoColumnAsBytes
- Throws:
SQLException
-