| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
H2_DROP_ALL |
"DROP ALL OBJECTS DELETE FILES" |
public static final String |
HSQLDB_DROP_ALL |
"DROP SCHEMA public CASCADE" |
public static final String |
HSQLDB_TRUNCATE |
"TRUNCATE SCHEMA PUBLIC RESTART IDENTITY AND COMMIT NO CHECK" |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.