feat(jsqlparser): 首次提交

This commit is contained in:
2026-01-21 20:50:35 +08:00
commit dc8ea30850
461 changed files with 61538 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Generated by maven
/target
/build
# Sphinx Theme related stuff, which shall be downloaded separately
/src/site/sphinx/_themes
# Exclude the Auto-generated Changelog
/src/site/sphinx/changelog.rst
/src/site/sphinx/javadoc_stable.rst
/src/site/sphinx/syntax_stable.rst
/src/site/sphinx/javadoc_snapshot.rst
/src/site/sphinx/syntax_snapshot.rst
# Generated by javacc-maven-plugin
/bin
/src/net
# Eclipse configuration files
/.project
/.settings
/.classpath
#IntelliJ
/.idea
*.iml
*.jj~
*.java~
*.yml~
/nbproject/
/.gradle