| Package | Description |
|---|---|
| org.jooq.meta.postgres.pg_catalog | |
| org.jooq.meta.postgres.pg_catalog.tables |
| Modifier and Type | Field and Description |
|---|---|
PgProc |
PgCatalog.PG_PROC
The table
pg_catalog.pg_proc. |
static PgProc |
Tables.PG_PROC
The table
pg_catalog.pg_proc. |
| Modifier and Type | Field and Description |
|---|---|
static PgProc |
PgProc.PG_PROC
The reference instance of
pg_catalog.pg_proc |
| Modifier and Type | Method and Description |
|---|---|
PgProc |
PgProc.as(Name alias) |
PgProc |
PgProc.as(String alias) |
PgProc |
PgProc.rename(Name name)
Rename this table
|
PgProc |
PgProc.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.