Package com.impossibl.postgres.jdbc
Class SQLTextTree.UnquotedIdentifierPiece
- 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.UnquotedIdentifierPiece
-
- Enclosing class:
- SQLTextTree
public static class SQLTextTree.UnquotedIdentifierPiece 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
-
-