Package com.impossibl.postgres.jdbc
Class SQLTextTree
- java.lang.Object
-
- com.impossibl.postgres.jdbc.SQLTextTree
-
public class SQLTextTree extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSQLTextTree.CommentPiecestatic classSQLTextTree.CompositeNodestatic classSQLTextTree.EscapeNodestatic classSQLTextTree.GrammarPiecestatic classSQLTextTree.IdentifierPiecestatic classSQLTextTree.LiteralPiecestatic classSQLTextTree.MultiStatementNodestatic classSQLTextTree.Nodestatic classSQLTextTree.NumericLiteralPiecestatic classSQLTextTree.ParameterPiecestatic classSQLTextTree.ParenGroupNodestatic classSQLTextTree.PieceNodestatic interfaceSQLTextTree.Processorstatic classSQLTextTree.QuotedIdentifierPiecestatic classSQLTextTree.ReplacementPiecestatic classSQLTextTree.StatementNodestatic classSQLTextTree.StringLiteralPiecestatic classSQLTextTree.UnquotedIdentifierPiecestatic classSQLTextTree.WhitespacePiece
-
Constructor Summary
Constructors Constructor Description SQLTextTree()
-