|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.module.db.internal.domain.param.AbstractQueryParam
public class AbstractQueryParam
Defines a base class for implementing different kind of { @link QueryParam} classes.
| Constructor Summary | |
|---|---|
AbstractQueryParam(int index,
DbType type,
String name)
|
|
| Method Summary | |
|---|---|
int |
getIndex()
Returns the parameter's index in the containing SQL query. |
String |
getName()
Returns the name parameter name. |
DbType |
getType()
Returns the parameter's type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractQueryParam(int index,
DbType type,
String name)
| Method Detail |
|---|
public int getIndex()
QueryParam
getIndex in interface QueryParampublic DbType getType()
QueryParam
getType in interface QueryParampublic String getName()
QueryParam
getName in interface QueryParam
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||