public class TableSetup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TABLE_NAME |
Constructor and Description |
---|
TableSetup() |
Modifier and Type | Method and Description |
---|---|
static void |
clearCreatedTableList() |
static void |
customSetup(java.lang.String tablename,
java.sql.Connection conn,
java.lang.Object tableObj,
SQLLoader statements) |
static void |
customSetup(java.lang.String tablename,
java.sql.Connection conn,
java.lang.Object tableObj,
SQLLoader statements,
java.lang.String[] subtableNames) |
static void |
setup(JDBCTable table,
java.lang.String propFile) |
static void |
setup(java.lang.String tableName,
java.sql.Connection conn,
java.lang.Object tableObj,
java.lang.String propFile) |
static void |
setup(java.lang.String tableName,
java.sql.Connection conn,
java.lang.Object tableObj,
java.lang.String propFile,
org.apache.velocity.context.Context ctx) |
static void |
setup(java.lang.String tableName,
java.sql.Connection conn,
java.lang.Object tableObj,
java.lang.String propFile,
org.apache.velocity.context.Context ctx,
java.lang.String[] subtableNames) |
static void |
setup(java.lang.String tableName,
java.sql.Connection conn,
java.lang.Object tableObj,
java.lang.String propFile,
java.lang.String[] subtableNames) |
public static final java.lang.String TABLE_NAME
public static void setup(JDBCTable table, java.lang.String propFile) throws java.sql.SQLException
java.sql.SQLException
public static void setup(java.lang.String tableName, java.sql.Connection conn, java.lang.Object tableObj, java.lang.String propFile) throws java.sql.SQLException
java.sql.SQLException
public static void setup(java.lang.String tableName, java.sql.Connection conn, java.lang.Object tableObj, java.lang.String propFile, java.lang.String[] subtableNames) throws java.sql.SQLException
java.sql.SQLException
public static void setup(java.lang.String tableName, java.sql.Connection conn, java.lang.Object tableObj, java.lang.String propFile, org.apache.velocity.context.Context ctx) throws java.sql.SQLException
java.sql.SQLException
public static void setup(java.lang.String tableName, java.sql.Connection conn, java.lang.Object tableObj, java.lang.String propFile, org.apache.velocity.context.Context ctx, java.lang.String[] subtableNames) throws java.sql.SQLException
java.sql.SQLException
public static void customSetup(java.lang.String tablename, java.sql.Connection conn, java.lang.Object tableObj, SQLLoader statements) throws java.sql.SQLException
java.sql.SQLException
public static void customSetup(java.lang.String tablename, java.sql.Connection conn, java.lang.Object tableObj, SQLLoader statements, java.lang.String[] subtableNames) throws java.sql.SQLException
java.sql.SQLException
public static void clearCreatedTableList()