Lines Matching defs:parameter
54 * @param index The index of the parameter or column value
55 * @param parameter true if a parameter value was truncated
60 public DataTruncation(int index, boolean parameter,
65 this.parameter = parameter;
82 * @param index The index of the parameter or column value
83 * @param parameter true if a parameter value was truncated
93 public DataTruncation(int index, boolean parameter,
98 this.parameter = parameter;
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
108 * which case the <code>parameter</code> and <code>read</code> fields should be ignored.
117 * Indicates whether the value truncated was a parameter value or
120 * @return <code>true</code> if the value truncated was a parameter;
124 return parameter;
166 private boolean parameter;