Package com.impossibl.postgres.jdbc
Class SQLTextTree.ParameterPiece
- java.lang.Object
-
- com.impossibl.postgres.jdbc.SQLTextTree.Node
-
- com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
-
- com.impossibl.postgres.jdbc.SQLTextTree.ParameterPiece
-
- Enclosing class:
- SQLTextTree
public static class SQLTextTree.ParameterPiece extends SQLTextTree.PieceNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLTextTree.Node
copy()
int
getIdx()
void
setIdx(int idx)
-
Methods inherited from class com.impossibl.postgres.jdbc.SQLTextTree.PieceNode
getText, setText, toString
-
Methods inherited from class com.impossibl.postgres.jdbc.SQLTextTree.Node
getEndPos, getStartPos, process, setEndPos, setStartPos
-
-
-
-
Method Detail
-
copy
public SQLTextTree.Node copy()
- Overrides:
copy
in classSQLTextTree.Node
-
getIdx
public int getIdx()
-
setIdx
public void setIdx(int idx)
-
-