public class Count1 extends AbstractRoutine<Long>
| Modifier and Type | Field and Description |
|---|---|
static Parameter<Object> |
_1
Deprecated.
Unknown data type. Please define an explicit
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. |
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 |
|---|---|
void |
bind(BindContext arg0)
Deprecated.
|
protected DSLContext |
create()
Deprecated.
|
protected DSLContext |
create(Configuration arg0)
Deprecated.
|
protected DSLContext |
create(Context<?> arg0)
Deprecated.
|
String |
getComment() |
Comment |
getCommentPart() |
String |
getName() |
Name |
getUnqualifiedName() |
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 |
void |
toSQL(RenderContext arg0)
Deprecated.
|
protected DataAccessException |
translate(String arg0,
SQLException arg1) |
accept, addInOutParameter, addInParameter, addOutParameter, asAggregateFunction, asField, asField, attach, clauses, configuration, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, createParameter, detach, execute, execute, get, getCatalog, getInParameters, getInValue, getInValues, getOutParameters, getParameters, getResults, getReturnParameter, getReturnValue, getSchema, getValue, isOverloaded, set, setField, setNumber, setNumber, setOverloaded, setReturnParameter, setValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComment, getCommentPart, getName, getUnqualifiedNamepublic static final Parameter<Long> RETURN_VALUE
pg_catalog.count.RETURN_VALUE.@Deprecated public static final Parameter<Object> _1
Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.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 statementpublic final Name getUnqualifiedName()
getUnqualifiedName in interface Namedpublic final String getComment()
getComment in interface Namedpublic final Comment getCommentPart()
getCommentPart in interface Named@Deprecated public final void toSQL(RenderContext arg0)
toSQL in interface QueryPartInternal@Deprecated public final void bind(BindContext arg0) throws DataAccessException
bind in interface QueryPartInternalDataAccessException@Deprecated protected final DSLContext create()
@Deprecated protected final DSLContext create(Configuration arg0)
@Deprecated protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2021. All rights reserved.