Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
文字列を指定された SQLType.LONGVARCHAR カラムの新しい値に追加します。
public void appendStringChunkParameter(UInt16 parmID, String value)
parmID 1 から始まるパラメーターの ID。
value パラメーターの現在の新しい値に追加する値。
サンプル:
for ( i = 0; i < 100; i++ ) { stmt.appendStringChunkParameter( 1, "012345" ); }