|
Anyframe Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQueryInfo
This is a class for the role of saving the info about query statement defined in the query mapping xml file.
| Method Summary | |
|---|---|
boolean |
doesNeedColumnMapping()
Checks whether to map in an arbitray class the execution results of appropriate query statement. |
int |
getFetchCountPerQuery()
Tramsmits the size of result operated for the appropriate query statement. |
String[] |
getLobParamTypes()
Transmits the defined Parameter (for Oracle 8i) in the case where a separate lobStatement is defined for handling the LOB type |
String |
getLobStatement()
Transmits the statement (for Oracle 8i) in the case where an arbitrary lobStatement is defined for handling the LOB type data |
String |
getQueryId()
Transmits the identifier of the appropriate query statement. |
String |
getQueryString()
Transmits the defined query statement. |
String |
getResultClass()
Transmits the class for saving the executed results of the appropriate query statement. |
String |
getResultMapper()
Transmits the defined resultset mapper class. |
List |
getSqlParameterList()
Transmits the SqlParameter list including the variable type, type name, etc. for replacing in the appropriate query statement. |
int |
getSqlType(int pos)
Transmits the variable's sql types defined in the arbitrary order among the variables for replacing in the appropriate query statement |
int |
getSqlType(String name)
Transmits the variable's sql types defined as arbitray name among the variables for replacing in the appropropriate query statement |
int[] |
getSqlTypes()
Transmits the variable's sql types for replacing in the appropriate query statement |
boolean |
isCamelCase()
When mapping in the defined class or Map for the appropriate query's execution results, check for whether to apply CamelCase |
boolean |
isDynamic()
Checks whether the appropriate query statement is dynamic query. |
| Method Detail |
|---|
String getQueryString()
String getQueryId()
String getResultClass()
boolean doesNeedColumnMapping()
boolean isDynamic()
boolean isCamelCase()
int getFetchCountPerQuery()
List getSqlParameterList()
int getSqlType(int pos)
pos - Order of the arbitrary variable
int[] getSqlTypes()
int getSqlType(String name)
name - name of the arbitrary variable
String getLobStatement()
String[] getLobParamTypes()
String getResultMapper()
|
Anyframe Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||