| java.lang.Object net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.ScriptUtil
ScriptUtil | public class ScriptUtil (Code) | | |
getColumnDef | public String getColumnDef(String sColumnName, String sType, int columnSize, int decimalDigits)(Code) | | This method provides unique column names.
Use a new instance of this class for
every meta data result set
|
getTableName | public static String getTableName(ITableInfo ti)(Code) | | Use specified preferences to decide whether or not to "qualify" the
specified table with it's schema/catalog. If schema is not available then
catalog will be used. If neither is available, then only the table name
will be used.
Parameters: prefs - Parameters: ti - |
makeColumnNameUnique | public String makeColumnNameUnique(String sColumnName)(Code) | | This method provides unique column names.
Use a new instance of this class for
every meta data result set.
|
|
|