Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Class and Description |
---|---|
class |
CallStatementNode
An CallStatementNode represents a CALL
|
class |
CursorNode
A CursorNode represents a result set that can be returned to a client.
|
class |
DeleteNode
A DeleteNode represents a DELETE statement.
|
class |
DMLModStatementNode
A DMLStatement for a table modification: to wit, INSERT
UPDATE or DELETE.
|
class |
InsertNode
An InsertNode is the top node in a query tree for an
insert statement.
|
class |
UpdateNode
An UpdateNode represents an UPDATE statement.
|
Copyright © 2013. All Rights Reserved.