Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbStatements
Packages that use SVNWCDbStatements
Package
Description
-
Uses of SVNWCDbStatements in org.tmatesoft.svn.core.internal.db
Fields in org.tmatesoft.svn.core.internal.db with type parameters of type SVNWCDbStatementsModifier and TypeFieldDescriptionprivate EnumMap<SVNWCDbStatements,
SVNSqlJetStatement> SVNSqlJetDb.statements
Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNWCDbStatementsModifier and TypeMethodDescriptionvoid
SVNSqlJetDb.execStatement
(SVNWCDbStatements statementIndex) SVNSqlJetDb.getStatement
(SVNWCDbStatements statementIndex) private SVNSqlJetStatement
SVNSqlJetDb.prepareStatement
(SVNWCDbStatements statementIndex) -
Uses of SVNWCDbStatements in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCDbStatementsModifier and TypeMethodDescriptionprivate SVNSqlJetStatement
SVNWCDb.getStatementForPath
(File localAbsPath, SVNWCDbStatements statementIndex) -
Uses of SVNWCDbStatements in org.tmatesoft.svn.core.internal.wc17.db.statement
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement that return SVNWCDbStatementsModifier and TypeMethodDescriptionstatic SVNWCDbStatements
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.