Click or drag to resize
NbDatabase Interface
データベースハンドル。 SQLite に依存する部分は記述しない。

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public interface NbDatabase

The NbDatabase type exposes the following members.

Methods
  NameDescription
Public methodChangePassword
Databaseのパスワードを変更する
Public methodClose
データベースをクローズする
Public methodDelete
削除する
Public methodExecSql
SQL文を実行する(クエリ以外)
Public methodInsert
INSERT
Public methodOpen
データベースをオープンする
Public methodUpdate
UPDATE
Top
Version Information

Core

Supported in: 1.0
See Also