Package com.impossibl.postgres.jdbc
Class SQLTextTree.PieceNode
- java.lang.Object
-
- com.impossibl.postgres.jdbc.SQLTextTree.Node
-
- com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
-
- Direct Known Subclasses:
SQLTextTree.CommentPiece,SQLTextTree.GrammarPiece,SQLTextTree.IdentifierPiece,SQLTextTree.LiteralPiece,SQLTextTree.ParameterPiece,SQLTextTree.ReplacementPiece,SQLTextTree.WhitespacePiece
- Enclosing class:
- SQLTextTree
public static class SQLTextTree.PieceNode extends SQLTextTree.Node
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()voidsetText(String text)StringtoString()-
Methods inherited from class com.impossibl.postgres.jdbc.SQLTextTree.Node
copy, getEndPos, getStartPos, process, setEndPos, setStartPos
-
-