Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbStatements
-
Packages that use SVNWCDbStatements Package Description org.tmatesoft.svn.core.internal.db org.tmatesoft.svn.core.internal.wc17.db.statement -
-
Uses of SVNWCDbStatements in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNWCDbStatements Modifier and Type Method Description void
SVNSqlJetDb. execStatement(SVNWCDbStatements statementIndex)
SVNSqlJetStatement
SVNSqlJetDb. getStatement(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 SVNWCDbStatements Modifier and Type Method 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.
-