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
-
-
Constructor Summary
Constructors Constructor Description PieceNode(java.lang.String val, int startPos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()voidsetText(java.lang.String text)java.lang.StringtoString()-
Methods inherited from class com.impossibl.postgres.jdbc.SQLTextTree.Node
copy, getEndPos, getStartPos, process, setEndPos, setStartPos
-
-
-
-
Method Detail
-
getText
public java.lang.String getText()
-
setText
public void setText(java.lang.String text)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSQLTextTree.Node
-
-