getColumnCount Method (SQLServerResultSetMetaData)
Returns the number of columns in the result set.
public int getColumnCount()
Valore restituito
An int that indicates the number of columns.
Eccezioni
Osservazioni
This getColumnCount method is specified by the getColumnCount method in the java.sql.ResultSetMetaData interface.
Vedere anche
Riferimento
SQLServerResultSetMetaData Class
Concetti
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members