Package generalDatabase
Class MSAccessSQLTypes
java.lang.Object
generalDatabase.SQLTypes
generalDatabase.MSAccessSQLTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformatColumnName
(String columnName) Format the column name.int
systemSqlType
(int sqlType) Some SQL types are unavailable on some systems, so qutomatically swap them for something else.typeToString
(int sqlType, int length, boolean counter) Methods inherited from class generalDatabase.SQLTypes
createTableItem, formatColumnName, formatDateTimeMatchString, formatDBDateTimeQueryString, formatTableName, getLocalTimeStamp, getLongValue, getTimeStamp, isAllowBlanks, makeDouble, makeDouble, makeFloat, makeFloat, makeInList, millisFromTimeStamp, setAllowBlanks, stringToLength, stringToType, typeToString, typeToString
-
Constructor Details
-
MSAccessSQLTypes
public MSAccessSQLTypes()
-
-
Method Details
-
typeToString
- Overrides:
typeToString
in classSQLTypes
-
formatColumnName
Description copied from class:SQLTypes
Format the column name. Formats may be slightly different for different DBMS's. e.g. MS Access can put quotes around names. OODB requires them to be all upper case, etc.- Overrides:
formatColumnName
in classSQLTypes
- Returns:
- formatted column name.
-
systemSqlType
public int systemSqlType(int sqlType) Description copied from class:SQLTypes
Some SQL types are unavailable on some systems, so qutomatically swap them for something else.- Overrides:
systemSqlType
in classSQLTypes
- Returns:
-