public static class SchemaTool.Flags extends Object
Modifier and Type | Field and Description |
---|---|
String |
action |
boolean |
dropSequences |
boolean |
dropTables |
boolean |
foreignKeys |
boolean |
ignoreErrors |
boolean |
indexes |
boolean |
openjpaTables |
boolean |
primaryKeys |
boolean |
record |
boolean |
rollbackBeforeDDL |
boolean |
sequences |
Writer |
writer |
Constructor and Description |
---|
Flags() |
public String action
public Writer writer
public boolean dropTables
public boolean rollbackBeforeDDL
public boolean dropSequences
public boolean ignoreErrors
public boolean openjpaTables
public boolean primaryKeys
public boolean foreignKeys
public boolean indexes
public boolean sequences
public boolean record
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.