Uses of Class
org.jooq.conf.ParseSearchSchema
-
Packages that use ParseSearchSchema Package Description org.jooq.conf -
-
Uses of ParseSearchSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type ParseSearchSchema Modifier and Type Field Description protected List<ParseSearchSchema>
Settings. parseSearchPath
Methods in org.jooq.conf that return ParseSearchSchema Modifier and Type Method Description ParseSearchSchema
ObjectFactory. createParseSearchSchema()
Create an instance ofParseSearchSchema
ParseSearchSchema
ParseSearchSchema. withCatalog(String value)
The catalog qualifier of the schema, if applicable.ParseSearchSchema
ParseSearchSchema. withSchema(String value)
The schema qualifier whose elements can be found from the search path.Methods in org.jooq.conf that return types with arguments of type ParseSearchSchema Modifier and Type Method Description List<ParseSearchSchema>
Settings. getParseSearchPath()
Methods in org.jooq.conf with parameters of type ParseSearchSchema Modifier and Type Method Description Settings
Settings. withParseSearchPath(ParseSearchSchema... values)
Method parameters in org.jooq.conf with type arguments of type ParseSearchSchema Modifier and Type Method Description void
Settings. setParseSearchPath(List<ParseSearchSchema> parseSearchPath)
Settings
Settings. withParseSearchPath(Collection<ParseSearchSchema> values)
Settings
Settings. withParseSearchPath(List<ParseSearchSchema> parseSearchPath)
-