@Generated(value={"http://www.jooq.org","jOOQ version:3.6.0"}, comments="This class is generated by jOOQ") public class FormatType extends AbstractRoutine<String>
| Modifier and Type | Field and Description |
|---|---|
static Parameter<Long> |
_1
The parameter
pg_catalog.format_type._1. |
static Parameter<Integer> |
_2
The parameter
pg_catalog.format_type._2. |
static Parameter<String> |
RETURN_VALUE
The parameter
pg_catalog.format_type.RETURN_VALUE. |
| Constructor and Description |
|---|
FormatType()
Create a new routine call instance
|
| Modifier and Type | Method and Description |
|---|---|
protected DSLContext |
create() |
protected DSLContext |
create(Configuration arg0) |
protected DSLContext |
create(Context<?> arg0) |
void |
set__1(Field<Long> field)
Set the
_1 parameter to the function to be used with a Select statement |
void |
set__1(Long value)
Set the
_1 parameter IN value to the routine |
void |
set__2(Field<Integer> field)
Set the
_2 parameter to the function to be used with a Select statement |
void |
set__2(Integer value)
Set the
_2 parameter IN value to the routine |
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, addInOutParameter, addInParameter, addOutParameter, asAggregateFunction, asField, asField, attach, clauses, configuration, createParameter, createParameter, createParameter, createParameter, createParameter, detach, execute, execute, getInParameters, getInValues, getName, getOutParameters, getPackage, getParameters, getResults, getReturnParameter, getReturnValue, getSchema, getValue, hashCode, isOverloaded, setField, setNumber, setNumber, setOverloaded, setReturnParameter, setValuepublic static final Parameter<String> RETURN_VALUE
pg_catalog.format_type.RETURN_VALUE.public void set__1(Long value)
_1 parameter IN value to the routinepublic void set__1(Field<Long> field)
_1 parameter to the function to be used with a Select statementpublic void set__2(Integer value)
_2 parameter IN value to the routinepublic void set__2(Field<Integer> field)
_2 parameter to the function to be used with a Select statementprotected final DSLContext create()
protected final DSLContext create(Configuration arg0)
protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2015. All Rights Reserved.