Package org.sqlite.parser.ast
Class BinaryExpr
java.lang.Object
org.sqlite.parser.ast.BinaryExpr
expr binary-operator expr
expr IS [NOT] expr
-
Field Details
-
lhs
-
op
-
rhs
-
-
Constructor Details
-
BinaryExpr
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-