API Documentation¶
Comprehensive Javadoc API documentation for all classes and methods in General SQL Parser.
Browse the Full Javadoc API Reference
API Access
The Javadoc is generated automatically from the source code and includes detailed descriptions of all public classes, methods, and fields.
Key Packages¶
While the full Javadoc provides exhaustive details, here are some of the most commonly used packages:
gudusoft.gsqlparser
: Core parser classes, includingTGSqlParser
.gudusoft.gsqlparser.nodes
: Abstract Syntax Tree (AST) nodes representing SQL elements.gudusoft.gsqlparser.stmt
: Specific SQL statement classes (e.g.,TSelectSqlStatement
).gudusoft.gsqlparser.util
: Utility classes for working with the parser.
Using the Javadoc¶
- Overview: Start with the Overview page for a summary of all packages.
- Package: Select a package to see its classes and interfaces.
- Class/Interface: View detailed descriptions, member summaries, and method details.
- Search: Use the search bar in the Javadoc to find specific classes or methods.
Refer to the full Javadoc for complete API details.