Compartir a través de


getURL Method (java.lang.String) (SQLServerResultSet)

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

public java.net.URL getURL(java.lang.String sColumn)

Parámetros

sColumn

A String that contains the column name.

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