compareWithDb(const std::vector< T > &values) | SpdVerTable | [inline] |
createInsertQuery(long int newVersion, const std::vector< num > &values) | SpdVerTable | [inline, private] |
createInsertQuery(long int newVersion, const std::vector< std::string > &values) | SpdVerTable | [private] |
createNewVersion(const std::vector< T > &values) | SpdVerTable | [inline] |
createSelectQuery() | SpdVerTable | |
fields | SpdVerTable | [private] |
getFields() | SpdVerTable | [inline] |
getFloatResults(ResultSet *rs, std::vector< T > &values) | SpdVerTable | [inline, private] |
getIntResults(ResultSet *rs, std::vector< T > &values) | SpdVerTable | [inline, private] |
getMaxVersionNumber() | SpdVerTable | |
getNextVersionNumber() | SpdVerTable | |
getStringResults(ResultSet *rs, std::vector< std::string > &values) | SpdVerTable | [private] |
getTableName() | SpdVerTable | [inline] |
getTypes() | SpdVerTable | [inline] |
getUIntResults(ResultSet *rs, std::vector< T > &values) | SpdVerTable | [inline, private] |
getValues(std::vector< num > &values) | SpdVerTable | [inline] |
getValues(std::vector< std::string > &values) | SpdVerTable | |
getVersionField() | SpdVerTable | [inline] |
getVersionNumber() | SpdVerTable | [inline] |
setTableSettings(const std::string &table, const std::string &versionField, const std::vector< std::string > &fields) | SpdVerTable | |
setTableSettings(const std::string &table, const std::string &versionField, const std::vector< std::string > &fields, const std::vector< spdDbTypes > &types) | SpdVerTable | |
setVersionNumber(long int newVersion) | SpdVerTable | [inline] |
SpdVerTable(const std::string &table, const std::string &versionField, const std::vector< std::string > &fields) | SpdVerTable | |
SpdVerTable(const std::string &table, const std::string &versionField, const std::vector< std::string > &fields, const std::vector< spdDbTypes > &types) | SpdVerTable | |
SpdVerTable(void) | SpdVerTable | |
tableName | SpdVerTable | [private] |
types | SpdVerTable | [private] |
update(const std::vector< unsigned long int > &values) | SpdVerTable | |
update(const std::vector< long int > &values) | SpdVerTable | |
update(const std::vector< float > &values) | SpdVerTable | |
update(const std::vector< std::string > &values) | SpdVerTable | |
version | SpdVerTable | [private] |
versionField | SpdVerTable | [private] |
~SpdVerTable(void) | SpdVerTable | |