public static class SVNWCDbCreateSchema.Statement extends Object
| Constructor and Description |
|---|
Statement(org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type type,
String name,
String sql) |
Statement(org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type type,
String name,
String sql,
boolean dropBeforeCreate) |
Statement(org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type type,
String name,
String sql,
boolean dropBeforeCreate,
boolean isDrop,
boolean upgradeOnly) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSql() |
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type |
getType() |
boolean |
isDrop() |
boolean |
isDropBeforeCreate() |
public Statement(org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type type,
String name,
String sql)
public Statement(org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbCreateSchema.Type type,
String name,
String sql,
boolean dropBeforeCreate)
Copyright © 2025. All rights reserved.