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
| Type | Reason |
|---|
| Java.Sql.SQLException | if a database error happens or if the SQL statement does not
produce a ResultSet.
|
Remarks
Requirements
Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1