Lines Matching refs:parameterName

295      *             or <code>getBigDecimal(String parameterName)</code>
625 * <code>parameterName</code> to the JDBC type
637 * @param parameterName the name of the parameter
643 * @exception SQLException if parameterName does not correspond to a named
657 void registerOutParameter(String parameterName, int sqlType)
662 * <code>parameterName</code> to be of JDBC type
674 * @param parameterName the name of the parameter
678 * @exception SQLException if parameterName does not correspond to a named
692 void registerOutParameter(String parameterName, int sqlType, int scale)
722 * @param parameterName the name of the parameter
725 * @exception SQLException if parameterName does not correspond to a named
739 void registerOutParameter (String parameterName, int sqlType, String typeName)
767 * @param parameterName the name of the parameter
769 * @exception SQLException if parameterName does not correspond to a named
778 void setURL(String parameterName, java.net.URL val) throws SQLException;
785 * @param parameterName the name of the parameter
787 * @exception SQLException if parameterName does not correspond to a named
794 void setNull(String parameterName, int sqlType) throws SQLException;
801 * @param parameterName the name of the parameter
803 * @exception SQLException if parameterName does not correspond to a named
811 void setBoolean(String parameterName, boolean x) throws SQLException;
818 * @param parameterName the name of the parameter
820 * @exception SQLException if parameterName does not correspond to a named
828 void setByte(String parameterName, byte x) throws SQLException;
835 * @param parameterName the name of the parameter
837 * @exception SQLException if parameterName does not correspond to a named
845 void setShort(String parameterName, short x) throws SQLException;
852 * @param parameterName the name of the parameter
854 * @exception SQLException if parameterName does not correspond to a named
862 void setInt(String parameterName, int x) throws SQLException;
869 * @param parameterName the name of the parameter
871 * @exception SQLException if parameterName does not correspond to a named
879 void setLong(String parameterName, long x) throws SQLException;
886 * @param parameterName the name of the parameter
888 * @exception SQLException if parameterName does not correspond to a named
896 void setFloat(String parameterName, float x) throws SQLException;
903 * @param parameterName the name of the parameter
905 * @exception SQLException if parameterName does not correspond to a named
913 void setDouble(String parameterName, double x) throws SQLException;
921 * @param parameterName the name of the parameter
923 * @exception SQLException if parameterName does not correspond to a named
931 void setBigDecimal(String parameterName, BigDecimal x) throws SQLException;
941 * @param parameterName the name of the parameter
943 * @exception SQLException if parameterName does not correspond to a named
951 void setString(String parameterName, String x) throws SQLException;
960 * @param parameterName the name of the parameter
962 * @exception SQLException if parameterName does not correspond to a named
970 void setBytes(String parameterName, byte x[]) throws SQLException;
979 * @param parameterName the name of the parameter
981 * @exception SQLException if parameterName does not correspond to a named
989 void setDate(String parameterName, java.sql.Date x)
997 * @param parameterName the name of the parameter
999 * @exception SQLException if parameterName does not correspond to a named
1007 void setTime(String parameterName, java.sql.Time x)
1016 * @param parameterName the name of the parameter
1018 * @exception SQLException if parameterName does not correspond to a named
1026 void setTimestamp(String parameterName, java.sql.Timestamp x)
1042 * @param parameterName the name of the parameter
1045 * @exception SQLException if parameterName does not correspond to a named
1052 void setAsciiStream(String parameterName, java.io.InputStream x, int length)
1067 * @param parameterName the name of the parameter
1070 * @exception SQLException if parameterName does not correspond to a named
1077 void setBinaryStream(String parameterName, java.io.InputStream x,
1101 * @param parameterName the name of the parameter
1108 * @exception SQLException if parameterName does not correspond to a named
1122 void setObject(String parameterName, Object x, int targetSqlType, int scale)
1130 * @param parameterName the name of the parameter
1134 * @exception SQLException if parameterName does not correspond to a named
1147 void setObject(String parameterName, Object x, int targetSqlType)
1177 * <code>setObject(String parameterName, Object x, int sqlType)</code>
1179 * instead of <code>setObject(String parameterName, Object x)</code>.
1181 * @param parameterName the name of the parameter
1183 * @exception SQLException if parameterName does not correspond to a named
1192 void setObject(String parameterName, Object x) throws SQLException;
1208 * @param parameterName the name of the parameter
1212 * @exception SQLException if parameterName does not correspond to a named
1219 void setCharacterStream(String parameterName,
1233 * @param parameterName the name of the parameter
1237 * @exception SQLException if parameterName does not correspond to a named
1245 void setDate(String parameterName, java.sql.Date x, Calendar cal)
1258 * @param parameterName the name of the parameter
1262 * @exception SQLException if parameterName does not correspond to a named
1270 void setTime(String parameterName, java.sql.Time x, Calendar cal)
1283 * @param parameterName the name of the parameter
1287 * @exception SQLException if parameterName does not correspond to a named
1295 void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
1317 * @param parameterName the name of the parameter
1322 * @exception SQLException if parameterName does not correspond to a named
1329 void setNull (String parameterName, int sqlType, String typeName)
1342 * @param parameterName the name of the parameter
1345 * @exception SQLException if parameterName does not correspond to a named
1353 String getString(String parameterName) throws SQLException;
1359 * @param parameterName the name of the parameter
1362 * @exception SQLException if parameterName does not correspond to a named
1370 boolean getBoolean(String parameterName) throws SQLException;
1375 * @param parameterName the name of the parameter
1378 * @exception SQLException if parameterName does not correspond to a named
1386 byte getByte(String parameterName) throws SQLException;
1391 * @param parameterName the name of the parameter
1394 * @exception SQLException if parameterName does not correspond to a named
1402 short getShort(String parameterName) throws SQLException;
1408 * @param parameterName the name of the parameter
1411 * @exception SQLException if parameterName does not correspond to a named
1419 int getInt(String parameterName) throws SQLException;
1425 * @param parameterName the name of the parameter
1428 * @exception SQLException if parameterName does not correspond to a named
1436 long getLong(String parameterName) throws SQLException;
1441 * @param parameterName the name of the parameter
1444 * @exception SQLException if parameterName does not correspond to a named
1452 float getFloat(String parameterName) throws SQLException;
1457 * @param parameterName the name of the parameter
1460 * @exception SQLException if parameterName does not correspond to a named
1468 double getDouble(String parameterName) throws SQLException;
1474 * @param parameterName the name of the parameter
1477 * @exception SQLException if parameterName does not correspond to a named
1485 byte[] getBytes(String parameterName) throws SQLException;
1490 * @param parameterName the name of the parameter
1493 * @exception SQLException if parameterName does not correspond to a named
1501 java.sql.Date getDate(String parameterName) throws SQLException;
1506 * @param parameterName the name of the parameter
1509 * @exception SQLException if parameterName does not correspond to a named
1517 java.sql.Time getTime(String parameterName) throws SQLException;
1522 * @param parameterName the name of the parameter
1525 * @exception SQLException if parameterName does not correspond to a named
1533 java.sql.Timestamp getTimestamp(String parameterName) throws SQLException;
1545 * @param parameterName the name of the parameter
1547 * @exception SQLException if parameterName does not correspond to a named
1556 Object getObject(String parameterName) throws SQLException;
1562 * @param parameterName the name of the parameter
1565 * @exception SQLExceptionif parameterName does not correspond to a named
1573 BigDecimal getBigDecimal(String parameterName) throws SQLException;
1577 * <code>parameterName</code> and uses <code>map</code> for the custom
1585 * @param parameterName the name of the parameter
1588 * @exception SQLException if parameterName does not correspond to a named
1596 Object getObject(String parameterName, java.util.Map<String,Class<?>> map)
1603 * @param parameterName the name of the parameter
1607 * @exception SQLException if parameterName does not correspond to a named
1614 Ref getRef (String parameterName) throws SQLException;
1620 * @param parameterName the name of the parameter
1624 * @exception SQLException if parameterName does not correspond to a named
1631 Blob getBlob (String parameterName) throws SQLException;
1636 * @param parameterName the name of the parameter
1640 * @exception SQLException if parameterName does not correspond to a named
1647 Clob getClob (String parameterName) throws SQLException;
1653 * @param parameterName the name of the parameter
1657 * @exception SQLException if parameterName does not correspond to a named
1664 Array getArray (String parameterName) throws SQLException;
1676 * @param parameterName the name of the parameter
1681 * @exception SQLException if parameterName does not correspond to a named
1689 java.sql.Date getDate(String parameterName, Calendar cal)
1702 * @param parameterName the name of the parameter
1707 * @exception SQLException if parameterName does not correspond to a named
1715 java.sql.Time getTime(String parameterName, Calendar cal)
1729 * @param parameterName the name of the parameter
1734 * @exception SQLException if parameterName does not correspond to a named
1742 java.sql.Timestamp getTimestamp(String parameterName, Calendar cal)
1749 * @param parameterName the name of the parameter
1753 * @exception SQLException if parameterName does not correspond to a named
1762 java.net.URL getURL(String parameterName) throws SQLException;
1787 * @param parameterName the name of the parameter
1791 * @throws SQLException if parameterName does not correspond to a named
1798 RowId getRowId(String parameterName) throws SQLException;
1805 * @param parameterName the name of the parameter
1807 * @throws SQLException if parameterName does not correspond to a named
1814 void setRowId(String parameterName, RowId x) throws SQLException;
1820 * @param parameterName the name of the parameter to be set
1822 * @throws SQLException if parameterName does not correspond to a named
1831 void setNString(String parameterName, String value)
1839 * @param parameterName the name of the parameter to be set
1842 * @throws SQLException if parameterName does not correspond to a named
1851 void setNCharacterStream(String parameterName, Reader value, long length)
1858 * @param parameterName the name of the parameter to be set
1860 * @throws SQLException if parameterName does not correspond to a named
1869 void setNClob(String parameterName, NClob value) throws SQLException;
1880 * @param parameterName the name of the parameter to be set
1883 * @throws SQLException if parameterName does not correspond to a named
1892 void setClob(String parameterName, Reader reader, long length)
1905 * @param parameterName the name of the parameter to be set
1911 * @throws SQLException if parameterName does not correspond to a named
1921 void setBlob(String parameterName, InputStream inputStream, long length)
1933 * @param parameterName the name of the parameter to be set
1936 * @throws SQLException if parameterName does not correspond to a named
1946 void setNClob(String parameterName, Reader reader, long length)
1973 * @param parameterName the name of the parameter
1977 * @exception SQLException if parameterName does not correspond to a named
1986 NClob getNClob (String parameterName) throws SQLException;
1992 * @param parameterName the name of the parameter
1994 * @throws SQLException if parameterName does not correspond to a named
2004 void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException;
2023 * @param parameterName the name of the parameter
2025 * @throws SQLException if parameterName does not correspond to a named
2032 SQLXML getSQLXML(String parameterName) throws SQLException;
2072 * @param parameterName the name of the parameter
2075 * @exception SQLException if parameterName does not correspond to a named
2084 String getNString(String parameterName) throws SQLException;
2113 * @param parameterName the name of the parameter
2117 * @exception SQLException if parameterName does not correspond to a named
2124 java.io.Reader getNCharacterStream(String parameterName) throws SQLException;
2144 * @param parameterName the name of the parameter
2148 * @exception SQLException if parameterName does not correspond to a named
2155 java.io.Reader getCharacterStream(String parameterName) throws SQLException;
2162 * @param parameterName the name of the parameter
2164 * @exception SQLException if parameterName does not correspond to a named
2171 void setBlob (String parameterName, Blob x) throws SQLException;
2178 * @param parameterName the name of the parameter
2180 * @exception SQLException if parameterName does not correspond to a named
2187 void setClob (String parameterName, Clob x) throws SQLException;
2201 * @param parameterName the name of the parameter
2204 * @exception SQLException if parameterName does not correspond to a named
2211 void setAsciiStream(String parameterName, java.io.InputStream x, long length)
2226 * @param parameterName the name of the parameter
2229 * @exception SQLException if parameterName does not correspond to a named
2236 void setBinaryStream(String parameterName, java.io.InputStream x,
2251 * @param parameterName the name of the parameter
2255 * @exception SQLException if parameterName does not correspond to a named
2262 void setCharacterStream(String parameterName,
2281 * @param parameterName the name of the parameter
2283 * @exception SQLException if parameterName does not correspond to a named
2289 void setAsciiStream(String parameterName, java.io.InputStream x)
2305 * @param parameterName the name of the parameter
2307 * @exception SQLException if parameterName does not correspond to a named
2313 void setBinaryStream(String parameterName, java.io.InputStream x)
2331 * @param parameterName the name of the parameter
2334 * @exception SQLException if parameterName does not correspond to a named
2340 void setCharacterStream(String parameterName,
2355 * @param parameterName the name of the parameter
2357 * @throws SQLException if parameterName does not correspond to a named
2365 void setNCharacterStream(String parameterName, Reader value) throws SQLException;
2379 * @param parameterName the name of the parameter
2381 * @throws SQLException if parameterName does not correspond to a named
2388 void setClob(String parameterName, Reader reader)
2403 * @param parameterName the name of the parameter
2406 * @throws SQLException if parameterName does not correspond to a named
2413 void setBlob(String parameterName, InputStream inputStream)
2426 * @param parameterName the name of the parameter
2428 * @throws SQLException if parameterName does not correspond to a named
2437 void setNClob(String parameterName, Reader reader)
2473 * {@code parameterName} and will convert from the
2484 * @param parameterName the name of the parameter
2497 public <T> T getObject(String parameterName, Class<T> type) throws SQLException;