Uses of Class
gudusoft.gsqlparser.nodes.TInsertSqlNode
Packages that use TInsertSqlNode
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TInsertSqlNode in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TInsertSqlNodeModifier and TypeMethodDescriptionstatic TInsertSqlNodeTInsertSqlNode.getFirstInsertSqlNode(ArrayList<TInsertSqlNode> insertSqlNodes) TUpdateSqlNode.getInsertSqlNode()Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TInsertSqlNodeMethods in gudusoft.gsqlparser.nodes with parameters of type TInsertSqlNodeModifier and TypeMethodDescriptionvoidTUpdateSqlNode.setInsertSqlNode(TInsertSqlNode insertSqlNode) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TInsertSqlNodeModifier and TypeMethodDescriptionstatic TInsertSqlNodeTInsertSqlNode.getFirstInsertSqlNode(ArrayList<TInsertSqlNode> insertSqlNodes) static voidTInsertSqlNode.setFromList(ArrayList<TInsertSqlNode> insertSqlNodes, TFromTableList fromTables) voidTInsertSqlNode.setInsertSqlNodes(ArrayList<TInsertSqlNode> insertSqlNodes)