Package generalDatabase
Class MSAccessSQLTypes
java.lang.Object
generalDatabase.SQLTypes
generalDatabase.MSAccessSQLTypes
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionformatColumnName(String columnName) Format the column name.intsystemSqlType(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:
 typeToStringin classSQLTypes
 - 
formatColumnName
Description copied from class:SQLTypesFormat 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:
 formatColumnNamein classSQLTypes- Parameters:
 columnName-- Returns:
 - formatted column name.
 
 - 
systemSqlType
public int systemSqlType(int sqlType) Description copied from class:SQLTypesSome SQL types are unavailable on some systems, so qutomatically swap them for something else.- Overrides:
 systemSqlTypein classSQLTypes- Parameters:
 sqlType-- Returns:
 
 
 -