@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class PgCursor extends AbstractRoutine<Void>
| Modifier and Type | Field and Description |
|---|---|
static Parameter<Timestamp> |
CREATION_TIME
The parameter
pg_catalog.pg_cursor.creation_time. |
static Parameter<Boolean> |
IS_BINARY
The parameter
pg_catalog.pg_cursor.is_binary. |
static Parameter<Boolean> |
IS_HOLDABLE
The parameter
pg_catalog.pg_cursor.is_holdable. |
static Parameter<Boolean> |
IS_SCROLLABLE
The parameter
pg_catalog.pg_cursor.is_scrollable. |
static Parameter<String> |
NAME
The parameter
pg_catalog.pg_cursor.name. |
static Parameter<String> |
STATEMENT
The parameter
pg_catalog.pg_cursor.statement. |
| Constructor and Description |
|---|
PgCursor()
Create a new routine call instance
|
| Modifier and Type | Method and Description |
|---|---|
protected Executor |
create() |
protected Executor |
create(Configuration arg0) |
Timestamp |
getCreationTime()
Get the
creation_time parameter OUT value from the routine |
Boolean |
getIsBinary()
Get the
is_binary parameter OUT value from the routine |
Boolean |
getIsHoldable()
Get the
is_holdable parameter OUT value from the routine |
Boolean |
getIsScrollable()
Get the
is_scrollable parameter OUT value from the routine |
String |
getName_()
Get the
name parameter OUT value from the routine |
String |
getStatement()
Get the
statement parameter OUT value from the routine |
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
addInOutParameter, addInParameter, addOutParameter, asAggregateFunction, asField, asField, attach, bind, createParameter, createParameter, execute, execute, getConfiguration, getInParameters, getInValues, getName, getOutParameters, getPackage, getParameters, getReturnParameter, getReturnValue, getSchema, getValue, hashCode, isOverloaded, setField, setNumber, setNumber, setOverloaded, setReturnParameter, setValue, toSQLpublic static final Parameter<String> STATEMENT
pg_catalog.pg_cursor.statement.public static final Parameter<Boolean> IS_HOLDABLE
pg_catalog.pg_cursor.is_holdable.public static final Parameter<Boolean> IS_BINARY
pg_catalog.pg_cursor.is_binary.public static final Parameter<Boolean> IS_SCROLLABLE
pg_catalog.pg_cursor.is_scrollable.public String getName_()
name parameter OUT value from the routinepublic String getStatement()
statement parameter OUT value from the routinepublic Boolean getIsHoldable()
is_holdable parameter OUT value from the routinepublic Boolean getIsBinary()
is_binary parameter OUT value from the routinepublic Boolean getIsScrollable()
is_scrollable parameter OUT value from the routinepublic Timestamp getCreationTime()
creation_time parameter OUT value from the routineprotected final Executor create()
protected final Executor create(Configuration arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2013. All Rights Reserved.