@Generated(value={"http://www.jooq.org","jOOQ version:3.6.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 DSLContext |
create() |
protected DSLContext |
create(Configuration arg0) |
protected DSLContext |
create(Context<?> 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) |
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<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 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.