Click or drag to resize
NbDatabaseImpl Methods

The NbDatabaseImpl type exposes the following members.

Methods
  NameDescription
Public methodBeginTransaction
トランザクションを開始する
Public methodChangePassword
Databaseのパスワードを変更する
Public methodClose
データベースをクローズする
Public methodDelete
削除する
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Public methodExecSql
SQL文を実行する(クエリ以外)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodInsert
INSERT
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodOpen
データベースをオープンする
Public methodRawQuery
Raw Query
Public methodSelectForReader
SELECT を発行する
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Public methodUpdate
UPDATE
Top
See Also