Uses of Class
org.jooq.conf.InterpreterSearchSchema
Packages that use InterpreterSearchSchema
-
Uses of InterpreterSearchSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type InterpreterSearchSchemaModifier and TypeFieldDescriptionprotected List<InterpreterSearchSchema>
Settings.interpreterSearchPath
Methods in org.jooq.conf that return InterpreterSearchSchemaModifier and TypeMethodDescriptionObjectFactory.createInterpreterSearchSchema()
Create an instance ofInterpreterSearchSchema
InterpreterSearchSchema.withCatalog
(String value) The catalog qualifier of the schema, if applicable.InterpreterSearchSchema.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 InterpreterSearchSchemaMethods in org.jooq.conf with parameters of type InterpreterSearchSchemaModifier and TypeMethodDescriptionSettings.withInterpreterSearchPath
(InterpreterSearchSchema... values) Method parameters in org.jooq.conf with type arguments of type InterpreterSearchSchemaModifier and TypeMethodDescriptionvoid
Settings.setInterpreterSearchPath
(List<InterpreterSearchSchema> interpreterSearchPath) Settings.withInterpreterSearchPath
(Collection<InterpreterSearchSchema> values) Settings.withInterpreterSearchPath
(List<InterpreterSearchSchema> interpreterSearchPath)