@Generated(value={"http://www.jooq.org","3.0.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 Executor |
create() |
protected Executor |
create(Configuration 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) |
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> 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 Executor create()
protected final Executor create(Configuration arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2013. All Rights Reserved.