public static interface DatabaseUtils.QueryAPI
| Modifier and Type | Method and Description |
|---|---|
int |
getArgCount()
Get the count of arguments for this query object.
|
String[] |
getArgNames()
Get the argument name for this query object
|
String |
getConnection()
Get the database connection string for this query object.
|
Enum<?> |
getEnum()
Get the implementing enumerated constant for this query object.
|
String |
getQueryStr()
Get the query string for this query object.
|
String getQueryStr()
String[] getArgNames()
int getArgCount()
String getConnection()
Enum<?> getEnum()
Copyright © 2017. All rights reserved.