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