| java.lang.Object net.sourceforge.squirrel_sql.fw.sql.SQLUtil
SQLUtil | public class SQLUtil (Code) | | A helper class for testing components that manipulate SQL.
author: mannignr |
createSQLFile | public static String createSQLFile(List<String> sqls, boolean deleteOnExit) throws IOException(Code) | | Creates a temporary file with the specified SQL statements in it.
Parameters: sqls - Parameters: deleteOnExit - throws: IOException - |
getGenericSQLCount | public static int getGenericSQLCount()(Code) | | the genericSQLCount |
getGenericSQLScript | public static String getGenericSQLScript()(Code) | | |
setGenericSQLCount | public static void setGenericSQLCount(int genericSQLCount)(Code) | | Parameters: genericSQLCount - the genericSQLCount to set |
|
|