Uses of Class
org.jooq.conf.ParseSearchSchema
-
Packages that use ParseSearchSchema Package Description org.jooq.conf -
-
Uses of ParseSearchSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type ParseSearchSchema Modifier and Type Field Description protected List<ParseSearchSchema>Settings. parseSearchPathMethods in org.jooq.conf that return ParseSearchSchema Modifier and Type Method Description ParseSearchSchemaObjectFactory. createParseSearchSchema()Create an instance ofParseSearchSchemaParseSearchSchemaParseSearchSchema. withCatalog(String value)The catalog qualifier of the schema, if applicable.ParseSearchSchemaParseSearchSchema. 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 ParseSearchSchema Modifier and Type Method Description List<ParseSearchSchema>Settings. getParseSearchPath()Methods in org.jooq.conf with parameters of type ParseSearchSchema Modifier and Type Method Description SettingsSettings. withParseSearchPath(ParseSearchSchema... values)Method parameters in org.jooq.conf with type arguments of type ParseSearchSchema Modifier and Type Method Description voidSettings. setParseSearchPath(List<ParseSearchSchema> parseSearchPath)SettingsSettings. withParseSearchPath(Collection<ParseSearchSchema> values)SettingsSettings. withParseSearchPath(List<ParseSearchSchema> parseSearchPath)
-