Uses of Class
org.jooq.util.xml.jaxb.Column
-
Packages that use Column Package Description org.jooq.util.xml.jaxb -
-
Uses of Column in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Column Modifier and Type Field Description protected List<Column>InformationSchema. columnsMethods in org.jooq.util.xml.jaxb that return types with arguments of type Column Modifier and Type Method Description List<Column>InformationSchema. getColumns()Methods in org.jooq.util.xml.jaxb with parameters of type Column Modifier and Type Method Description InformationSchemaInformationSchema. withColumns(Column... values)Method parameters in org.jooq.util.xml.jaxb with type arguments of type Column Modifier and Type Method Description voidInformationSchema. setColumns(List<Column> columns)InformationSchemaInformationSchema. withColumns(Collection<Column> values)InformationSchemaInformationSchema. withColumns(List<Column> columns)
-