@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Count1 extends AbstractRoutine<Long>
| Modifier and Type | Field and Description |
|---|---|
static Parameter<Object> |
_1
The parameter
pg_catalog.count._1. |
static Parameter<Long> |
RETURN_VALUE
The parameter
pg_catalog.count.RETURN_VALUE. |
| Constructor and Description |
|---|
Count1()
Create a new routine call instance
|
| Modifier and Type | Method and Description |
|---|---|
protected Executor |
create() |
protected Executor |
create(Configuration arg0) |
void |
set__1(Field<Object> field)
Set the
_1 parameter to the function to be used with a Select statement |
void |
set__1(Object value)
Set the
_1 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<Long> RETURN_VALUE
pg_catalog.count.RETURN_VALUE.public void set__1(Object value)
_1 parameter IN value to the routinepublic void set__1(Field<Object> field)
_1 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.