public abstract class AbstractMappedTypeFunction extends SimpleNode implements SelectFunction
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.logging.Logger |
log |
protected JDBCResultSetReader |
resultReader |
protected Class<?> |
resultType |
children, id, parent| Constructor and Description |
|---|
AbstractMappedTypeFunction(int i) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getDefaultResultType() |
Object |
readResult(ResultSet rs)
Reads results.
|
void |
setJDBCType(JDBCType jdbcType) |
void |
setResultType(Class<?> type) |
dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toStringprotected final org.jboss.logging.Logger log
protected Class<?> resultType
protected JDBCResultSetReader resultReader
public void setResultType(Class<?> type)
protected Class<?> getDefaultResultType()
public void setJDBCType(JDBCType jdbcType)
public Object readResult(ResultSet rs) throws SQLException
SelectFunctionreadResult in interface SelectFunctionrs - the result set to read from.SQLExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.