- affectedRows
int affectedRows()
Undocumented in source. Be warned that the author may not have intended to support it.
- exec
int exec()
Undocumented in source. Be warned that the author may not have intended to support it.
- getExecSql
string getExecSql()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNativeResult
RowSet getNativeResult()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPageResult
Page!ResultObj getPageResult()
Undocumented in source. Be warned that the author may not have intended to support it.
- getResultList
ResultObj[] getResultList()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSingleResult
ResultObj getSingleResult()
Undocumented in source. Be warned that the author may not have intended to support it.
- lastInsertId
int lastInsertId()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFirstResult
EqlQuery setFirstResult(long startPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaxResults
EqlQuery setMaxResults(long maxResult)
Undocumented in source. Be warned that the author may not have intended to support it.
- setParameter
EqlQuery setParameter(int idx, R param)
- setParameter
EqlQuery setParameter(string idx, R param)
Undocumented in source. Be warned that the author may not have intended to support it.