Uses of Class
org.jooq.conf.ParseSearchSchema
-
Uses of ParseSearchSchema in org.jooq.conf
Modifier and TypeMethodDescriptionObjectFactory.createParseSearchSchema()
Create an instance ofParseSearchSchema
ParseSearchSchema.withCatalog
(String value) The catalog qualifier of the schema, if applicable.ParseSearchSchema.withSchema
(String value) The schema qualifier whose elements can be found from the search path.Modifier and TypeMethodDescriptionvoid
Settings.setParseSearchPath
(List<ParseSearchSchema> parseSearchPath) Settings.withParseSearchPath
(Collection<ParseSearchSchema> values) Settings.withParseSearchPath
(List<ParseSearchSchema> parseSearchPath)