Uses of Class
io.trino.plugin.postgresql.PostgreSqlConfig.ArrayMapping
-
-
Uses of PostgreSqlConfig.ArrayMapping in io.trino.plugin.postgresql
Methods in io.trino.plugin.postgresql that return PostgreSqlConfig.ArrayMapping Modifier and Type Method Description @NotNull PostgreSqlConfig.ArrayMappingPostgreSqlConfig. getArrayMapping()static PostgreSqlConfig.ArrayMappingPostgreSqlSessionProperties. getArrayMapping(ConnectorSession session)static PostgreSqlConfig.ArrayMappingPostgreSqlConfig.ArrayMapping. valueOf(String name)Returns the enum constant of this type with the specified name.static PostgreSqlConfig.ArrayMapping[]PostgreSqlConfig.ArrayMapping. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.postgresql with parameters of type PostgreSqlConfig.ArrayMapping Modifier and Type Method Description PostgreSqlConfigPostgreSqlConfig. setArrayMapping(PostgreSqlConfig.ArrayMapping arrayMapping)
-