Uses of Class
org.jooq.conf.ParseSearchSchema
Packages that use ParseSearchSchema
-
Uses of ParseSearchSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type ParseSearchSchemaMethods in org.jooq.conf that return ParseSearchSchemaModifier 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.Methods in org.jooq.conf that return types with arguments of type ParseSearchSchemaMethods in org.jooq.conf with parameters of type ParseSearchSchemaMethod parameters in org.jooq.conf with type arguments of type ParseSearchSchemaModifier and TypeMethodDescriptionvoid
Settings.setParseSearchPath
(List<ParseSearchSchema> parseSearchPath) Settings.withParseSearchPath
(Collection<ParseSearchSchema> values) Settings.withParseSearchPath
(List<ParseSearchSchema> parseSearchPath)