Expand Minimize
This topic has not yet been rated - Rate this topic

getStatement Method (SQLServerResultSet)

Retrieves the SQLServerStatement object that produced this SQLServerResultSet object.


public java.sql.Statement getStatement()

A SQLServerStatement object.

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

If the result set was generated some other way, such as by a SQLServerDatabaseMetaData method, this method returns null.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.