Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage.connection |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<ContextSql> |
ContextSql.createContexts(java.util.Collection<MTContext> contexts,
java.lang.String sql)
Build multiple ContextSql with the same SQL.
|
java.util.List<ContextSql> |
MTConnection.getContextForSql(java.lang.String sql)
Builds a set of contexts to properly execute the SQL statement.
|