|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.query.result.ResultByConstructor
Constructor Summary | |
ResultByConstructor(java.lang.Class resultClass,
java.util.List ctorArgs)
|
Method Summary | |
java.lang.Class |
getResultType()
Returns the type of objects produced by this result expression. |
ResultObjectFactory |
newResultObjectFactory(java.sql.ResultSet rs)
Generates a result object factory to convert expression values from the specified SQL result set into Java objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultByConstructor(java.lang.Class resultClass, java.util.List ctorArgs) throws java.lang.NoSuchMethodException
Method Detail |
public java.lang.Class getResultType()
ResultExpression
getResultType
in interface ResultExpression
public ResultObjectFactory newResultObjectFactory(java.sql.ResultSet rs) throws java.sql.SQLException
ResultExpression
newResultObjectFactory
in interface ResultExpression
rs
- the result set containing the columns backing the result expression
java.sql.SQLException
- if a database error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |