|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QTableName in org.deegree.commons.jdbc |
---|
Fields in org.deegree.commons.jdbc declared as QTableName | |
---|---|
protected QTableName |
TransactionRow.table
|
Methods in org.deegree.commons.jdbc that return QTableName | |
---|---|
QTableName |
TransactionRow.getTable()
|
Constructors in org.deegree.commons.jdbc with parameters of type QTableName | |
---|---|
InsertRow(QTableName table,
String autoGenColumn)
Creates a new InsertRow instance. |
|
TransactionRow(QTableName table)
|
|
UpdateRow(QTableName table)
|
Uses of QTableName in org.deegree.feature.persistence.sql |
---|
Methods in org.deegree.feature.persistence.sql that return QTableName | |
---|---|
QTableName |
FeatureTypeMapping.getFtTable()
Returns the identifier of the table that the feature type is mapped to. |
QTableName |
BBoxTableMapping.getTable()
|
Constructors in org.deegree.feature.persistence.sql with parameters of type QTableName | |
---|---|
FeatureTypeMapping(QName ftName,
QTableName table,
FIDMapping fidMapping,
List<Mapping> particleMappings)
Creates a new FeatureTypeMapping instance. |
Uses of QTableName in org.deegree.feature.persistence.sql.blob |
---|
Methods in org.deegree.feature.persistence.sql.blob that return QTableName | |
---|---|
QTableName |
BlobMapping.getTable()
Returns the table that stores the BLOBs. |
Uses of QTableName in org.deegree.feature.persistence.sql.config |
---|
Methods in org.deegree.feature.persistence.sql.config with parameters of type QTableName | |
---|---|
protected List<TableJoin> |
AbstractMappedSchemaBuilder.buildJoinTable(QTableName from,
Join join)
|
Uses of QTableName in org.deegree.feature.persistence.sql.ddl |
---|
Fields in org.deegree.feature.persistence.sql.ddl declared as QTableName | |
---|---|
protected QTableName |
DDLCreator.currentFtTable
|
Uses of QTableName in org.deegree.feature.persistence.sql.expressions |
---|
Methods in org.deegree.feature.persistence.sql.expressions that return QTableName | |
---|---|
QTableName |
TableJoin.getFromTable()
|
QTableName |
TableJoin.getToTable()
|
Constructors in org.deegree.feature.persistence.sql.expressions with parameters of type QTableName | |
---|---|
TableJoin(QTableName fromTable,
QTableName toTable,
List<String> fromColumns,
List<String> toColumns,
List<String> orderColumns,
boolean numberedOrder)
|
Uses of QTableName in org.deegree.sqldialect |
---|
Methods in org.deegree.sqldialect with parameters of type QTableName | |
---|---|
String |
SQLDialect.geometryMetadata(QTableName qTable,
String column,
boolean isGeographical)
|
ResultSet |
SQLDialect.getTableColumnMetadata(DatabaseMetaData md,
QTableName table)
|
Uses of QTableName in org.deegree.sqldialect.oracle |
---|
Methods in org.deegree.sqldialect.oracle with parameters of type QTableName | |
---|---|
String |
OracleDialect.geometryMetadata(QTableName qTable,
String column,
boolean isGeography)
|
ResultSet |
OracleDialect.getTableColumnMetadata(DatabaseMetaData md,
QTableName qTable)
|
Uses of QTableName in org.deegree.sqldialect.postgis |
---|
Methods in org.deegree.sqldialect.postgis with parameters of type QTableName | |
---|---|
String |
PostGISDialect.geometryMetadata(QTableName qTable,
String column,
boolean isGeographical)
|
ResultSet |
PostGISDialect.getTableColumnMetadata(DatabaseMetaData md,
QTableName qTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |