| Package | Description |
|---|---|
| org.jooq.util.postgres.pg_catalog | |
| org.jooq.util.postgres.pg_catalog.tables |
| Modifier and Type | Field and Description |
|---|---|
static PgCursor |
Tables.PG_CURSOR
The table pg_catalog.pg_cursor
|
| Modifier and Type | Method and Description |
|---|---|
static PgCursor |
Tables.PG_CURSOR()
Get
pg_catalog.pg_cursor as a field |
static PgCursor |
Routines.pgCursor()
Get
pg_catalog.pg_cursor as a field |
| Modifier and Type | Field and Description |
|---|---|
static PgCursor |
PgCursor.PG_CURSOR
The reference instance of
pg_catalog.pg_cursor |
| Modifier and Type | Method and Description |
|---|---|
PgCursor |
PgCursor.as(String alias) |
PgCursor |
PgCursor.call()
Call this table-valued function
|
PgCursor |
PgCursor.rename(String name)
Rename this table
|
Copyright © 2015. All Rights Reserved.