public abstract class SVNSqlJetTableStatement extends SVNSqlJetStatement
Modifier and Type | Field and Description |
---|---|
protected org.tmatesoft.sqljet.core.table.ISqlJetTable |
table |
protected java.lang.String |
tableName |
binds, sDb, transactionMode
Constructor and Description |
---|
SVNSqlJetTableStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> tableName) |
SVNSqlJetTableStatement(SVNSqlJetDb sDb,
java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
addTrigger(ISVNSqlJetTrigger trigger) |
org.tmatesoft.sqljet.core.table.ISqlJetTable |
getTable() |
java.lang.String |
getTableName() |
protected java.util.Collection<ISVNSqlJetTrigger> |
getTriggers() |
void |
reset() |
protected void |
statementCompleted(org.tmatesoft.sqljet.core.SqlJetException error) |
protected void |
statementStarted() |
bindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, eof, exec, getBind, getBinds, getColumn, getColumn, getColumnBlob, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, getRowValues, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isColumnNull, isNeedsReset, next, nextRow, openCursor, parseInheritedProperties, parseProperties, setCursor
protected org.tmatesoft.sqljet.core.table.ISqlJetTable table
protected java.lang.String tableName
public SVNSqlJetTableStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName) throws SVNException
SVNException
public SVNSqlJetTableStatement(SVNSqlJetDb sDb, java.lang.String tableName) throws SVNException
SVNException
public java.lang.String getTableName()
public void addTrigger(ISVNSqlJetTrigger trigger)
protected java.util.Collection<ISVNSqlJetTrigger> getTriggers()
public org.tmatesoft.sqljet.core.table.ISqlJetTable getTable()
protected void statementStarted()
protected void statementCompleted(org.tmatesoft.sqljet.core.SqlJetException error)
public void reset() throws SVNException
reset
in class SVNSqlJetStatement
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.