Uses of Class
gudusoft.gsqlparser.nodes.TParameterDeclarationList
Packages that use TParameterDeclarationList
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TParameterDeclarationList in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TParameterDeclarationListModifier and TypeMethodDescriptionTFunctionHeader.getArgs()TAlterFunctionSqlNode.getArgTypeList()TDropProcedureSqlNode.getParameterDeclarations()TCreateFunctionSqlNode.getParameters()TCreateMacroSqlNode.getParameters()TCreateProcedureSqlNode.getParameters()Methods in gudusoft.gsqlparser.nodes with parameters of type TParameterDeclarationListModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TParameterDeclarationList node) voidTParseTreeVisitor.preVisit(TParameterDeclarationList node) voidTAlterFunctionSqlNode.setArgTypeList(TParameterDeclarationList argTypeList) voidTCreateFunctionSqlNode.setParameters(TParameterDeclarationList parameters) voidTCreateMacroSqlNode.setParameters(TParameterDeclarationList parameters) voidTCreateProcedureSqlNode.setParameters(TParameterDeclarationList parameters) -
Uses of TParameterDeclarationList in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TParameterDeclarationListModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TParameterDeclarationList params) -
Uses of TParameterDeclarationList in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TParameterDeclarationListModifier and TypeMethodDescriptionTAlterFunctionStmt.getArgTypeList()TAlterProcedureStmt.getArgTypeList()TCursorDeclStmt.getCursorParameterDeclarations()List of cursor parameter declaration, which is represented byTParameterDeclaration.TDropProcedureStmt.getParameterDeclarations()TStoredProcedureSqlStatement.getParameterDeclarations()Methods in gudusoft.gsqlparser.stmt with parameters of type TParameterDeclarationListModifier and TypeMethodDescriptionvoidTCursorDeclStmt.setCursorParameterDeclarations(TParameterDeclarationList cursorParameterDeclarations) voidTStoredProcedureSqlStatement.setParameterDeclarations(TParameterDeclarationList parameterDeclarations) -
Uses of TParameterDeclarationList in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TParameterDeclarationListModifier and TypeMethodDescriptionTPlsqlRecordTypeDefStmt.getFieldDeclarations()List of field declared in this record.Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TParameterDeclarationListModifier and TypeMethodDescriptionvoidTPlsqlRecordTypeDefStmt.setFieldDeclarations(TParameterDeclarationList fieldDeclarations)