addBatch Yöntemi (java.lang.String)

JDBC sürücüsünü indirin

Verilen SQL komutunu bu SQLServerPreparedStatement nesnesi için mevcut komut listesine ekler.

Syntax

  
public void addBatch(java.lang.String sql)  

Parameters

SQL

SQL deyimi içeren bir Dize .

İstisnalar

SQLServerException

Remarks

Bu addBatch yöntemi, java.sql.Statement arayüzündeki addBatch yöntemiyle tanımlanır.

Bu yöntemi çağırmak bir istisna ile sonuçlanır çünkü SQLServerPreparedStatement nesnesi için SQL ifadesi nesne oluşturulduğunda belirtilir.