org.jumpmind.db.sql
Class SymmetricLobHandler
java.lang.Object
org.jumpmind.db.sql.SymmetricLobHandler
- Direct Known Subclasses:
- PostgresLobHandler
public class SymmetricLobHandler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymmetricLobHandler
public SymmetricLobHandler()
SymmetricLobHandler
public SymmetricLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler)
getClobAsString
public String getClobAsString(ResultSet rs,
int columnIndex)
throws SQLException
- Throws:
SQLException
getBlobAsBytes
public byte[] getBlobAsBytes(ResultSet rs,
int columnIndex,
int jdbcTypeCode,
String jdbcTypeName)
throws SQLException
- Throws:
SQLException
getDefaultHandler
public org.springframework.jdbc.support.lob.LobHandler getDefaultHandler()
needsAutoCommitFalseForBlob
public boolean needsAutoCommitFalseForBlob(int jdbcTypeCode,
String jdbcTypeName)
Copyright © 2007-2013 JumpMind, Inc.. All Rights Reserved.