Lines Matching refs:index
54 * @param index The index of the parameter or column value
60 public DataTruncation(int index, boolean parameter,
64 this.index = index;
82 * @param index The index of the parameter or column value
93 public DataTruncation(int index, boolean parameter,
97 this.index = index;
105 * Retrieves the index of the column or parameter that was truncated.
107 * <P>This may be -1 if the column or parameter index is unknown, in
110 * @return the index of the truncated paramter or column value
113 return index;
161 private int index;