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" ); }