Compartir a través de


setString Method (long, java.lang.String)

Writes the given String to the CLOB starting at the given position.

public int setString(long pos,
                     java.lang.String s)

Parámetros

pos

The position at which to start writing to the CLOB.

s

The String to be written to the CLOB.

Valor devuelto

The number of characters written.

Excepciones

java.sql.SQLException

Notas

This setString method is specified by the setString method in the java.sql.Clob interface.

Character data is overwritten starting at the specified position and can over-run the initial length of the CLOB. Specifying a position+1 value will append the string. Specifying a position+2 or greater (or zero or less) values will cause a position error to be thrown.

Vea también

Referencia

SQLServerClob Class

Conceptos

setString Method (SQLServerClob)
SQLServerClob Methods
SQLServerClob Members