#include <wsjcpp_storages.h>
◆ WsjcppStorageColumnDef()
WsjcppStorageColumnDef::WsjcppStorageColumnDef |
( |
const std::string & |
sColumnName | ) |
|
◆ autoIncrement()
◆ bigNumber()
◆ columnDefaultValue()
std::string WsjcppStorageColumnDef::columnDefaultValue |
( |
| ) |
|
◆ columnName()
std::string WsjcppStorageColumnDef::columnName |
( |
| ) |
const |
◆ columnType()
std::string WsjcppStorageColumnDef::columnType |
( |
| ) |
|
◆ columnTypeSize()
int WsjcppStorageColumnDef::columnTypeSize |
( |
| ) |
|
◆ datetime()
◆ defaultValue()
◆ doubleNumber()
◆ enableIndex()
◆ enableUniqueIndex()
◆ isAutoIncrement()
bool WsjcppStorageColumnDef::isAutoIncrement |
( |
| ) |
|
◆ isDefaultValue()
bool WsjcppStorageColumnDef::isDefaultValue |
( |
| ) |
|
◆ isEnableIndex()
bool WsjcppStorageColumnDef::isEnableIndex |
( |
| ) |
|
◆ isEnableUniqueIndex()
bool WsjcppStorageColumnDef::isEnableUniqueIndex |
( |
| ) |
|
◆ isNotNull()
bool WsjcppStorageColumnDef::isNotNull |
( |
| ) |
|
◆ isPrimaryKey()
bool WsjcppStorageColumnDef::isPrimaryKey |
( |
| ) |
|
◆ nameOfUniqueIndex()
std::string WsjcppStorageColumnDef::nameOfUniqueIndex |
( |
| ) |
|
◆ notNull()
◆ number()
◆ primaryKey()
◆ string()
◆ text()
◆ m_bAutoIncrement
bool WsjcppStorageColumnDef::m_bAutoIncrement |
|
private |
◆ m_bDefaultValue
bool WsjcppStorageColumnDef::m_bDefaultValue |
|
private |
◆ m_bEnableIndex
bool WsjcppStorageColumnDef::m_bEnableIndex |
|
private |
◆ m_bEnableUniqueIndex
bool WsjcppStorageColumnDef::m_bEnableUniqueIndex |
|
private |
◆ m_bNotNull
bool WsjcppStorageColumnDef::m_bNotNull |
|
private |
◆ m_bPrimaryKey
bool WsjcppStorageColumnDef::m_bPrimaryKey |
|
private |
◆ m_nTypeSize
int WsjcppStorageColumnDef::m_nTypeSize |
|
private |
◆ m_sColumnName
std::string WsjcppStorageColumnDef::m_sColumnName |
|
private |
◆ m_sDefaultValue
std::string WsjcppStorageColumnDef::m_sDefaultValue |
|
private |
◆ m_sNameOfUniqueIndex
std::string WsjcppStorageColumnDef::m_sNameOfUniqueIndex |
|
private |
◆ m_sType
std::string WsjcppStorageColumnDef::m_sType |
|
private |
◆ TAG
std::string WsjcppStorageColumnDef::TAG |
|
private |
The documentation for this class was generated from the following files: