public class HSqlUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.hsqldb.cmdline.SqlFile |
buildHSqlFile(String query) |
static org.hsqldb.cmdline.SqlFile |
readHSqlFile(String resource,
ClassLoader classLoader) |
static String |
readHSqlQuery(String resource,
ClassLoader classLoader) |
static void |
updateAccessGroupForeignKey(Connection c,
String tableName) |
static void |
updateAccessOwnerForeignKey(Connection c,
String tableName) |
public static org.hsqldb.cmdline.SqlFile buildHSqlFile(String query) throws IOException
IOExceptionpublic static org.hsqldb.cmdline.SqlFile readHSqlFile(String resource, ClassLoader classLoader) throws IOException
IOExceptionpublic static String readHSqlQuery(String resource, ClassLoader classLoader) throws IOException
IOExceptionpublic static void updateAccessGroupForeignKey(Connection c, String tableName) throws SQLException
SQLExceptionpublic static void updateAccessOwnerForeignKey(Connection c, String tableName) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.