Uses of Class
com.im.commons.db.util.SchemaQualifiedName
-
Packages that use SchemaQualifiedName Package Description com.im.commons.db com.im.commons.db.ddl com.im.commons.db.ddl.tablesets com.im.commons.db.dml com.im.commons.db.util -
-
Uses of SchemaQualifiedName in com.im.commons.db
Methods in com.im.commons.db with parameters of type SchemaQualifiedName Modifier and Type Method Description java.lang.String
DatabasePlatformX. sqlAlterColumnDefault(SchemaQualifiedName tableName, java.lang.String columnName, java.lang.Class colClass, java.lang.String nativeType, java.lang.String columnDefinition, java.lang.String defaultValue, boolean required)
java.lang.String
AbstractDatabasePlatform. sqlInsertRow(SchemaQualifiedName schemaPlusTable, java.util.List columnNames)
Creates insert row sql for a prepared statement.java.lang.String
DatabasePlatform. sqlInsertRow(SchemaQualifiedName schemaPlusTable, java.util.List columnNames)
Creates insert row sql for a prepared statement of the form INSERT INTO table_name (col_1, col_2...) VALUES (?,?...)java.lang.String
AbstractDatabasePlatform. sqlInsertRowDefaults(SchemaQualifiedName schemaPlusTable, java.lang.String[] idColumnNames)
Creates insert row sql that inserts the default value for these columns.java.lang.String
DatabasePlatform. sqlInsertRowDefaults(SchemaQualifiedName schemaPlusTable, java.lang.String[] idColumnNames)
Creates insert row sql that inserts the default value for these columns.java.lang.String
AbstractDatabasePlatform. sqlUpdateRow(SchemaQualifiedName schemaPlusTable, java.lang.String updateClause, java.lang.String whereClause)
java.lang.String
DatabasePlatform. sqlUpdateRow(SchemaQualifiedName schemaPlusTable, java.lang.String updateClause, java.lang.String whereClause)
-
Uses of SchemaQualifiedName in com.im.commons.db.ddl
Methods in com.im.commons.db.ddl that return SchemaQualifiedName Modifier and Type Method Description SchemaQualifiedName[]
DBItemsCache. getConstraintNames()
Methods in com.im.commons.db.ddl with parameters of type SchemaQualifiedName Modifier and Type Method Description TableSetInfo
DBItemsCache. getTableSetInfo(SchemaQualifiedName table)
Deprecated.java.util.List<? extends TableSetInfo>
DBItemsCache. getTableSetInfos(SchemaQualifiedName table)
-
Uses of SchemaQualifiedName in com.im.commons.db.ddl.tablesets
Fields in com.im.commons.db.ddl.tablesets declared as SchemaQualifiedName Modifier and Type Field Description protected SchemaQualifiedName
AbstractJChemTableSetInfo. propertyTable
Methods in com.im.commons.db.ddl.tablesets that return SchemaQualifiedName Modifier and Type Method Description SchemaQualifiedName
JChemCartridgeStandardTableSetInfo. getIndexTableName()
SchemaQualifiedName
AbstractJChemTableSetInfo. getPropertyTable()
SchemaQualifiedName[]
TableSetInfo. getTableNames()
The names of the "tables" used by this cluster.Methods in com.im.commons.db.ddl.tablesets with parameters of type SchemaQualifiedName Modifier and Type Method Description static JChemBaseTableSetInfo
TableSetInfoFactory. createJChemBaseTableSetInfo(DBTableInfo[] tableInfos, java.lang.String structureColumnName, SchemaQualifiedName propertyTable, java.lang.Integer numberOfInts, java.lang.Integer numberOfOnes, java.lang.Integer numberOfEdges, java.lang.Integer contents, java.lang.String tableVersion, java.lang.Boolean absoluteStereo, java.lang.Boolean tautomerDuplicateChecking, java.lang.String szr)
static JChemCartridgeJChemBaseTableSetInfo
TableSetInfoFactory. createJChemCartridgeJChemBaseTableSetInfo(DBTableInfo[] tableInfos, java.lang.String structureColumnName, SchemaQualifiedName propertyTable, java.lang.Integer numberOfInts, java.lang.Integer numberOfOnes, java.lang.Integer numberOfEdges, java.lang.Integer contents, java.lang.String tableVersion, java.lang.Boolean absoluteStereo, java.lang.Boolean tautomerDuplicateChecking, java.lang.String szr, java.lang.String indexName)
static JChemCartridgeStandardTableSetInfo
TableSetInfoFactory. createJChemCartridgeStandardTableSetInfo(DBTableInfo[] tableInfos, java.lang.String columnName, SchemaQualifiedName propertyTable, java.lang.Integer numberOfInts, java.lang.Integer numberOfOnes, java.lang.Integer numberOfEdges, java.lang.Integer contents, java.lang.String tableVersion, java.lang.Boolean absoluteStereo, java.lang.Boolean duplicateFiltering, java.lang.Boolean tautomerDuplicateChecking, java.lang.String szr, java.lang.String indexName, SchemaQualifiedName indexTableName)
-
Uses of SchemaQualifiedName in com.im.commons.db.dml
Methods in com.im.commons.db.dml that return SchemaQualifiedName Modifier and Type Method Description SchemaQualifiedName
TableDefinition. getName()
Methods in com.im.commons.db.dml with parameters of type SchemaQualifiedName Modifier and Type Method Description java.lang.String
TermEncoder. encodeTableColumnRef(SchemaQualifiedName tableName, java.lang.String columnName)
java.lang.String
TermEncoder. encodeTableRef(SchemaQualifiedName tableName)
Encodes reference to a table name.void
SQLUpdateStatement. setTable(SchemaQualifiedName sqn)
Set the table to be updated.Constructors in com.im.commons.db.dml with parameters of type SchemaQualifiedName Constructor Description TableDefinition(SchemaQualifiedName name)
TableDefinition(SchemaQualifiedName name, java.lang.String subquery)
-
Uses of SchemaQualifiedName in com.im.commons.db.util
Methods in com.im.commons.db.util that return SchemaQualifiedName Modifier and Type Method Description static SchemaQualifiedName
SchemaQualifiedName. valueOf(java.lang.String schemaQualifiedName)
Methods in com.im.commons.db.util with parameters of type SchemaQualifiedName Modifier and Type Method Description int
SchemaQualifiedName. compareTo(SchemaQualifiedName o)
-