Java.Sql.IDatabaseMetaData.GetFunctions Method
Returns a description of the system and user functions available according to the given catalog.

Syntax

[Android.Runtime.Register("getFunctions", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", "GetGetFunctions_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IResultSet GetFunctions (string p0, string p1, string p2)

Parameters

catalog
the given catalog
schemaPattern
the schema pattern
functionNamePattern
the function name pattern

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif any error occurs

Remarks

Returns a description of the system and user functions available according to the given catalog.

[Android Documentation]

Requirements

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