| NbDatabaseImpl Class |
Namespace: Nec.Nebula.Internal.Database
The NbDatabaseImpl type exposes the following members.
| Name | Description | |
|---|---|---|
| NbDatabaseImpl |
コンストラクタ。_connectionManager と DbContext が新規生成される。
|
| Name | Description | |
|---|---|---|
| BeginTransaction |
トランザクションを開始する
| |
| ChangePassword |
Databaseのパスワードを変更する
| |
| Close |
データベースをクローズする
| |
| Delete |
削除する
| |
| Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Inherited from Object.) | |
| ExecSql |
SQL文を実行する(クエリ以外)
| |
| Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
| GetHashCode | 既定のハッシュ関数として機能します。 (Inherited from Object.) | |
| GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
| Insert |
INSERT
| |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
| Open |
データベースをオープンする
| |
| RawQuery |
Raw Query
| |
| SelectForReader |
SELECT を発行する
| |
| ToString | 現在のオブジェクトを表す文字列を返します。 (Inherited from Object.) | |
| Update |
UPDATE
|