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 java.util.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
(java.io.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
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.