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