Uses of Interface
gudusoft.gsqlparser.ISQLStatementHandle
Packages that use ISQLStatementHandle
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of ISQLStatementHandle in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser with parameters of type ISQLStatementHandleModifier and TypeMethodDescriptionvoidTGSqlParser.setSqlStatementHandle(ISQLStatementHandle sqlStatementHandle) -
Uses of ISQLStatementHandle in gudusoft.gsqlparser.parser
Methods in gudusoft.gsqlparser.parser that return ISQLStatementHandleMethods in gudusoft.gsqlparser.parser with parameters of type ISQLStatementHandleModifier and TypeMethodDescriptionParserContext.Builder.sqlStatementHandle(ISQLStatementHandle sqlStatementHandle) Set SQL statement handle callback.