Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSchema.REPOSITORY__Fields
-
Packages that use SVNWCDbSchema.REPOSITORY__Fields Package Description org.tmatesoft.svn.core.internal.wc17.db.statement -
-
Uses of SVNWCDbSchema.REPOSITORY__Fields in org.tmatesoft.svn.core.internal.wc17.db.statement
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement that return SVNWCDbSchema.REPOSITORY__Fields Modifier and Type Method Description static SVNWCDbSchema.REPOSITORY__Fields
SVNWCDbSchema.REPOSITORY__Fields. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVNWCDbSchema.REPOSITORY__Fields[]
SVNWCDbSchema.REPOSITORY__Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-