| Package | Description |
|---|---|
| manifold.sql.query.api | |
| manifold.sql.query.jdbc | |
| manifold.sql.schema.api | |
| manifold.sql.schema.jdbc |
| Modifier and Type | Method and Description |
|---|---|
SchemaForeignKey |
ForeignKeyQueryRef.getFk() |
| Modifier and Type | Method and Description |
|---|---|
SchemaForeignKey |
JdbcForeignKeyQueryRef.getFk() |
| Constructor and Description |
|---|
JdbcForeignKeyQueryRef(SchemaForeignKey ref,
java.util.List<QueryColumn> queryCols) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<SchemaTable,java.util.List<SchemaForeignKey>> |
SchemaTable.getForeignKeys() |
java.util.Set<SchemaForeignKey> |
SchemaTable.getOneToMany() |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSchemaForeignKey |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<SchemaTable,java.util.List<SchemaForeignKey>> |
JdbcSchemaTable.getForeignKeys() |
java.util.Set<SchemaForeignKey> |
JdbcSchemaTable.getOneToMany() |
java.util.Map<SchemaTable,java.util.List<SchemaForeignKey>> |
JdbcForeignKeyMetadata.resolve(JdbcSchema schema) |
Copyright © 2023. All rights reserved.