| Package | Description |
|---|---|
| com.github.sergdelft.sqlcorgi |
The root of the project.
|
| com.github.sergdelft.sqlcorgi.exceptions |
Package with custom exceptions to throw when things go awry.
|
| com.github.sergdelft.sqlcorgi.query |
This package contains functionality that facilitates the manipulation of queries.
|
| com.github.sergdelft.sqlcorgi.schema |
This package contains the data structure used to represent database schemas.
|
| com.github.sergdelft.sqlcorgi.util |
This package contains all the utility classes for the project.
|
| com.github.sergdelft.sqlcorgi.util.cloner |
Classes in this package can be used to create deep copies of JSQLParser objects.
|
| com.github.sergdelft.sqlcorgi.visitors |
This package contains all of the visitors used by the rule generator.
|
| com.github.sergdelft.sqlcorgi.visitors.join |
This package contains visitors used for traversing and mutating join operators (JOIN).
|
| com.github.sergdelft.sqlcorgi.visitors.select |
This package contains visitors used for traversing and mutating select operators (WHERE and HAVING).
|
| com.github.sergdelft.sqlcorgi.visitors.subqueries |
This package contains visitors used when generating coverage targets for subqueries.
|
Copyright © 2019. All rights reserved.