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 class
SQLTextTree.CommentPiece
static class
SQLTextTree.CompositeNode
static class
SQLTextTree.EscapeNode
static class
SQLTextTree.GrammarPiece
static class
SQLTextTree.IdentifierPiece
static class
SQLTextTree.LiteralPiece
static class
SQLTextTree.MultiStatementNode
static class
SQLTextTree.Node
static class
SQLTextTree.NumericLiteralPiece
static class
SQLTextTree.ParameterPiece
static class
SQLTextTree.ParenGroupNode
static class
SQLTextTree.PieceNode
static interface
SQLTextTree.Processor
static class
SQLTextTree.QuotedIdentifierPiece
static class
SQLTextTree.ReplacementPiece
static class
SQLTextTree.StatementNode
static class
SQLTextTree.StringLiteralPiece
static class
SQLTextTree.UnquotedIdentifierPiece
static class
SQLTextTree.WhitespacePiece
-
Constructor Summary
Constructors Constructor Description SQLTextTree()
-