Uses of Class
io.debezium.connector.postgresql.PostgresType.Builder
-
Packages that use PostgresType.Builder Package Description io.debezium.connector.postgresql -
-
Uses of PostgresType.Builder in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgresType.Builder Modifier and Type Method Description private PostgresType.BuilderTypeRegistry. createTypeBuilderFromResultSet(ResultSet rs)PostgresType.BuilderPostgresType.Builder. elementType(int elementTypeOid)PostgresType.BuilderPostgresType.Builder. enumValues(List<String> enumValues)PostgresType.BuilderPostgresType.Builder. parentType(int parentTypeOid)
-