Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the SQLServerStatement object that produced this SQLServerResultSet object.
Syntax
public java.sql.Statement getStatement()
Return Value
A SQLServerStatement object.
Exceptions
Remarks
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.