Compartir a través de


getURL Method (int) (SQLServerResultSet)

Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as a URL object.

public java.net.URL getURL(int columnIndex)

Parámetros

columnIndex

An int that indicates the column index.

Valor devuelto

A URL object.

Excepciones

SQLServerException

Observaciones

This getURL method is specified by the getURL method in the java.sql.ResultSet interface.

Vea también

Referencia

SQLServerResultSet Class

Conceptos

getURL Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members