Package | Description |
---|---|
org.tmatesoft.svn.core.internal.db | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc17.db.statement |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumMap<SVNWCDbStatements,SVNSqlJetStatement> |
SVNSqlJetDb.statements |
Modifier and Type | Method and Description |
---|---|
void |
SVNSqlJetDb.execStatement(SVNWCDbStatements statementIndex) |
SVNSqlJetStatement |
SVNSqlJetDb.getStatement(SVNWCDbStatements statementIndex) |
private SVNSqlJetStatement |
SVNSqlJetDb.prepareStatement(SVNWCDbStatements statementIndex) |
Modifier and Type | Method and Description |
---|---|
private SVNSqlJetStatement |
SVNWCDb.getStatementForPath(java.io.File localAbsPath,
SVNWCDbStatements statementIndex) |
Modifier and Type | Method and Description |
---|---|
static SVNWCDbStatements |
SVNWCDbStatements.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNWCDbStatements[] |
SVNWCDbStatements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|