Lines Matching refs:Reader

30 import java.io.Reader;
499 * Sets the designated parameter to the given <code>Reader</code>
503 * <code>java.io.Reader</code> object. The data will be read from the stream
512 * @param reader the <code>java.io.Reader</code> object that contains the
521 java.io.Reader reader,
790 * Sets the designated parameter to a <code>Reader</code> object. The
791 * <code>Reader</code> reads the data till end-of-file is reached. The
805 void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException;
823 * Sets the designated parameter to a <code>Reader</code> object. The reader must contain the number
826 *This method differs from the <code>setCharacterStream (int, Reader, int)</code> method
841 void setClob(int parameterIndex, Reader reader, long length)
871 * Sets the designated parameter to a <code>Reader</code> object. The reader must contain the number
874 * This method differs from the <code>setCharacterStream (int, Reader, int)</code> method
892 void setNClob(int parameterIndex, Reader reader, long length)
922 * <code>Reader</code> then the reader must contain the number of characters specified
949 * Java Object types <code>InputStream</code> and <code>Reader</code>,
957 * or Reader object and the value of the scale parameter is less
1018 * Sets the designated parameter to the given <code>Reader</code>
1022 * <code>java.io.Reader</code> object. The data will be read from the stream
1031 * @param reader the <code>java.io.Reader</code> object that contains the
1040 java.io.Reader reader,
1093 * Sets the designated parameter to the given <code>Reader</code>
1097 * <code>java.io.Reader</code> object. The data will be read from the stream
1109 * @param reader the <code>java.io.Reader</code> object that contains the
1118 java.io.Reader reader) throws SQLException;
1120 * Sets the designated parameter to a <code>Reader</code> object. The
1121 * <code>Reader</code> reads the data till end-of-file is reached. The
1142 void setNCharacterStream(int parameterIndex, Reader value) throws SQLException;
1145 * Sets the designated parameter to a <code>Reader</code> object.
1146 * This method differs from the <code>setCharacterStream (int, Reader)</code> method
1166 void setClob(int parameterIndex, Reader reader)
1197 * Sets the designated parameter to a <code>Reader</code> object.
1198 * This method differs from the <code>setCharacterStream (int, Reader)</code> method
1219 void setNClob(int parameterIndex, Reader reader)