Uses of Class
org.jooq.conf.InterpreterSearchSchema
-
Packages that use InterpreterSearchSchema Package Description org.jooq.conf -
-
Uses of InterpreterSearchSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type InterpreterSearchSchema Modifier and Type Field Description protected List<InterpreterSearchSchema>
Settings. interpreterSearchPath
Methods in org.jooq.conf that return InterpreterSearchSchema Modifier and Type Method Description InterpreterSearchSchema
ObjectFactory. createInterpreterSearchSchema()
Create an instance ofInterpreterSearchSchema
InterpreterSearchSchema
InterpreterSearchSchema. withCatalog(String value)
The catalog qualifier of the schema, if applicable.InterpreterSearchSchema
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 InterpreterSearchSchema Modifier and Type Method Description List<InterpreterSearchSchema>
Settings. getInterpreterSearchPath()
Methods in org.jooq.conf with parameters of type InterpreterSearchSchema Modifier and Type Method Description Settings
Settings. withInterpreterSearchPath(InterpreterSearchSchema... values)
Method parameters in org.jooq.conf with type arguments of type InterpreterSearchSchema Modifier and Type Method Description void
Settings. setInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath)
Settings
Settings. withInterpreterSearchPath(Collection<InterpreterSearchSchema> values)
Settings
Settings. withInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath)
-