Metodo getLastUpdateCount (SQLServerDataSource)

Scaricare il driver JDBC

Restituisce un valore booleano che indica se la proprietà lastUpdateCount è abilitata.

Sintassi

  
public boolean getLastUpdateCount()  

Valore restituito

true se lastUpdateCount è abilitato. In caso contrario, false.

Osservazioni

Se la proprietà lastUpdateCount è impostata su true, Microsoft JDBC Driver per SQL Server restituirà solo l'ultimo conteggio aggiornamenti da un'istruzione SQL passata al server. Se la proprietà lastUpdateCount è impostata su false, il driver restituirà tutti i conteggi aggiornamenti, inclusi quelli restituiti dai trigger che possono essere stati attivati. Se la proprietà lastUpdateCount non è impostata, il metodo getLastUpdateCount restituisce il valore predefinito true.

Vedere anche

Membri di SQLServerDataSource
Classe SQLServerDataSource