All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
bindBlob(int i,
byte[] serialized) |
void |
bindChecksum(int i,
SvnChecksum checksum) |
void |
bindf(String format,
Object... data) |
void |
bindIProperties(int i,
Map<String,SVNProperties> iprops) |
void |
bindLong(int i,
long v) |
void |
bindNull(int i) |
void |
bindProperties(int i,
SVNProperties props) |
void |
bindRevision(int i,
long revision) |
void |
bindString(int i,
String string) |
long |
count() |
long |
done() |
boolean |
eof() |
long |
exec() |
protected Object |
getBind(int i) |
List<Object> |
getBinds() |
Object |
getColumn(Enum<?> f) |
protected Object |
getColumn(String f) |
byte[] |
getColumnBlob(Enum<?> f) |
protected byte[] |
getColumnBlob(String f) |
boolean |
getColumnBoolean(Enum<?> f) |
List<Structure<StructureFields.InheritedProperties>> |
getColumnInheritedProperties(Enum<?> f) |
List<Structure<StructureFields.InheritedProperties>> |
getColumnInheritedProperties(String f) |
long |
getColumnLong(Enum<?> f) |
protected long |
getColumnLong(String f) |
SVNProperties |
getColumnProperties(Enum<?> f) |
protected SVNProperties |
getColumnProperties(String f) |
long |
getColumnRevnum(Enum<?> f) |
String |
getColumnString(Enum<?> f) |
protected String |
getColumnString(String f) |
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor |
getCursor() |
SVNSqlJetStatement |
getJoinedStatement(Enum<?> joinedTable) |
SVNSqlJetStatement |
getJoinedStatement(String joinedTable) |
Map<String,Object> |
getRowValues() |
boolean |
hasColumnInheritedProperties(Enum<?> f) |
boolean |
hasColumnInheritedProperties(String f) |
boolean |
hasColumnProperties(Enum<?> f) |
protected boolean |
hasColumnProperties(String f) |
long |
insert(Object... data) |
boolean |
isColumnNull(Enum<?> f) |
protected boolean |
isColumnNull(String f) |
boolean |
isNeedsReset() |
boolean |
next() |
void |
nextRow() |
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor |
openCursor() |
static List<Structure<StructureFields.InheritedProperties>> |
parseInheritedProperties(byte[] val) |
static SVNProperties |
parseProperties(byte[] val) |
void |
reset() |
protected void |
setCursor(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) |