- java.lang.Object
-
- org.jooq.impl.AbstractRoutine<String>
-
- org.jooq.meta.postgres.pg_catalog.routines.FormatType
-
- All Implemented Interfaces:
Serializable,Attachable,Named,Qualified,QueryPart,QueryPartInternal,Routine<String>
public class FormatType extends AbstractRoutine<String>
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatType()Create a new routine call instance
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected DSLContextcreate()Deprecated.protected DSLContextcreate(Configuration arg0)Deprecated.protected DSLContextcreate(Context<?> arg0)Deprecated.booleandeclaresCTE()booleandeclaresFields()booleandeclaresTables()booleandeclaresWindows()booleanequals(Object arg0)booleangeneratesCast()StringgetComment()CommentgetCommentPart()StringgetName()NamegetQualifiedName()NamegetUnqualifiedName()inthashCode()booleanrendersContent(Context<?> arg0)voidset__1(Long value)Set the_1parameter IN value to the routinevoidset__1(Field<Long> field)Set the_1parameter to the function to be used with aSelectstatementvoidset__2(Integer value)Set the_2parameter IN value to the routinevoidset__2(Field<Integer> field)Set the_2parameter to the function to be used with aSelectstatementStringtoString()protected DataAccessExceptiontranslate(String arg0, SQLException arg1)-
Methods inherited from class org.jooq.impl.AbstractRoutine
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, setValue
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
-
-
-
Method Detail
-
set__1
public void set__1(Long value)
Set the_1parameter IN value to the routine
-
set__1
public void set__1(Field<Long> field)
Set the_1parameter to the function to be used with aSelectstatement
-
set__2
public void set__2(Integer value)
Set the_2parameter IN value to the routine
-
set__2
public void set__2(Field<Integer> field)
Set the_2parameter to the function to be used with aSelectstatement
-
getQualifiedName
public Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceNamed
-
getUnqualifiedName
public final Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceNamed
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceNamed
-
getCommentPart
public final Comment getCommentPart()
- Specified by:
getCommentPartin interfaceNamed
-
rendersContent
public boolean rendersContent(Context<?> arg0)
- Specified by:
rendersContentin interfaceQueryPartInternal
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceQueryPartInternal
-
declaresTables
public boolean declaresTables()
- Specified by:
declaresTablesin interfaceQueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceQueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceQueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceQueryPartInternal
-
toString
public String toString()
-
create
@Deprecated protected final DSLContext create()
Deprecated.
-
create
@Deprecated protected final DSLContext create(Configuration arg0)
Deprecated.
-
create
@Deprecated protected final DSLContext create(Context<?> arg0)
Deprecated.
-
translate
protected final DataAccessException translate(String arg0, SQLException arg1)
-
-