Uses of Class
org.jooq.conf.InterpreterSearchSchema
-
Uses of InterpreterSearchSchema in org.jooq.conf
Modifier and TypeFieldDescriptionprotected List<InterpreterSearchSchema>
Settings.interpreterSearchPath
Modifier 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.Modifier and TypeMethodDescriptionSettings.withInterpreterSearchPath(InterpreterSearchSchema... values)
Modifier and TypeMethodDescriptionvoid
Settings.setInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath)
Settings.withInterpreterSearchPath(Collection<InterpreterSearchSchema> values)
Settings.withInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath)