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, toString
protected 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
SelectFunction
readResult
in interface SelectFunction
rs
- the result set to read from.SQLException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.