getColumnName Method (SQLServerResultSetMetaData)
Gets the name of the designated column.
public java.lang.String getColumnName(int column)
Parametri
column
An int that indicates the column index.
Valore restituito
A String that contains the column name.
Eccezioni
Osservazioni
This getColumnName method is specified by the getColumnName method in the java.sql.ResultSetMetaData interface.
Vedere anche
Riferimento
SQLServerResultSetMetaData Class
Concetti
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members