Uses of Interface
com.impossibl.postgres.system.tables.Table
-
Packages that use Table Package Description com.impossibl.postgres.system.tables -
-
Uses of Table in com.impossibl.postgres.system.tables
Classes in com.impossibl.postgres.system.tables that implement Table Modifier and Type Class Description class
PGTypeTable
Table for "pg_type"Methods in com.impossibl.postgres.system.tables with type parameters of type Table Modifier and Type Method Description static <R extends Table.Row,T extends Table<R>>
List<R>Tables. convertRows(Context context, T table, ResultBatch results)
-