Uses of Class
org.jooq.util.xml.jaxb.Parameter
-
Packages that use Parameter Package Description org.jooq.util.xml.jaxb -
-
Uses of Parameter in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Parameter Modifier and Type Field Description protected List<Parameter>
InformationSchema. parameters
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
InformationSchema. getParameters()
Methods in org.jooq.util.xml.jaxb with parameters of type Parameter Modifier and Type Method Description InformationSchema
InformationSchema. withParameters(Parameter... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Parameter Modifier and Type Method Description void
InformationSchema. setParameters(List<Parameter> parameters)
InformationSchema
InformationSchema. withParameters(Collection<Parameter> values)
InformationSchema
InformationSchema. withParameters(List<Parameter> parameters)
-