public final class ASTSqrt extends SimpleNode implements SelectFunction
children, id, parent| Constructor and Description |
|---|
ASTSqrt(int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
jjtAccept(JBossQLParserVisitor visitor,
Object data)
Accept the visitor.
|
Object |
readResult(ResultSet rs)
Reads results.
|
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toStringpublic Object jjtAccept(JBossQLParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic Object readResult(ResultSet rs) throws SQLException
readResult in interface SelectFunctionrs - the result set to read from.SQLExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.