InformationSchema |
ObjectFactory.createInformationSchema()
|
InformationSchema |
InformationSchema.withColumns(Collection<Column> values) |
InformationSchema |
InformationSchema.withColumns(Column... values) |
InformationSchema |
InformationSchema.withColumns(List<Column> columns) |
InformationSchema |
InformationSchema.withKeyColumnUsages(Collection<KeyColumnUsage> values) |
InformationSchema |
InformationSchema.withKeyColumnUsages(KeyColumnUsage... values) |
InformationSchema |
InformationSchema.withKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages) |
InformationSchema |
InformationSchema.withReferentialConstraints(Collection<ReferentialConstraint> values) |
InformationSchema |
InformationSchema.withReferentialConstraints(List<ReferentialConstraint> referentialConstraints) |
InformationSchema |
InformationSchema.withReferentialConstraints(ReferentialConstraint... values) |
InformationSchema |
InformationSchema.withSchemata(Collection<Schema> values) |
InformationSchema |
InformationSchema.withSchemata(List<Schema> schemata) |
InformationSchema |
InformationSchema.withSchemata(Schema... values) |
InformationSchema |
InformationSchema.withSequences(Collection<Sequence> values) |
InformationSchema |
InformationSchema.withSequences(List<Sequence> sequences) |
InformationSchema |
InformationSchema.withSequences(Sequence... values) |
InformationSchema |
InformationSchema.withTableConstraints(Collection<TableConstraint> values) |
InformationSchema |
InformationSchema.withTableConstraints(List<TableConstraint> tableConstraints) |
InformationSchema |
InformationSchema.withTableConstraints(TableConstraint... values) |
InformationSchema |
InformationSchema.withTables(Collection<Table> values) |
InformationSchema |
InformationSchema.withTables(List<Table> tables) |
InformationSchema |
InformationSchema.withTables(Table... values) |