public class SVNSqlJetDb
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SVNSqlJetDb.Mode |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTransaction(org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) |
void |
close() |
void |
commit() |
static void |
createSqlJetError(org.tmatesoft.sqljet.core.SqlJetException e) |
void |
execStatement(SVNWCDbStatements statementIndex) |
org.tmatesoft.sqljet.core.table.SqlJetDb |
getDb() |
int |
getOpenCount() |
SVNSqlJetStatement |
getStatement(SVNWCDbStatements statementIndex) |
SVNSqlJetDb |
getTemporaryDb() |
boolean |
hasTable(java.lang.String tableName) |
static SVNSqlJetDb |
open(java.io.File sdbAbsPath,
SVNSqlJetDb.Mode mode) |
void |
rollback() |
void |
runTransaction(SVNSqlJetTransaction transaction) |
void |
runTransaction(SVNSqlJetTransaction transaction,
org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) |
void |
verifyNoWork() |
public org.tmatesoft.sqljet.core.table.SqlJetDb getDb()
public int getOpenCount()
public void close()
throws SVNException
SVNExceptionpublic static SVNSqlJetDb open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode) throws SVNException
SVNExceptionpublic SVNSqlJetDb getTemporaryDb() throws SVNException
SVNExceptionpublic SVNSqlJetStatement getStatement(SVNWCDbStatements statementIndex) throws SVNException
SVNExceptionpublic void execStatement(SVNWCDbStatements statementIndex) throws SVNException
SVNExceptionpublic static void createSqlJetError(org.tmatesoft.sqljet.core.SqlJetException e)
throws SVNException
SVNExceptionpublic void beginTransaction(org.tmatesoft.sqljet.core.SqlJetTransactionMode mode)
throws SVNException
SVNExceptionpublic void commit()
throws SVNException
SVNExceptionpublic void verifyNoWork()
public void runTransaction(SVNSqlJetTransaction transaction) throws SVNException
SVNExceptionpublic void runTransaction(SVNSqlJetTransaction transaction, org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) throws SVNException
SVNExceptionpublic void rollback()
throws SVNException
SVNExceptionpublic boolean hasTable(java.lang.String tableName)
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.