public class DbUtils extends DatabaseUtils
BOOL, BYTE, DATE, DOUBLE, DRIVERS, DRIVERS_ERRORS, EXP_INDEX_TABLE, EXP_RESULT_COL, EXP_RESULT_PREFIX, EXP_SETUP_COL, EXP_TYPE_COL, FLOAT, INTEGER, LONG, m_checkForLowerCaseNames, m_checkForUpperCaseNames, m_Connection, m_createIndex, m_DatabaseURL, m_Debug, m_doubleType, m_intType, m_Keywords, m_KeywordsMaskChar, m_password, m_PreparedStatement, m_setAutoCommit, m_stringType, m_userName, PROPERTIES, PROPERTY_FILE, SHORT, STRING, TEXT, TIME, TIMESTAMP| Constructor and Description |
|---|
DbUtils()
initializes the object.
|
| Modifier and Type | Method and Description |
|---|---|
java.sql.Connection |
getConnection()
returns the current database connection.
|
java.lang.String |
getRevision()
Returns the revision string.
|
arrayToString, attributeCaseFix, close, close, connectToDatabase, connectUsingDriverManager, connectViaPackageLoadedDriver, createExperimentIndex, createExperimentIndexEntry, createResultsTable, databaseURLTipText, debugTipText, disconnectFromDatabase, execute, experimentIndexExists, getDatabaseURL, getDebug, getDriver, getKeywords, getKeywordsMaskChar, getPassword, getResultFromTable, getResultSet, getResultsTableName, getSupportedCursorScrollType, getUsername, initialize, initialize, isConnected, isCursorScrollable, isCursorScrollSensitive, isKeyInTable, isKeyword, maskKeyword, passwordTipText, processKeyString, putResultInTable, select, setDatabaseURL, setDebug, setKeywords, setKeywordsMaskChar, setPassword, setUsername, tableExists, translateDBColumnType, typeName, update, usernameTipTextpublic DbUtils()
throws java.lang.Exception
java.lang.Exception - in case something goes wrong in the init of the
DatabaseUtils constructorDatabaseUtilspublic java.sql.Connection getConnection()
public java.lang.String getRevision()
getRevision in interface RevisionHandlergetRevision in class DatabaseUtils