Class SVNWCDbCreateSchema.Statement
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Statement
- Enclosing class:
- SVNWCDbCreateSchema
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private String
private String
private SVNWCDbCreateSchema.Type
-
Constructor Summary
ConstructorsConstructorDescriptionStatement
(SVNWCDbCreateSchema.Type type, String name, String sql) Statement
(SVNWCDbCreateSchema.Type type, String name, String sql, boolean dropBeforeCreate) Statement
(SVNWCDbCreateSchema.Type type, String name, String sql, boolean dropBeforeCreate, boolean isDrop, boolean upgradeOnly) -
Method Summary
-
Field Details
-
type
-
sql
-
isDrop
private boolean isDrop -
name
-
isDropBeforeCreate
private boolean isDropBeforeCreate -
isRunOnUpgrade
private boolean isRunOnUpgrade
-
-
Constructor Details
-
Statement
-
Statement
-
Statement
public Statement(SVNWCDbCreateSchema.Type type, String name, String sql, boolean dropBeforeCreate, boolean isDrop, boolean upgradeOnly)
-
-
Method Details
-
isDrop
public boolean isDrop() -
getType
-
getSql
-
getName
-
isDropBeforeCreate
public boolean isDropBeforeCreate() -
isRunOnUpgradeOnly
private boolean isRunOnUpgradeOnly()
-