|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.impl.AbstractRoutine<Integer>
org.jooq.util.maven.example.mysql.routines.F317
public class F317
This class is generated by jOOQ. integration test for #317
| Field Summary | |
|---|---|
static org.jooq.Parameter<Integer> |
P1
An uncommented item |
static org.jooq.Parameter<Integer> |
P2
An uncommented item |
static org.jooq.Parameter<Integer> |
P3
An uncommented item |
static org.jooq.Parameter<Integer> |
P4
An uncommented item |
static org.jooq.Parameter<Integer> |
RETURN_VALUE
An uncommented item |
| Constructor Summary | |
|---|---|
F317()
Create a new routine call instance |
|
| Method Summary | ||
|---|---|---|
int |
compareTo(org.jooq.NamedQueryPart arg0)
|
|
protected org.jooq.impl.Factory |
create()
|
|
protected org.jooq.impl.Factory |
create(org.jooq.Configuration arg0)
|
|
List<org.jooq.Attachable> |
getAttachables()
|
|
protected List<org.jooq.Attachable> |
getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
|
|
protected List<org.jooq.Attachable> |
getAttachables(org.jooq.QueryPart... arg0)
|
|
protected List<org.jooq.Attachable> |
getAttachables(org.jooq.Store<?> arg0)
|
|
List<Object> |
getBindValues()
|
|
org.jooq.Configuration |
getConfiguration()
|
|
org.jooq.SQLDialect |
getDialect()
Deprecated. |
|
String |
getName()
|
|
org.jooq.Param<?> |
getParam(String arg0)
|
|
Map<String,org.jooq.Param<?>> |
getParams()
|
|
org.jooq.Schema |
getSchema()
|
|
String |
getSQL()
|
|
String |
getSQL(boolean arg0)
|
|
|
internalAPI(Class<I> arg0)
|
|
void |
setP1(org.jooq.Field<Integer> field)
Set the p1 parameter to the function
Use this method only, if the function is called as a Field in a Select statement! |
|
void |
setP1(Integer value)
Set the p1 parameter to the routine |
|
void |
setP2(org.jooq.Field<Integer> field)
Set the p2 parameter to the function
Use this method only, if the function is called as a Field in a Select statement! |
|
void |
setP2(Integer value)
Set the p2 parameter to the routine |
|
void |
setP3(org.jooq.Field<Integer> field)
Set the p3 parameter to the function
Use this method only, if the function is called as a Field in a Select statement! |
|
void |
setP3(Integer value)
Set the p3 parameter to the routine |
|
void |
setP4(org.jooq.Field<Integer> field)
Set the p4 parameter to the function
Use this method only, if the function is called as a Field in a Select statement! |
|
void |
setP4(Integer value)
Set the p4 parameter to the routine |
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1)
|
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
String arg1,
SQLException arg2)
Deprecated. |
|
| Methods inherited from class org.jooq.impl.AbstractRoutine |
|---|
addInOutParameter, addInParameter, addOutParameter, asField, asField, attach, bind, createParameter, createParameter, execute, execute, getAttachables0, getInParameters, getInValues, getOutParameters, getPackage, getParameters, getReturnParameter, getReturnValue, getValue, isOverloaded, setField, setNumber, setNumber, setOverloaded, setReturnParameter, setValue, toSQL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jooq.NamedQueryPart |
|---|
getName |
| Methods inherited from interface org.jooq.Adapter |
|---|
internalAPI |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.jooq.SchemaProvider |
|---|
getSchema |
| Field Detail |
|---|
public static final org.jooq.Parameter<Integer> RETURN_VALUE
public static final org.jooq.Parameter<Integer> P1
public static final org.jooq.Parameter<Integer> P2
public static final org.jooq.Parameter<Integer> P3
public static final org.jooq.Parameter<Integer> P4
| Constructor Detail |
|---|
public F317()
| Method Detail |
|---|
public void setP1(Integer value)
p1 parameter to the routine
public void setP1(org.jooq.Field<Integer> field)
p1 parameter to the function
Use this method only, if the function is called as a Field in a Select statement!
public void setP2(Integer value)
p2 parameter to the routine
public void setP2(org.jooq.Field<Integer> field)
p2 parameter to the function
Use this method only, if the function is called as a Field in a Select statement!
public void setP3(Integer value)
p3 parameter to the routine
public void setP3(org.jooq.Field<Integer> field)
p3 parameter to the function
Use this method only, if the function is called as a Field in a Select statement!
public void setP4(Integer value)
p4 parameter to the routine
public void setP4(org.jooq.Field<Integer> field)
p4 parameter to the function
Use this method only, if the function is called as a Field in a Select statement!
public final List<org.jooq.Attachable> getAttachables()
getAttachables in interface org.jooq.AttachableInternalpublic final org.jooq.Schema getSchema()
getSchema in interface org.jooq.SchemaProviderpublic final String getName()
getName in interface org.jooq.NamedQueryPartpublic final int compareTo(org.jooq.NamedQueryPart arg0)
compareTo in interface Comparable<org.jooq.NamedQueryPart>public final <I> I internalAPI(Class<I> arg0)
internalAPI in interface org.jooq.Adapterpublic final org.jooq.Configuration getConfiguration()
getConfiguration in interface org.jooq.AttachableInternal@Deprecated public final org.jooq.SQLDialect getDialect()
getDialect in interface org.jooq.QueryPartInternalpublic final String getSQL()
getSQL in interface org.jooq.QueryPartInternalpublic final String getSQL(boolean arg0)
getSQL in interface org.jooq.QueryPartInternalpublic final List<Object> getBindValues()
getBindValues in interface org.jooq.QueryPartInternalpublic final Map<String,org.jooq.Param<?>> getParams()
getParams in interface org.jooq.QueryPartInternalpublic final org.jooq.Param<?> getParam(String arg0)
getParam in interface org.jooq.QueryPartInternalprotected final List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
protected final List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)
protected final List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)
protected final org.jooq.impl.Factory create()
protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)
@Deprecated
protected final org.jooq.exception.DataAccessException translate(String arg0,
String arg1,
SQLException arg2)
protected final org.jooq.exception.DataAccessException translate(String arg0,
SQLException arg1)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||