IDatabaseMetaData.SupportsMixedCaseQuotedIdentifiers メソッド

定義

このデータベースで大文字と小文字が区別される SQL 識別子を大文字と小文字が区別され、結果として大文字と小文字が混在して格納されるかどうかを取得します。

[Android.Runtime.Register("supportsMixedCaseQuotedIdentifiers", "()Z", "GetSupportsMixedCaseQuotedIdentifiersHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool SupportsMixedCaseQuotedIdentifiers ();
[<Android.Runtime.Register("supportsMixedCaseQuotedIdentifiers", "()Z", "GetSupportsMixedCaseQuotedIdentifiersHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SupportsMixedCaseQuotedIdentifiers : unit -> bool

戻り値

true そうすれば; false それ以外の場合

属性

例外

データベース エラーが発生しました。

注釈

このデータベースで大文字と小文字が区別される SQL 識別子を大文字と小文字が区別され、結果として大文字と小文字が混在して格納されるかどうかを取得します。

java.sql.DatabaseMetaData.supportsMixedCaseQuotedIdentifiers()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象