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
SVNException
public static SVNSqlJetDb open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode) throws SVNException
SVNException
public SVNSqlJetDb getTemporaryDb() throws SVNException
SVNException
public SVNSqlJetStatement getStatement(SVNWCDbStatements statementIndex) throws SVNException
SVNException
public void execStatement(SVNWCDbStatements statementIndex) throws SVNException
SVNException
public static void createSqlJetError(org.tmatesoft.sqljet.core.SqlJetException e) throws SVNException
SVNException
public void beginTransaction(org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) throws SVNException
SVNException
public void commit() throws SVNException
SVNException
public void verifyNoWork()
public void runTransaction(SVNSqlJetTransaction transaction) throws SVNException
SVNException
public void runTransaction(SVNSqlJetTransaction transaction, org.tmatesoft.sqljet.core.SqlJetTransactionMode mode) throws SVNException
SVNException
public void rollback() throws SVNException
SVNException
public boolean hasTable(java.lang.String tableName) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.