Home | History | Annotate | Download | only in sql

Lines Matching defs:setCharacterStream

522     void setCharacterStream(int parameterIndex,
828 *This method differs from the <code>setCharacterStream (int, Reader, int)</code> method
830 * the server as a <code>CLOB</code>. When the <code>setCharacterStream</code> method is used, the
876 * This method differs from the <code>setCharacterStream (int, Reader, int)</code> method
878 * the server as a <code>NCLOB</code>. When the <code>setCharacterStream</code> method is used, the
1041 void setCharacterStream(int parameterIndex,
1108 * <code>setCharacterStream</code> which takes a length parameter.
1119 void setCharacterStream(int parameterIndex,
1148 * This method differs from the <code>setCharacterStream (int, Reader)</code> method
1150 * the server as a <code>CLOB</code>. When the <code>setCharacterStream</code> method is used, the
1200 * This method differs from the <code>setCharacterStream (int, Reader)</code> method
1202 * the server as a <code>NCLOB</code>. When the <code>setCharacterStream</code> method is used, the