Qore SqlUtil Module Reference  1.7.3
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::AbstractTableprotected
bindEmptyStringsAsNull()SqlUtil::AbstractTable
cache(*hash< auto > opts)SqlUtil::AbstractTable
CacheOptionsSqlUtil::AbstractTable
checkExistence()SqlUtil::AbstractTable
checkExistenceImpl()SqlUtil::AbstractTableprotectedpure virtual
clear()SqlUtil::AbstractTable
clearImpl()SqlUtil::AbstractTableprotected
ColumnDescOptionsSqlUtil::AbstractTable
ColumnOptionsSqlUtil::AbstractTable
columnsSqlUtil::AbstractTableprotected
commit()SqlUtil::AbstractTable
ConstraintOptionsSqlUtil::AbstractTable
constraintsSqlUtil::AbstractTableprotected
constraintsLinkedToIndexesImpl()SqlUtil::AbstractTableprotectedpure virtual
constructor(AbstractDatasource nds, string nname, *hash nopts)SqlUtil::AbstractTableprotected
SqlUtil::AbstractSqlUtilBase::constructor(AbstractDatasource nds, *hash nopts)SqlUtil::AbstractSqlUtilBaseprotected
copy(AbstractTable old)SqlUtil::AbstractTable
copyImpl(AbstractTable old)SqlUtil::AbstractTableprotectedpure virtual
create(*hash< auto > opt)SqlUtil::AbstractTable
createCommit(*hash< auto > opt)SqlUtil::AbstractTable
createNoCommit(*hash< auto > opt)SqlUtil::AbstractTable
del(hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
del(hash cond, hash< auto > opt)SqlUtil::AbstractTable
del(hash cond, reference< string > sql)SqlUtil::AbstractTable
del(hash cond)SqlUtil::AbstractTable
del()SqlUtil::AbstractTable
delCommit(hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
delCommit(hash cond, hash< auto > opt)SqlUtil::AbstractTable
delCommit(hash cond, reference< string > sql)SqlUtil::AbstractTable
delCommit(hash cond)SqlUtil::AbstractTable
delCommit()SqlUtil::AbstractTable
delNoCommit(*hash cond, *reference< string > sql)SqlUtil::AbstractTable
delWithInfo(hash< auto > cond, *hash< auto > opt)SqlUtil::AbstractTable
describe()SqlUtil::AbstractTable
doSelectLimitOnlyUnlockedImpl(reference< string > sql, reference< list< auto >> args, *hash< auto > qh)SqlUtil::AbstractTableprotectedpure virtual
doSelectOrderByWithOffsetSqlUnlockedImpl(reference< string > sql, reference< list< auto >> args, *hash< auto > qh, *hash< auto > jch, *hash< auto > ch, *hash< auto > psch, list coll)SqlUtil::AbstractTableprotectedpure 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::AbstractSqlUtilBaseprotected
dsdescSqlUtil::AbstractSqlUtilBaseprotected
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::AbstractTableprotected
getAddCheckConstraintSql(string cname, string src, *hash copt, *hash< auto > opt)SqlUtil::AbstractTable
getAddColumnSql(string cname, hash 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::AbstractTableprotected
getBaseType()SqlUtil::AbstractTable
getBulkUpsertClosure(hash example_row, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getCacheOptions()SqlUtil::AbstractTableprotected
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::AbstractTableprotected
getColumnOperatorMap()SqlUtil::AbstractTableprotected
getColumnOperatorMapImpl()SqlUtil::AbstractTableprotected
getColumnOptions()SqlUtil::AbstractTableprotected
getColumnSqlName(string col)SqlUtil::AbstractTable
getColumnSqlNames(softlist cols)SqlUtil::AbstractTable
getConstraintOptions()SqlUtil::AbstractTableprotected
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(string native_type, *string qore_type, bool nullable, int max_size=-1, *hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getDesc()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
getForeignConstraintOptions()SqlUtil::AbstractTableprotected
getForeignConstraints(*hash< auto > opt)SqlUtil::AbstractTable
getIndexes()SqlUtil::AbstractTable
getIndexOptions()SqlUtil::AbstractTableprotected
getInsertFromIteratorOptions()SqlUtil::AbstractTableprotected
getInsertOperatorMap()SqlUtil::AbstractTableprotected
getInsertOptions()SqlUtil::AbstractTableprotected
getModifyColumnSql(string cname, hash 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::AbstractTableprotectedpure virtual
getPrimaryKey()SqlUtil::AbstractTable
getPseudoColumnHash()SqlUtil::AbstractTableprotected
getQoreTypeMapImpl()SqlUtil::AbstractTableprotectedpure virtual
getRawUpdateOperatorMap()SqlUtil::AbstractTableprotected
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::AbstractTableprotectedpure virtual
getSelectOptions()SqlUtil::AbstractTableprotected
getSelectSql(*hash< auto > sh, *reference< list< auto >> args)SqlUtil::AbstractTable
getSqlDataCallbackOptions()SqlUtil::AbstractTableprotected
getSqlFromList(list< auto > l)SqlUtil::AbstractTable
getSqlName()SqlUtil::AbstractTable
getSqlValue(auto v)SqlUtil::AbstractTable
getSqlValueImpl(auto v)SqlUtil::AbstractTableprotectedpure 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::AbstractTableprotected
getTableCreationOptions()SqlUtil::AbstractTableprotected
getTableDescriptionHashOptions()SqlUtil::AbstractTableprotected
getTableOptions()SqlUtil::AbstractTableprotected
getTriggerOptions()SqlUtil::AbstractTableprotected
getTriggers()SqlUtil::AbstractTable
getTruncateSql(*hash< auto > opt)SqlUtil::AbstractTable
getTypeMapImpl()SqlUtil::AbstractTableprotectedpure virtual
getUniqueConstraintIterator()SqlUtil::AbstractTable
getUpdateOperatorMap()SqlUtil::AbstractTableprotected
getUpdateSql(hash< auto > set, *hash< auto > cond)SqlUtil::AbstractTable
getUpsertClosure(hash< auto > row, int upsert_strategy=UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getUpsertClosureWithValidation(hash example_row, int upsert_strategy=UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getUpsertOptions()SqlUtil::AbstractTableprotected
getWhereOperatorMap()SqlUtil::AbstractTableprotected
hasArrayBind()SqlUtil::AbstractTablepure virtual
hasReturning()SqlUtil::AbstractTable
hasReturningImpl()SqlUtil::AbstractTableprotected
inDbSqlUtil::AbstractTableprotected
inDb()SqlUtil::AbstractTable
indexesSqlUtil::AbstractTableprotected
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::AbstractTableprotectedpure virtual
l()SqlUtil::AbstractSqlUtilBaseprotected
manualSqlUtil::AbstractTableprotected
modifyColumn(string cname, hash< auto > opt, bool nullable=True, *reference lsql)SqlUtil::AbstractTable
nameSqlUtil::AbstractTableprotected
native_caseSqlUtil::AbstractTableprotected
optsSqlUtil::AbstractSqlUtilBaseprotected
primaryKeySqlUtil::AbstractTableprotected
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
setDatasource(AbstractDatasource nds)SqlUtil::AbstractTable
setupTable(hash< auto > desc, *hash< auto > opt)SqlUtil::AbstractTable
SqlDataCallbackOptionsSqlUtil::AbstractTable
supportsTablespacesImpl()SqlUtil::AbstractTableprotectedpure virtual
TableCreationOptionsSqlUtil::AbstractTable
TableDescriptionHashOptionsSqlUtil::AbstractTable
TableOmissionOptionsSqlUtil::AbstractTable
TableOptionsSqlUtil::AbstractTable
TriggerOptionsSqlUtil::AbstractTable
triggersSqlUtil::AbstractTableprotected
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::AbstractTableprotected
tryExecRaw(string sql)SqlUtil::AbstractTable
tryExecRawImpl(string sql)SqlUtil::AbstractTableprotected
tryInsertImpl(string sql, hash< auto > row)SqlUtil::AbstractTableprotectedpure virtual
uniqueIndexCreatesConstraintImpl()SqlUtil::AbstractTableprotectedpure virtual
update(hash set, hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
update(hash set, hash cond, reference< string > sql)SqlUtil::AbstractTable
update(hash set, hash cond, hash< auto > opt)SqlUtil::AbstractTable
update(hash set, hash cond)SqlUtil::AbstractTable
update(hash set)SqlUtil::AbstractTable
updateCommit(hash set, hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash set, hash cond, reference< string > sql)SqlUtil::AbstractTable
updateCommit(hash set, hash cond, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash set, hash cond)SqlUtil::AbstractTable
updateCommit(hash set)SqlUtil::AbstractTable
updateNoCommit(hash set, *hash cond, *reference< string > sql)SqlUtil::AbstractTable
updateNoCommit(hash set, *hash 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::AbstractTableprotected
validateHashKeysForWhitespaces(auto node)SqlUtil::AbstractSqlUtilBaseprotected