Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage | |
com.ibm.tivoli.maximo.dbmanage.transform | |
com.ibm.tivoli.maximo.integrity |
Modifier and Type | Method and Description |
---|---|
static void |
SQLUtility.doSql(java.sql.Connection dc,
SQLSpecificTransform sqlTransform,
java.lang.String... sql)
Execute a group of SQL statements.
|
static int |
SQLUtility.doSql(java.sql.Connection dc,
SQLSpecificTransform transform,
java.lang.String sql)
Transform the SQL and then perform it.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2SqlTransform
Convert SQL statement for DB2.
|
class |
EmptyTransform
This class is used for Oracle and it simply returns the
SQL given.
|
class |
SQLServerTransform
Convert SQL statement for SQLServer.
|
Modifier and Type | Method and Description |
---|---|
static SQLSpecificTransform |
SQLSpecificTransformFactory.getSQLSpecificTransform(java.sql.Connection con)
Return a transform based on the connection's driver.
|
Modifier and Type | Method and Description |
---|---|
SQLSpecificTransform |
DatabaseInformation.getSQLTransform()
Get the transform to use to convert for the database platform.
|