Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgCollation
-
Packages that use PgCollation Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgCollation in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgCollation Modifier and Type Field Description PgCollationPgCatalog. PG_COLLATIONThe tablepg_catalog.pg_collation.static PgCollationTables. PG_COLLATIONThe tablepg_catalog.pg_collation. -
Uses of PgCollation in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgCollation Modifier and Type Field Description static PgCollationPgCollation. PG_COLLATIONThe reference instance ofpg_catalog.pg_collationMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgCollation Modifier and Type Method Description PgCollationPgCollation. as(String alias)PgCollationPgCollation. as(Name alias)PgCollationPgCollation. rename(String name)Rename this tablePgCollationPgCollation. rename(Name name)Rename this table
-