Package com.impossibl.postgres.jdbc
Class SQLTextTree.LiteralPiece
- java.lang.Object
-
- com.impossibl.postgres.jdbc.SQLTextTree.Node
-
- com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
-
- com.impossibl.postgres.jdbc.SQLTextTree.LiteralPiece
-
- Direct Known Subclasses:
SQLTextTree.NumericLiteralPiece
,SQLTextTree.StringLiteralPiece
- Enclosing class:
- SQLTextTree
public static class SQLTextTree.LiteralPiece extends SQLTextTree.PieceNode
-
-
Constructor Summary
Constructors Constructor Description LiteralPiece(String val, int startPos)
-
Method Summary
-
Methods inherited from class com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
getText, setText, toString
-
Methods inherited from class com.impossibl.postgres.jdbc.SQLTextTree.Node
copy, getEndPos, getStartPos, process, setEndPos, setStartPos
-
-
-
-
Constructor Detail
-
LiteralPiece
public LiteralPiece(String val, int startPos)
-
-