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
IOException
public static org.hsqldb.cmdline.SqlFile readHSqlFile(String resource, ClassLoader classLoader) throws IOException
IOException
public static String readHSqlQuery(String resource, ClassLoader classLoader) throws IOException
IOException
public static void updateAccessGroupForeignKey(Connection c, String tableName) throws SQLException
SQLException
public static void updateAccessOwnerForeignKey(Connection c, String tableName) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.