Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17.db.statement |
Modifier and Type | Field and Description |
---|---|
private SVNWCDbCreateSchema.Type |
SVNWCDbCreateSchema.Statement.type |
Modifier and Type | Method and 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.
|
Constructor and 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) |