CFx SDK Documentation  2023 SP0
Classes | Namespaces | Macros | Typedefs
TFSQL.h File Reference
#include "RxObject.h"
#include "OdStreamBuf.h"
#include "RxIterator.h"
#include "RxFS.h"
#include "TfIO.h"
#include "DynamicLinker.h"

Go to the source code of this file.

Classes

class  OD::TFSQL
 
class  OD::TFSQL::Statement
 
class  OD::TFSQL::Statement::Row
 
class  OD::TFSQL::Statement::RowIterator
 
class  OD::TFSQL::Statement::Params
 
class  OD::TFSQL::SQLReadCallback
 

Namespaces

 OD
 

Macros

#define ODSZ_CONS(str_const)   str_const,(sizeof(str_const)-1)
 

Typedefs

typedef int(* sqlite3_callback) (void *, int, char **, char **)
 
typedef OdSmartPtr< TFSQL > OD::TFSQLP
 
typedef OD::TFSQL::Blob OdTFSQLBlob
 
typedef OdSmartPtr< OD::TFSQL::BlobOdTFSQLBlobPtr
 
typedef OD::TFSQL::Statement OdTFSQLStatement
 
typedef OdSmartPtr< OdTFSQLStatementOdTFSQLStatementPtr
 
typedef OD::TFSQL::SQLReadCallback OdTFSQLReadCallback
 

Macro Definition Documentation

◆ ODSZ_CONS

#define ODSZ_CONS (   str_const)    str_const,(sizeof(str_const)-1)

Definition at line 17 of file TFSQL.h.

Typedef Documentation

◆ OdTFSQLBlob

Definition at line 143 of file TFSQL.h.

◆ OdTFSQLBlobPtr

Definition at line 144 of file TFSQL.h.

◆ OdTFSQLReadCallback

Definition at line 147 of file TFSQL.h.

◆ OdTFSQLStatement

Definition at line 145 of file TFSQL.h.

◆ OdTFSQLStatementPtr

Definition at line 146 of file TFSQL.h.

◆ sqlite3_callback

typedef int(* sqlite3_callback) (void *, int, char **, char **)

Definition at line 13 of file TFSQL.h.