public class AbstractQueryParam extends Object implements QueryParam
| Constructor and Description |
|---|
AbstractQueryParam(int index,
DbType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getIndex()
QueryParamgetIndex in interface QueryParampublic DbType getType()
QueryParamgetType in interface QueryParampublic String getName()
QueryParamgetName in interface QueryParamCopyright © 2024. All rights reserved.