Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type
-
Packages that use SVNWCDbCreateSchema.Type Package Description org.tmatesoft.svn.core.internal.wc17.db.statement -
-
Uses of SVNWCDbCreateSchema.Type in org.tmatesoft.svn.core.internal.wc17.db.statement
Fields in org.tmatesoft.svn.core.internal.wc17.db.statement declared as SVNWCDbCreateSchema.Type Modifier and Type Field Description private SVNWCDbCreateSchema.Type
SVNWCDbCreateSchema.Statement. type
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement that return SVNWCDbCreateSchema.Type Modifier and Type Method Description SVNWCDbCreateSchema.Type
SVNWCDbCreateSchema.Statement. getType()
static SVNWCDbCreateSchema.Type
SVNWCDbCreateSchema.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVNWCDbCreateSchema.Type[]
SVNWCDbCreateSchema.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tmatesoft.svn.core.internal.wc17.db.statement with parameters of type SVNWCDbCreateSchema.Type Constructor Description Statement(SVNWCDbCreateSchema.Type type, java.lang.String name, java.lang.String sql)
Statement(SVNWCDbCreateSchema.Type type, java.lang.String name, java.lang.String sql, boolean dropBeforeCreate)
Statement(SVNWCDbCreateSchema.Type type, java.lang.String name, java.lang.String sql, boolean dropBeforeCreate, boolean isDrop, boolean upgradeOnly)
-