public interface QueryParam
| 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.
|
int getIndex()
DbType getType()
String getName()
Copyright © 2021. All rights reserved.