Package com.impossibl.postgres.jdbc
Class SQLTextTree.NumericLiteralPiece
- java.lang.Object
-
- com.impossibl.postgres.jdbc.SQLTextTree.Node
-
- com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
-
- com.impossibl.postgres.jdbc.SQLTextTree.LiteralPiece
-
- com.impossibl.postgres.jdbc.SQLTextTree.NumericLiteralPiece
-
- Enclosing class:
- SQLTextTree
public static class SQLTextTree.NumericLiteralPiece extends SQLTextTree.LiteralPiece
-
-
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
-
-