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. interpreterSearchPathMethods in org.jooq.conf that return InterpreterSearchSchema Modifier and Type Method Description InterpreterSearchSchemaObjectFactory. createInterpreterSearchSchema()Create an instance ofInterpreterSearchSchemaInterpreterSearchSchemaInterpreterSearchSchema. withCatalog(String value)The catalog qualifier of the schema, if applicable.InterpreterSearchSchemaInterpreterSearchSchema. 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 SettingsSettings. withInterpreterSearchPath(InterpreterSearchSchema... values)Method parameters in org.jooq.conf with type arguments of type InterpreterSearchSchema Modifier and Type Method Description voidSettings. setInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath)SettingsSettings. withInterpreterSearchPath(Collection<InterpreterSearchSchema> values)SettingsSettings. withInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath)
-