Package | Description |
---|---|
fc.jdbc |
Modifier and Type | Field and Description |
---|---|
static DBName |
DBName.mysql |
static DBName |
DBName.oracle |
static DBName |
DBName.postgres |
Modifier and Type | Method and Description |
---|---|
static DBName |
DBName.fromDriver(String driver_name)
Returns the DBName corresponding to the specified jdbc driver or
null if the jdbc driver could not be parsed.
|
DBName |
ConnectionMgr.getDBName()
Returns the dbname corresponding that the database connected to by this
connection manager.
|
static DBName |
QueryUtil.getDBName(Connection con)
Returns the dbname corresponding that the database for the specified
jdbc connection.
|
Modifier and Type | Method and Description |
---|---|
static long |
QueryUtil.getLastInsertID(Connection con,
DBName dbname,
Object info)
Gets the last inserted id, typically auto-increment(mysql) or serial
(postgresql) columns.
|