Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
alt::db::Core クラス

SqLite3操作クラス(Core) [詳解]

#include <Core.h>

alt::db::Core の継承関係図
alt::db::Engine alt::db::Statement

公開メンバ関数

 Core ()
 コンストラクタ
 
virtual ~Core ()
 デストラクタ
 

限定公開メンバ関数

bool getResponse ()
 各関数の戻り値判定共通
 

限定公開変数類

int _lastError
 SQLite3関数エラー値
 

詳解

SqLite3操作クラス(Core)

参照
https://www.sqlite.org/cintro.html

Core.h18 行目に定義があります。

構築子と解体子

◆ Core()

alt::db::Core::Core ( )
inline

コンストラクタ

Core.h22 行目に定義があります。

参照先 _lastError, SQLITE_OK.

◆ ~Core()

virtual alt::db::Core::~Core ( )
inlinevirtual

デストラクタ

Core.h25 行目に定義があります。

関数詳解

◆ getResponse()

bool alt::db::Core::getResponse ( )
inlineprotected

メンバ詳解

◆ _lastError


このクラス詳解は次のファイルから抽出されました: