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 |
|---|---|
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<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 |
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<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 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.