Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type
Packages that use SVNWCDbCreateSchema.Type
-
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.TypeModifier and TypeFieldDescriptionprivate SVNWCDbCreateSchema.TypeSVNWCDbCreateSchema.Statement.typeMethods in org.tmatesoft.svn.core.internal.wc17.db.statement that return SVNWCDbCreateSchema.TypeModifier and TypeMethodDescriptionSVNWCDbCreateSchema.Statement.getType()static SVNWCDbCreateSchema.TypeSVNWCDbCreateSchema.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.TypeModifierConstructorDescriptionStatement(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)