Package | Description |
---|---|
com.akiban.sql.compiler | |
com.akiban.sql.parser | |
com.akiban.sql.views |
Modifier and Type | Class and Description |
---|---|
class |
BooleanNormalizer
Perform normalization such as CNF on boolean expressions.
|
class |
TypeComputer
Calculate types from schema information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ASTVisitor
A Visitor which handles nodes in Derby's abstract syntax trees.
|
Modifier and Type | Class and Description |
---|---|
class |
HasNodeVisitor
Find out if we have a particular node anywhere in the
tree.
|
Modifier and Type | Method and Description |
---|---|
Visitable |
QueryTreeNode.accept(Visitor v)
Accept a visitor, and call
v.visit() on child nodes as
necessary. |
Visitable |
Visitable.accept(Visitor v)
Accept a visitor, and call v.visit()
on child nodes as necessary.
|
Modifier and Type | Method and Description |
---|---|
FromSubquery |
ViewDefinition.getSubquery(Visitor binder)
Deprecated.
|
Copyright © 2013. All Rights Reserved.