| Package | Description |
|---|---|
| manifold.sql.query.api | |
| manifold.sql.query.jdbc | |
| manifold.sql.schema.api | |
| manifold.sql.schema.jdbc |
| Modifier and Type | Method and Description |
|---|---|
SchemaTable |
QueryColumn.getSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
manifold.rt.api.util.Pair<SchemaTable,java.util.List<QueryColumn>> |
QueryTable.findSelectedTable() |
| Modifier and Type | Method and Description |
|---|---|
SchemaTable |
JdbcQueryColumn.getSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
manifold.rt.api.util.Pair<SchemaTable,java.util.List<QueryColumn>> |
JdbcQueryTable.findSelectedTable()
Find the selected table object that has all its non-null columns selected in the query columns.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTable |
SchemaForeignKey.getReferencedTable() |
SchemaTable |
SchemaColumn.getTable() |
SchemaTable |
Schema.getTable(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<SchemaTable,java.util.List<SchemaForeignKey>> |
SchemaTable.getForeignKeys() |
java.util.Map<java.lang.String,SchemaTable> |
Schema.getTables() |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSchemaTable |
| Modifier and Type | Method and Description |
|---|---|
SchemaTable |
JdbcSchemaForeignKey.getReferencedTable() |
SchemaTable |
JdbcSchema.getTable(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<SchemaTable,java.util.List<SchemaForeignKey>> |
JdbcSchemaTable.getForeignKeys() |
java.util.Map<java.lang.String,SchemaTable> |
JdbcSchema.getTables() |
java.util.Map<SchemaTable,java.util.List<SchemaForeignKey>> |
JdbcForeignKeyMetadata.resolve(JdbcSchema schema) |
| Constructor and Description |
|---|
JdbcSchemaForeignKey(java.lang.String fkName,
SchemaTable referencedTable,
java.util.List<SchemaColumn> columns) |
Copyright © 2023. All rights reserved.