Java.Sql.IDatabaseMetaData.Schemas Property
Returns a list of the schema names in the database.

Syntax

[get: Android.Runtime.Register("getSchemas", "()Ljava/sql/ResultSet;", "GetGetSchemasHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IResultSet Schemas { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Returns a list of the schema names in the database. The list is returned as a ResultSet, ordered by the schema name, with one row per schema in the following format:

  1. TABLE_SCHEM - String - the schema name
  2. TABLE_CATALOG - String - the catalog name (possibly null)

[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