Java.Sql.IPreparedStatement.ExecuteQuery Method
Executes the SQL query in the PreparedStatement and returns the ResultSet generated by the query.

Syntax

[Android.Runtime.Register("executeQuery", "()Ljava/sql/ResultSet;", "GetExecuteQueryHandler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IResultSet ExecuteQuery ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens or if the SQL statement does not produce a ResultSet.

Remarks

Executes the SQL query in the PreparedStatement and returns the ResultSet generated by the query.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1