Method | Description |
public abstract int deleteSharedText(
)
throws java.sql.SQLException | |
public abstract int deleteSharedText(
int
)
throws java.sql.SQLException | |
public abstract int deleteSharedTextHashCodeEQ(
Integer
)
throws java.sql.SQLException | |
public abstract java.util.Collection getSharedText(
)
| |
public abstract java.util.Collection getSharedText(
biz.hammurapi.convert.ConverterClosure
)
| |
public abstract java.util.Collection getSharedText(
Class
)
| |
public abstract java.util.Collection getSharedText(
java.util.Collection
)
throws java.sql.SQLException | |
public abstract java.util.Collection getSharedText(
java.util.Collection, biz.hammurapi.convert.ConverterClosure
)
throws java.sql.SQLException | |
public abstract java.util.Collection getSharedText(
java.util.Collection, Class
)
throws java.sql.SQLException | |
public abstract SharedText getSharedText(
int
)
throws java.sql.SQLException | |
public abstract SharedText getSharedText(
int, Class
)
throws java.sql.SQLException | |
public abstract java.util.Collection getSharedTextHashCodeEQ(
Integer
)
| |
public abstract java.util.Collection getSharedTextHashCodeEQ(
Integer, biz.hammurapi.convert.ConverterClosure
)
| |
public abstract java.util.Collection getSharedTextHashCodeEQ(
Integer, Class
)
| |
public abstract java.util.Collection getSharedTextHashCodeEQ(
Integer, java.util.Collection
)
throws java.sql.SQLException | |
public abstract java.util.Collection getSharedTextHashCodeEQ(
Integer, java.util.Collection, biz.hammurapi.convert.ConverterClosure
)
throws java.sql.SQLException | |
public abstract java.util.Collection getSharedTextHashCodeEQ(
Integer, java.util.Collection, Class
)
throws java.sql.SQLException | |
public abstract java.util.Collection getTextChunks(
int, int
)
| |
public abstract java.util.Collection getTextChunks(
int, int, biz.hammurapi.convert.ConverterClosure
)
| |
public abstract java.util.Collection getTextChunks(
int, int, Class
)
| |
public abstract java.util.Collection getTextChunks(
int, int, java.util.Collection
)
throws java.sql.SQLException | |
public abstract java.util.Collection getTextChunks(
int, int, java.util.Collection, biz.hammurapi.convert.ConverterClosure
)
throws java.sql.SQLException | |
public abstract java.util.Collection getTextChunks(
int, int, java.util.Collection, Class
)
throws java.sql.SQLException | |
public abstract int insertSharedText(
int, Integer, String, Integer, int
)
throws java.sql.SQLException | |
public abstract int insertSharedText(
SharedText
)
throws java.sql.SQLException | |
public abstract int insertSharedText(
SharedText, biz.hammurapi.sql.IdentityManager
)
throws java.sql.SQLException | |
public abstract void processSharedText(
biz.hammurapi.sql.RowProcessor
)
throws java.sql.SQLException | |
public abstract void processSharedTextHashCodeEQ(
Integer, biz.hammurapi.sql.RowProcessor
)
throws java.sql.SQLException | |
public abstract void processTextChunks(
int, int, biz.hammurapi.sql.RowProcessor
)
throws java.sql.SQLException | |
public abstract int updateSharedText(
SharedText
)
throws java.sql.SQLException | |