Package com.impossibl.postgres.jdbc
Class SQLTextTree.IdentifierPiece
- java.lang.Object
-
- com.impossibl.postgres.jdbc.SQLTextTree.Node
-
- com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
-
- com.impossibl.postgres.jdbc.SQLTextTree.IdentifierPiece
-
- Direct Known Subclasses:
SQLTextTree.QuotedIdentifierPiece
,SQLTextTree.UnquotedIdentifierPiece
- Enclosing class:
- SQLTextTree
public static class SQLTextTree.IdentifierPiece extends SQLTextTree.PieceNode
-
-
Constructor Summary
Constructors Constructor Description IdentifierPiece(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
-
IdentifierPiece
public IdentifierPiece(String val, int startPos)
-
-