Lines Matching defs:parameterIndex

69      * <code>parameterIndex</code> to the JDBC type
82 * @param parameterIndex the first parameter is 1, the second is 2,
90 * @exception SQLException if the parameterIndex is not valid;
102 void registerOutParameter(int parameterIndex, int sqlType)
107 * <code>parameterIndex</code> to be of JDBC type
119 * @param parameterIndex the first parameter is 1, the second is 2,
124 * @exception SQLException if the parameterIndex is not valid;
136 void registerOutParameter(int parameterIndex, int sqlType, int scale)
163 * @param parameterIndex the first parameter is 1, the second is 2,
168 * @exception SQLException if the parameterIndex is not valid;
173 String getString(int parameterIndex) throws SQLException;
180 * @param parameterIndex the first parameter is 1, the second is 2,
184 * @exception SQLException if the parameterIndex is not valid;
189 boolean getBoolean(int parameterIndex) throws SQLException;
195 * @param parameterIndex the first parameter is 1, the second is 2,
199 * @exception SQLException if the parameterIndex is not valid;
204 byte getByte(int parameterIndex) throws SQLException;
210 * @param parameterIndex the first parameter is 1, the second is 2,
214 * @exception SQLException if the parameterIndex is not valid;
219 short getShort(int parameterIndex) throws SQLException;
225 * @param parameterIndex the first parameter is 1, the second is 2,
229 * @exception SQLException if the parameterIndex is not valid;
234 int getInt(int parameterIndex) throws SQLException;
240 * @param parameterIndex the first parameter is 1, the second is 2,
244 * @exception SQLException if the parameterIndex is not valid;
249 long getLong(int parameterIndex) throws SQLException;
255 * @param parameterIndex the first parameter is 1, the second is 2,
259 * @exception SQLException if the parameterIndex is not valid;
264 float getFloat(int parameterIndex) throws SQLException;
269 * @param parameterIndex the first parameter is 1, the second is 2,
273 * @exception SQLException if the parameterIndex is not valid;
278 double getDouble(int parameterIndex) throws SQLException;
284 * @param parameterIndex the first parameter is 1, the second is 2,
289 * @exception SQLException if the parameterIndex is not valid;
294 * @deprecated use <code>getBigDecimal(int parameterIndex)</code>
298 BigDecimal getBigDecimal(int parameterIndex, int scale)
305 * @param parameterIndex the first parameter is 1, the second is 2,
309 * @exception SQLException if the parameterIndex is not valid;
314 byte[] getBytes(int parameterIndex) throws SQLException;
319 * @param parameterIndex the first parameter is 1, the second is 2,
323 * @exception SQLException if the parameterIndex is not valid;
328 java.sql.Date getDate(int parameterIndex) throws SQLException;
334 * @param parameterIndex the first parameter is 1, the second is 2,
338 * @exception SQLException if the parameterIndex is not valid;
343 java.sql.Time getTime(int parameterIndex) throws SQLException;
349 * @param parameterIndex the first parameter is 1, the second is 2,
353 * @exception SQLException if the parameterIndex is not valid;
358 java.sql.Timestamp getTimestamp(int parameterIndex)
376 * @param parameterIndex the first parameter is 1, the second is 2,
379 * @exception SQLException if the parameterIndex is not valid;
385 Object getObject(int parameterIndex) throws SQLException;
394 * @param parameterIndex the first parameter is 1, the second is 2,
398 * @exception SQLException if the parameterIndex is not valid;
404 BigDecimal getBigDecimal(int parameterIndex) throws SQLException;
408 * <code>parameterIndex</code> and uses <code>map</code> for the custom
416 * @param parameterIndex the first parameter is 1, the second is 2, and so on
419 * @exception SQLException if the parameterIndex is not valid;
427 Object getObject(int parameterIndex, java.util.Map<String,Class<?>> map)
433 * @param parameterIndex the first parameter is 1, the second is 2,
438 * @exception SQLException if the parameterIndex is not valid;
445 Ref getRef (int parameterIndex) throws SQLException;
450 * @param parameterIndex the first parameter is 1, the second is 2, and so on
454 * @exception SQLException if the parameterIndex is not valid;
461 Blob getBlob (int parameterIndex) throws SQLException;
466 * @param parameterIndex the first parameter is 1, the second is 2, and
471 * @exception SQLException if the parameterIndex is not valid;
478 Clob getClob (int parameterIndex) throws SQLException;
484 * @param parameterIndex the first parameter is 1, the second is 2, and
489 * @exception SQLException if the parameterIndex is not valid;
496 Array getArray (int parameterIndex) throws SQLException;
508 * @param parameterIndex the first parameter is 1, the second is 2,
514 * @exception SQLException if the parameterIndex is not valid;
520 java.sql.Date getDate(int parameterIndex, Calendar cal)
533 * @param parameterIndex the first parameter is 1, the second is 2,
539 * @exception SQLException if the parameterIndex is not valid;
545 java.sql.Time getTime(int parameterIndex, Calendar cal)
559 * @param parameterIndex the first parameter is 1, the second is 2,
565 * @exception SQLException if the parameterIndex is not valid;
571 java.sql.Timestamp getTimestamp(int parameterIndex, Calendar cal)
602 * @param parameterIndex the first parameter is 1, the second is 2,...
605 * @exception SQLException if the parameterIndex is not valid;
618 void registerOutParameter (int parameterIndex, int sqlType, String typeName)
746 * @param parameterIndex the first parameter is 1, the second is 2,...
750 * @exception SQLException if the parameterIndex is not valid;
760 java.net.URL getURL(int parameterIndex) throws SQLException;
1770 * @param parameterIndex the first parameter is 1, the second is 2,...
1774 * @throws SQLException if the parameterIndex is not valid;
1781 RowId getRowId(int parameterIndex) throws SQLException;
1953 * @param parameterIndex the first parameter is 1, the second is 2, and
1958 * @exception SQLException if the parameterIndex is not valid;
1967 NClob getNClob (int parameterIndex) throws SQLException;
2009 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
2011 * @throws SQLException if the parameterIndex is not valid;
2018 SQLXML getSQLXML(int parameterIndex) throws SQLException;
2046 * @param parameterIndex index of the first parameter is 1, the second is 2, ...
2049 * @exception SQLException if the parameterIndex is not valid;
2057 String getNString(int parameterIndex) throws SQLException;
2096 * @param parameterIndex the first parameter is 1, the second is 2, ...
2097 * @exception SQLException if the parameterIndex is not valid;
2104 java.io.Reader getNCharacterStream(int parameterIndex) throws SQLException;
2133 * @param parameterIndex the first parameter is 1, the second is 2, ...
2134 * @exception SQLException if the parameterIndex is not valid; if a database access error occurs or
2138 java.io.Reader getCharacterStream(int parameterIndex) throws SQLException;
2445 * {@code parameterIndex} and will convert from the
2456 * @param parameterIndex the first parameter is 1, the second is 2, and so on
2468 public <T> T getObject(int parameterIndex, Class<T> type) throws SQLException;