Qore SqlUtil Module Reference 1.9.1
Loading...
Searching...
No Matches
SqlUtil::AbstractTable Member List

This is the complete list of members for SqlUtil::AbstractTable, including all inherited members.

addCheckConstraint(string cname, string src, *hash< auto > opt, *reference< string > sql)SqlUtil::AbstractTable
addColumn(string cname, hash< auto > opt, bool nullable=True, *reference lsql)SqlUtil::AbstractTable
addCustomCopOperator(string name, hash< auto > operator)SqlUtil::AbstractTable
addForeignConstraint(string cname, softlist cols, string table, *softlist tcols, *hash< auto > opt, *reference< string > sql)SqlUtil::AbstractTable
addIndex(string iname, bool unique, softlist cols, *hash< auto > opt, *reference< string > sql)SqlUtil::AbstractTable
AdditionalColumnDescOptionsSqlUtil::AbstractTable
addPrimaryKey(string pkname, softlist cols, *hash< auto > opt, *reference< string > sql)SqlUtil::AbstractTable
addTrigger(string tname, string src, *hash< auto > opt, *reference lsql)SqlUtil::AbstractTable
addUniqueConstraint(string cname, softlist cols, *hash< auto > opt, *reference< string > sql)SqlUtil::AbstractTable
AlignTableOptionsSqlUtil::AbstractTable
asteriskRequiresPrefix()SqlUtil::AbstractTableprivate
beginTransaction()SqlUtil::AbstractTable
bindEmptyStringsAsNull()SqlUtil::AbstractTable
cache(*hash< auto > opts)SqlUtil::AbstractTable
CacheOptionsSqlUtil::AbstractTable
checkExistence()SqlUtil::AbstractTable
checkExistenceImpl()SqlUtil::AbstractTableprivatepure virtual
clear()SqlUtil::AbstractTable
clearImpl()SqlUtil::AbstractTableprivate
ColumnDescOptionsSqlUtil::AbstractTable
ColumnOptionsSqlUtil::AbstractTable
columnsSqlUtil::AbstractTableprivate
commit()SqlUtil::AbstractTable
ConstraintOptionsSqlUtil::AbstractTable
constraintsSqlUtil::AbstractTableprivate
constraintsLinkedToIndexesImpl()SqlUtil::AbstractTableprivatepure virtual
constructor(AbstractDatasource nds, string nname, *hash nopts)SqlUtil::AbstractTableprivate
SqlUtil::AbstractSqlUtilBase::constructor(AbstractDatasource nds, *hash nopts)SqlUtil::AbstractSqlUtilBaseprivate
Qore::Serializable::constructor()Qore::Serializable
copy(AbstractTable old)SqlUtil::AbstractTable
SqlUtil::AbstractSqlUtilBase::copy()Qore::Serializable
copyImpl(AbstractTable old)SqlUtil::AbstractTableprivatepure virtual
create(*hash< auto > opt)SqlUtil::AbstractTable
createCommit(*hash< auto > opt)SqlUtil::AbstractTable
createNoCommit(*hash< auto > opt)SqlUtil::AbstractTable
del(hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
del(hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
del(hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
del(hash< auto > cond)SqlUtil::AbstractTable
del()SqlUtil::AbstractTable
delCommit(hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
delCommit(hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
delCommit(hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
delCommit(hash< auto > cond)SqlUtil::AbstractTable
delCommit()SqlUtil::AbstractTable
delNoCommit(*hash< auto > cond, *reference< string > sql)SqlUtil::AbstractTable
delWithInfo(hash< auto > cond, *hash< auto > opt)SqlUtil::AbstractTable
describe()SqlUtil::AbstractTable
deserialize(InputStream stream)Qore::Serializablestatic
deserialize(binary bin)Qore::Serializablestatic
deserialize(string bin)Qore::Serializablestatic
deserialize(hash< SerializationInfo > data)Qore::Serializablestatic
deserializeToData(InputStream stream)Qore::Serializablestatic
deserializeToData(binary bin)Qore::Serializablestatic
doSelectLimitOnlyUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql)SqlUtil::AbstractTableprivatepure virtual
doSelectOrderByWithOffsetSqlUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql, list< auto > coll)SqlUtil::AbstractTableprivatepure virtual
drop(*hash< auto > opt)SqlUtil::AbstractTable
dropColumn(string cname, *reference lsql)SqlUtil::AbstractTable
dropCommit(*hash< auto > opt)SqlUtil::AbstractTable
dropConstraint(string cname, *reference< string > sql)SqlUtil::AbstractTable
dropForeignConstraint(string cname, *reference< string > sql)SqlUtil::AbstractTable
dropIndex(string iname, *reference< string > sql)SqlUtil::AbstractTable
dropNoCommit(*hash< auto > opt)SqlUtil::AbstractTable
dropPrimaryKey(*reference lsql)SqlUtil::AbstractTable
dropTrigger(string tname, *reference< string > sql)SqlUtil::AbstractTable
dsSqlUtil::AbstractSqlUtilBaseprivate
dsdescSqlUtil::AbstractSqlUtilBaseprivate
empty()SqlUtil::AbstractTable
emptyData()SqlUtil::AbstractTable
find(auto id)SqlUtil::AbstractTable
find(list< auto > ids)SqlUtil::AbstractTable
find(hash< auto > row)SqlUtil::AbstractTable
findAll(*hash< auto > cond)SqlUtil::AbstractTable
findSingle(*hash< auto > cond)SqlUtil::AbstractTable
findUniqueConstraint(string name)SqlUtil::AbstractTable
ForeignConstraintOptionsSqlUtil::AbstractTable
foreignConstraintsSqlUtil::AbstractTableprivate
getAddCheckConstraintSql(string cname, string src, *hash copt, *hash< auto > opt)SqlUtil::AbstractTable
getAddColumnSql(string cname, hash< auto > copt, bool nullable=True, *hash< auto > opt)SqlUtil::AbstractTable
getAddForeignConstraintSql(string cname, softlist cols, string table, *softlist tcols, *hash fkopt, *hash< auto > opt)SqlUtil::AbstractTable
getAddIndexSql(string iname, bool unique, softlist cols, *hash< auto > ixopt, *hash< auto > opt)SqlUtil::AbstractTable
getAddPrimaryKeySql(string pkname, softlist cols, *hash pkopt, *hash< auto > opt)SqlUtil::AbstractTable
getAddTriggerSql(string tname, string src, *hash topt, *hash< auto > opt)SqlUtil::AbstractTable
getAddUniqueConstraintSql(string cname, softlist cols, *hash ukopt, *hash< auto > opt)SqlUtil::AbstractTable
getAlignSql(AbstractTable t, *hash< auto > opt)SqlUtil::AbstractTable
getAlignSqlString(AbstractTable t, *hash< auto > opt)SqlUtil::AbstractTable
getAlignTableOptions()SqlUtil::AbstractTableprivate
getAllUpsertColumns(*hash< auto > row)SqlUtil::AbstractTableprivate
getBaseType()SqlUtil::AbstractTable
getBulkUpsertClosure(hash< auto > example_row, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getCacheOptions()SqlUtil::AbstractTableprivate
getColumnDataField(string column_name, *hash< auto > options, *string append_desc)SqlUtil::AbstractTable
getColumnDataField(AbstractColumn column, *hash< SqlUtilDataTypeOptionInfo > options, *string append_desc)SqlUtil::AbstractTable
getColumnDataType(string column_name, *hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getColumnDescOptions()SqlUtil::AbstractTableprivate
getColumnOperatorMap()SqlUtil::AbstractTableprivate
getColumnOperatorMapImpl()SqlUtil::AbstractTableprivate
getColumnOptions()SqlUtil::AbstractTableprivate
getColumnSqlName(string col)SqlUtil::AbstractTable
getColumnSqlNames(softlist cols)SqlUtil::AbstractTable
getConstraintOptions()SqlUtil::AbstractTableprivate
getConstraints()SqlUtil::AbstractTable
getCreateConstraintsSql(*hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateForeignConstraintsSql(*hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateIndexesSql(*hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateMiscSql(*hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreatePrimaryKeySql(*hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateSql(*hash< auto > opt)SqlUtil::AbstractTable
getCreateSqlString(*hash< auto > opt)SqlUtil::AbstractTable
getCreateTableSql(*hash< auto > opt)SqlUtil::AbstractTable
getCreateTriggersSql(*hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getDatasource()SqlUtil::AbstractSqlUtilBase
getDatasourceDesc()SqlUtil::AbstractSqlUtilBase
getDbType(AbstractColumn column, *hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getDbType(string native_type, *string qore_type, bool nullable, int max_size=-1, *hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getDesc()SqlUtil::AbstractTable
getDescriptionHash()SqlUtil::AbstractTable
getDriverName()SqlUtil::AbstractSqlUtilBase
getDropAllConstraintsAndIndexesOnColumnSql(string cname, *hash< auto > opt)SqlUtil::AbstractTable
getDropColumnSql(string cname, *hash< auto > opt)SqlUtil::AbstractTable
getDropConstraintIfExistsSql(string cname, *hash< auto > opt, *reference< AbstractConstraint > cref)SqlUtil::AbstractTable
getDropConstraintSql(string cname, *hash< auto > opt)SqlUtil::AbstractTable
getDropIndexSql(string iname, *hash< auto > opt)SqlUtil::AbstractTable
getDropPrimaryKeySql(*hash< auto > opt)SqlUtil::AbstractTable
getDropSql(*hash< auto > opt)SqlUtil::AbstractTable
getDropTriggerSql(string tname, *hash< auto > opt)SqlUtil::AbstractTable
getExpressionMap()SqlUtil::AbstractTable
getForeignConstraintOptions()SqlUtil::AbstractTableprivate
getForeignConstraints(*hash< auto > opt)SqlUtil::AbstractTable
getIndexes()SqlUtil::AbstractTable
getIndexOptions()SqlUtil::AbstractTableprivate
getInsertFromIteratorOptions()SqlUtil::AbstractTableprivate
getInsertOperatorMap()SqlUtil::AbstractTableprivate
getInsertOptions()SqlUtil::AbstractTableprivate
getModifyColumnSql(string cname, hash< auto > copt, bool nullable=True, *hash< auto > opt)SqlUtil::AbstractTable
getName()SqlUtil::AbstractTable
getNumericType(string type_name, bool nullable, *hash< auto > options)SqlUtil::AbstractTable
getNumericTypeImpl(string type_name, bool nullable, *hash< auto > options)SqlUtil::AbstractTableprivatepure virtual
getPrimaryKey()SqlUtil::AbstractTable
getPseudoColumnHash()SqlUtil::AbstractTableprivate
getQoreTypeMapImpl()SqlUtil::AbstractTableprivatepure virtual
getRawUpdateOperatorMap()SqlUtil::AbstractTableprivate
getRecordType()SqlUtil::AbstractTable
getRenameColumnSql(string old_name, string new_name, *hash< auto > opt)SqlUtil::AbstractTable
getRenameSql(string new_name, *hash< auto > opt)SqlUtil::AbstractTable
getRowIterator(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
getRowIterator(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
getRowIteratorNoExec(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
getSavepointHelper(*string savepoint)SqlUtil::AbstractTable
getSavepointHelperImpl(*string savepoint)SqlUtil::AbstractTableprivatepure virtual
getSelectOptions()SqlUtil::AbstractTableprivate
getSelectSql(*hash< auto > sh, *reference< list< auto > > args)SqlUtil::AbstractTable
getSqlDataCallbackOptions()SqlUtil::AbstractTableprivate
getSqlFromList(list< auto > l)SqlUtil::AbstractTable
getSqlName()SqlUtil::AbstractTable
getSqlValue(auto v)SqlUtil::AbstractTable
getSqlValueImpl(auto v)SqlUtil::AbstractTableprivatepure virtual
getStatement(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
getStatement(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExec(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExec(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExecWithInfo(*hash< auto > select_hash, *hash< auto > opt)SqlUtil::AbstractTable
getStatementWithInfo(*hash< auto > select_hash, *hash< auto > opt)SqlUtil::AbstractTable
getSubtableFromString(string table, *hash< auto > opt)SqlUtil::AbstractTable
getTableColumnDescOptions()SqlUtil::AbstractTableprivate
getTableCreationOptions()SqlUtil::AbstractTableprivate
getTableDescriptionHashOptions()SqlUtil::AbstractTableprivate
getTableOptions()SqlUtil::AbstractTableprivate
getTriggerOptions()SqlUtil::AbstractTableprivate
getTriggers()SqlUtil::AbstractTable
getTruncateSql(*hash< auto > opt)SqlUtil::AbstractTable
getTypeMapImpl()SqlUtil::AbstractTableprivatepure virtual
getUniqueConstraintIterator()SqlUtil::AbstractTable
getUpdateOperatorMap()SqlUtil::AbstractTableprivate
getUpdateSql(hash< auto > set, *hash< auto > cond)SqlUtil::AbstractTable
getUpsertClosure(hash< auto > row, int upsert_strategy=UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getUpsertClosureWithValidation(hash< auto > example_row, int upsert_strategy=UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getUpsertOptions()SqlUtil::AbstractTableprivate
getWhereOperatorMap()SqlUtil::AbstractTable
hasArrayBind()SqlUtil::AbstractTablepure virtual
hasReturning()SqlUtil::AbstractTable
hasReturningImpl()SqlUtil::AbstractTableprivate
inDbSqlUtil::AbstractTableprivate
inDb()SqlUtil::AbstractTable
indexesSqlUtil::AbstractTableprivate
IndexOptionsSqlUtil::AbstractTable
insert(hash< auto > row)SqlUtil::AbstractTable
insert(hash< auto > row, reference< string > sql)SqlUtil::AbstractTable
insert(hash< auto > row, hash< auto > opt)SqlUtil::AbstractTable
insert(hash< auto > row, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
insertCommit(hash< auto > row)SqlUtil::AbstractTable
insertCommit(hash< auto > row, reference< string > sql)SqlUtil::AbstractTable
insertCommit(hash< auto > row, hash< auto > opt)SqlUtil::AbstractTable
insertCommit(hash< auto > row, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
insertFromIterator(Qore::AbstractIterator i, *hash< auto > opt)SqlUtil::AbstractTable
insertFromIteratorCommit(Qore::AbstractIterator i, *hash< auto > opt)SqlUtil::AbstractTable
insertFromIteratorNoCommit(Qore::AbstractIterator i, *hash< auto > opt)SqlUtil::AbstractTable
InsertFromIteratorOptionsSqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh, reference< string > sql)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh, hash< auto > opt)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source, hash< auto > sh, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source, hash< auto > sh)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source, hash< auto > sh, reference< string > sql)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source, hash< auto > sh, hash< auto > opt)SqlUtil::AbstractTable
insertFromSelectNoCommit(list cols, AbstractTable source, *hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
insertFromSelectWithInfo(list< auto > cols, AbstractTable source, hash< auto > select_hash, *hash< auto > opt)SqlUtil::AbstractTable
insertNoCommit(hash< auto > row, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
insertNoCommit(hash< auto > row, hash< auto > opt)SqlUtil::AbstractTable
InsertOptionsSqlUtil::AbstractTable
insertWithInfo(hash< auto > row, *hash< auto > opt)SqlUtil::AbstractTable
isDuplicateRowError(hash< ExceptionInfo > ex)SqlUtil::AbstractTable
isDuplicateRowErrorImpl(hash< ExceptionInfo > ex)SqlUtil::AbstractTableprivatepure virtual
l()SqlUtil::AbstractSqlUtilBaseprivate
manualSqlUtil::AbstractTableprivate
modifyColumn(string cname, hash< auto > opt, bool nullable=True, *reference lsql)SqlUtil::AbstractTable
nameSqlUtil::AbstractTableprivate
native_caseSqlUtil::AbstractTableprivate
optsSqlUtil::AbstractSqlUtilBaseprivate
primaryKeySqlUtil::AbstractTableprivate
removeForeignConstraint(string cname)SqlUtil::AbstractTable
rename(string new_name, *reference< string > sql, *Tables table_cache)SqlUtil::AbstractTable
renameColumn(string old_name, string new_name, reference< string > sql)SqlUtil::AbstractTable
renameConstraint(string old_name, string new_name, reference lsql)SqlUtil::AbstractTable
renameIndex(string old_name, string new_name, reference< string > sql)SqlUtil::AbstractTable
rollback()SqlUtil::AbstractTable
rowCount()SqlUtil::AbstractTable
select(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
select(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
SelectOptionsSqlUtil::AbstractTable
selectRow(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
selectRow(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
selectRows(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
selectRows(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
selectRowsWithInfo(*hash< auto > select_hash, *hash< auto > opt)SqlUtil::AbstractTable
selectRowWithInfo(*hash< auto > select_hash, *hash< auto > opt)SqlUtil::AbstractTable
selectWithInfo(*hash< auto > select_hash, *hash< auto > opt)SqlUtil::AbstractTable
serialize(OutputStream stream)Qore::Serializable
serialize()Qore::Serializable
serialize(auto val, OutputStream stream)Qore::Serializablestatic
serialize(auto val)Qore::Serializablestatic
serializeToData()Qore::Serializable
serializeToData(auto val)Qore::Serializablestatic
setDatasource(AbstractDatasource nds)SqlUtil::AbstractTable
setupTable(hash< auto > desc, *hash< auto > opt)SqlUtil::AbstractTable
SqlDataCallbackOptionsSqlUtil::AbstractTable
supportsTablespacesImpl()SqlUtil::AbstractTableprivatepure virtual
TableCreationOptionsSqlUtil::AbstractTable
TableDescriptionHashOptionsSqlUtil::AbstractTable
TableOmissionOptionsSqlUtil::AbstractTable
TableOptionsSqlUtil::AbstractTable
TriggerOptionsSqlUtil::AbstractTable
triggersSqlUtil::AbstractTableprivate
truncate()SqlUtil::AbstractTable
truncateCommit()SqlUtil::AbstractTable
truncateNoCommit()SqlUtil::AbstractTable
tryExec(string sql)SqlUtil::AbstractTable
tryExecArgs(string sql, *softlist< auto > args)SqlUtil::AbstractTable
tryExecArgsImpl(string sql, *softlist< auto > args)SqlUtil::AbstractTableprivate
tryExecRaw(string sql)SqlUtil::AbstractTable
tryExecRawImpl(string sql)SqlUtil::AbstractTableprivate
tryInsertImpl(string sql, hash< auto > row)SqlUtil::AbstractTableprivatepure virtual
uniqueIndexCreatesConstraintImpl()SqlUtil::AbstractTableprivatepure virtual
update(hash< auto > set, hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond)SqlUtil::AbstractTable
update(hash< auto > set)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond)SqlUtil::AbstractTable
updateCommit(hash< auto > set)SqlUtil::AbstractTable
updateNoCommit(hash< auto > set, *hash< auto > cond, *reference< string > sql)SqlUtil::AbstractTable
updateNoCommit(hash< auto > set, *hash< auto > cond, *hash< auto > opt)SqlUtil::AbstractTable
updateWithInfo(hash< auto > set, hash< auto > cond, *hash< auto > opt)SqlUtil::AbstractTable
upsert(hash< auto > row, int upsert_strategy=UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
UpsertAutoSqlUtil::AbstractTable
upsertCommit(hash< auto > row, int upsert_strategy=UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromIterator(Qore::AbstractIterator i, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromIteratorCommit(Qore::AbstractIterator i, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromIteratorNoCommit(Qore::AbstractIterator i, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelect(AbstractTable t, *hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelect(Table t, *hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectCommit(AbstractTable t, *hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectCommit(Table t, *hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectNoCommit(AbstractTable t, *hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectNoCommit(Table t, *hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
UpsertInsertFirstSqlUtil::AbstractTable
UpsertInsertOnlySqlUtil::AbstractTable
upsertNoCommit(hash< auto > row, int upsert_strategy=UpsertAuto)SqlUtil::AbstractTable
UpsertOptionsSqlUtil::AbstractTable
UpsertResultDescriptionMapSqlUtil::AbstractTable
UpsertResultLetterMapSqlUtil::AbstractTable
UpsertResultMapSqlUtil::AbstractTable
UpsertSelectFirstSqlUtil::AbstractTable
UpsertStrategyDescriptionMapSqlUtil::AbstractTable
UpsertStrategyMapSqlUtil::AbstractTable
UpsertUpdateFirstSqlUtil::AbstractTable
UpsertUpdateOnlySqlUtil::AbstractTable
UR_DeletedSqlUtil::AbstractTable
UR_InsertedSqlUtil::AbstractTable
UR_UnchangedSqlUtil::AbstractTable
UR_UpdatedSqlUtil::AbstractTable
UR_VerifiedSqlUtil::AbstractTable
validateColumnOptions(string cname, reference< hash > opt, bool nullable)SqlUtil::AbstractTableprivate
validateHashKeysForWhitespaces(auto node)SqlUtil::AbstractSqlUtilBaseprivate