Go to the source code of this file.
Go to the SVN repository for this file.
|
#define | DECLARE_VDB_COLUMN(name) |
|
#define | DECLARE_VDB_COLUMN_AS(type, name) |
|
#define | DECLARE_VDB_COLUMN_AS_STRING(name) |
|
#define | DECLARE_VDB_COLUMN_AS_4BITS(name) |
|
#define | INIT_VDB_COLUMN(name) NCBI_NAME2(m_, name)(m_Cursor, #name) |
|
#define | INIT_VDB_COLUMN_BACKUP(name, backup_name) NCBI_NAME2(m_, name)(m_Cursor, #name, #backup_name) |
|
#define | INIT_VDB_COLUMN_AS(name, type) NCBI_NAME2(m_, name)(m_Cursor, "("#type")"#name) |
|
#define | INIT_OPTIONAL_VDB_COLUMN(name) NCBI_NAME2(m_, name)(m_Cursor, #name, NULL, CVDBColumn::eMissing_Allow) |
|
#define | INIT_OPTIONAL_VDB_COLUMN_BACKUP(name, backup_name) NCBI_NAME2(m_, name)(m_Cursor, #name, #backup_name, CVDBColumn::eMissing_Allow) |
|
#define | INIT_OPTIONAL_VDB_COLUMN_AS(name, type) NCBI_NAME2(m_, name)(m_Cursor, "("#type")"#name, NULL, CVDBColumn::eMissing_Allow) |
|
#define | INIT_CONDITIONAL_VDB_COLUMN(name, condition) NCBI_NAME2(m_, name)(m_Cursor, (condition)? #name: NULL, NULL, CVDBColumn::eMissing_Allow) |
|
#define | INIT_CONDITIONAL_VDB_COLUMN_AS(name, type, condition) NCBI_NAME2(m_, name)(m_Cursor, (condition)? "("#type")"#name: NULL, NULL, CVDBColumn::eMissing_Allow) |
|
|
| DECLARE_SRA_REF_TRAITS (VDBManager, const) |
|
| DECLARE_SRA_REF_TRAITS (VDatabase, const) |
|
| DECLARE_SRA_REF_TRAITS (VTable, const) |
|
| DECLARE_SRA_REF_TRAITS (VCursor, const) |
|
| DECLARE_SRA_REF_TRAITS (KIndex, const) |
|
| DECLARE_SRA_REF_TRAITS (KConfig,) |
|
| DECLARE_SRA_REF_TRAITS (KDBManager, const) |
|
| DECLARE_SRA_REF_TRAITS (KNSManager,) |
|
| DECLARE_SRA_REF_TRAITS (VFSManager,) |
|
| DECLARE_SRA_REF_TRAITS (VPath, const) |
|
| DECLARE_SRA_REF_TRAITS (VResolver,) |
|
◆ DECLARE_VDB_COLUMN
#define DECLARE_VDB_COLUMN |
( |
|
name | ) |
|
Value:
} \
#define NCBI_NAME2(Name1, Name2)
Name concatenation macro with two names.
#define row(bind, expected)
Definition at line 582 of file vdbread.hpp.
◆ DECLARE_VDB_COLUMN_AS
#define DECLARE_VDB_COLUMN_AS |
( |
|
type, |
|
|
|
name |
|
) |
| |
◆ DECLARE_VDB_COLUMN_AS_4BITS
#define DECLARE_VDB_COLUMN_AS_4BITS |
( |
|
name | ) |
|
◆ DECLARE_VDB_COLUMN_AS_STRING
#define DECLARE_VDB_COLUMN_AS_STRING |
( |
|
name | ) |
|
◆ INIT_CONDITIONAL_VDB_COLUMN
◆ INIT_CONDITIONAL_VDB_COLUMN_AS
◆ INIT_OPTIONAL_VDB_COLUMN
◆ INIT_OPTIONAL_VDB_COLUMN_AS
◆ INIT_OPTIONAL_VDB_COLUMN_BACKUP
◆ INIT_VDB_COLUMN
#define INIT_VDB_COLUMN |
( |
|
name | ) |
NCBI_NAME2(m_, name)(m_Cursor, #name) |
◆ INIT_VDB_COLUMN_AS
#define INIT_VDB_COLUMN_AS |
( |
|
name, |
|
|
|
type |
|
) |
| NCBI_NAME2(m_, name)(m_Cursor, "("#type")"#name) |
◆ INIT_VDB_COLUMN_BACKUP
#define INIT_VDB_COLUMN_BACKUP |
( |
|
name, |
|
|
|
backup_name |
|
) |
| NCBI_NAME2(m_, name)(m_Cursor, #name, #backup_name) |
◆ CVDBBytesValue
◆ CVDBUInt16Value
◆ TVDBColumnIdx
◆ TVDBRowCount
◆ TVDBRowId
◆ TVDBRowIdRange
◆ DECLARE_SRA_REF_TRAITS() [1/11]
DECLARE_SRA_REF_TRAITS |
( |
KConfig |
| ) |
|
◆ DECLARE_SRA_REF_TRAITS() [2/11]
DECLARE_SRA_REF_TRAITS |
( |
KDBManager |
, |
|
|
const |
|
|
) |
| |
◆ DECLARE_SRA_REF_TRAITS() [3/11]
DECLARE_SRA_REF_TRAITS |
( |
KIndex |
, |
|
|
const |
|
|
) |
| |
◆ DECLARE_SRA_REF_TRAITS() [4/11]
DECLARE_SRA_REF_TRAITS |
( |
KNSManager |
| ) |
|
◆ DECLARE_SRA_REF_TRAITS() [5/11]
DECLARE_SRA_REF_TRAITS |
( |
VCursor |
, |
|
|
const |
|
|
) |
| |
◆ DECLARE_SRA_REF_TRAITS() [6/11]
DECLARE_SRA_REF_TRAITS |
( |
VDatabase |
, |
|
|
const |
|
|
) |
| |
◆ DECLARE_SRA_REF_TRAITS() [7/11]
DECLARE_SRA_REF_TRAITS |
( |
VDBManager |
, |
|
|
const |
|
|
) |
| |
◆ DECLARE_SRA_REF_TRAITS() [8/11]
DECLARE_SRA_REF_TRAITS |
( |
VFSManager |
| ) |
|
◆ DECLARE_SRA_REF_TRAITS() [9/11]
DECLARE_SRA_REF_TRAITS |
( |
VPath |
, |
|
|
const |
|
|
) |
| |
◆ DECLARE_SRA_REF_TRAITS() [10/11]
DECLARE_SRA_REF_TRAITS |
( |
VResolver |
| ) |
|
◆ DECLARE_SRA_REF_TRAITS() [11/11]
DECLARE_SRA_REF_TRAITS |
( |
VTable |
, |
|
|
const |
|
|
) |
| |