public class InformationSchema extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="schemata" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}Schemata" minOccurs="0"/> <element name="sequences" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}Sequences" minOccurs="0"/> <element name="tables" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}Tables" minOccurs="0"/> <element name="columns" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}Columns" minOccurs="0"/> <element name="table_constraints" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}TableConstraints" minOccurs="0"/> <element name="key_column_usages" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}KeyColumnUsages" minOccurs="0"/> <element name="referential_constraints" type="{http://www.jooq.org/xsd/jooq-meta-3.5.4.xsd}ReferentialConstraints" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Column> |
columns |
protected List<KeyColumnUsage> |
keyColumnUsages |
protected List<ReferentialConstraint> |
referentialConstraints |
protected List<Schema> |
schemata |
protected List<Sequence> |
sequences |
protected List<TableConstraint> |
tableConstraints |
protected List<Table> |
tables |
Constructor and Description |
---|
InformationSchema() |
protected List<TableConstraint> tableConstraints
protected List<KeyColumnUsage> keyColumnUsages
protected List<ReferentialConstraint> referentialConstraints
public List<TableConstraint> getTableConstraints()
public void setTableConstraints(List<TableConstraint> tableConstraints)
public List<KeyColumnUsage> getKeyColumnUsages()
public void setKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages)
public List<ReferentialConstraint> getReferentialConstraints()
public void setReferentialConstraints(List<ReferentialConstraint> referentialConstraints)
public InformationSchema withSchemata(Schema... values)
public InformationSchema withSchemata(Collection<Schema> values)
public InformationSchema withSchemata(List<Schema> schemata)
public InformationSchema withSequences(Sequence... values)
public InformationSchema withSequences(Collection<Sequence> values)
public InformationSchema withSequences(List<Sequence> sequences)
public InformationSchema withTables(Table... values)
public InformationSchema withTables(Collection<Table> values)
public InformationSchema withTables(List<Table> tables)
public InformationSchema withColumns(Column... values)
public InformationSchema withColumns(Collection<Column> values)
public InformationSchema withColumns(List<Column> columns)
public InformationSchema withTableConstraints(TableConstraint... values)
public InformationSchema withTableConstraints(Collection<TableConstraint> values)
public InformationSchema withTableConstraints(List<TableConstraint> tableConstraints)
public InformationSchema withKeyColumnUsages(KeyColumnUsage... values)
public InformationSchema withKeyColumnUsages(Collection<KeyColumnUsage> values)
public InformationSchema withKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages)
public InformationSchema withReferentialConstraints(ReferentialConstraint... values)
public InformationSchema withReferentialConstraints(Collection<ReferentialConstraint> values)
public InformationSchema withReferentialConstraints(List<ReferentialConstraint> referentialConstraints)
Copyright © 2017. All Rights Reserved.