Qore OracleSqlUtil Module Reference  1.4.4
OracleSqlUtil::OracleTable Member List

This is the complete list of members for OracleSqlUtil::OracleTable, 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()OracleSqlUtil::OracleTableprivate
beginTransaction()SqlUtil::AbstractTable
bindEmptyStringsAsNull()OracleSqlUtil::OracleTable
cache(*hash< auto > opts)SqlUtil::AbstractTable
CacheOptionsSqlUtil::AbstractTable
checkExistence()SqlUtil::AbstractTable
clear()SqlUtil::AbstractTable
clearImpl()SqlUtil::AbstractTableprivate
ColumnDescOptionsSqlUtil::AbstractTable
ColumnOptionsSqlUtil::AbstractTable
columnsSqlUtil::AbstractTableprivate
commit()SqlUtil::AbstractTable
ConstraintOptionsSqlUtil::AbstractTable
constraintsSqlUtil::AbstractTableprivate
constraintsLinkedToIndexesImpl()OracleSqlUtil::OracleTableprivatevirtual
SqlUtil::AbstractSqlUtilBase::constructor(AbstractDatasource nds, *hash nopts)SqlUtil::AbstractSqlUtilBaseprivate
copy(AbstractTable old)SqlUtil::AbstractTable
copyImpl(AbstractTable old)OracleSqlUtil::OracleTableprivate
SqlUtil::AbstractTable::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()SqlUtil::AbstractTable
del(hash cond)SqlUtil::AbstractTable
del(hash cond, hash< auto > opt)SqlUtil::AbstractTable
del(hash cond, reference< string > sql)SqlUtil::AbstractTable
del(hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
delCommit()SqlUtil::AbstractTable
delCommit(hash cond)SqlUtil::AbstractTable
delCommit(hash cond, hash< auto > opt)SqlUtil::AbstractTable
delCommit(hash cond, reference< string > sql)SqlUtil::AbstractTable
delCommit(hash cond, reference< string > sql, hash< auto > opt)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)OracleSqlUtil::OracleTableprivatevirtual
SqlUtil::AbstractTable::doSelectOrderByWithOffsetSqlUnlockedImpl(reference< string > sql, reference< list< auto >> args, *hash< auto > qh, *hash< auto > jch, *hash< auto > ch, *hash< auto > psch, list 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(hash< auto > row)SqlUtil::AbstractTable
find(list< auto > ids)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 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
getAllUpsertColumns(*hash< auto > row)SqlUtil::AbstractTableprivate
getBaseType()OracleSqlUtil::OracleTable
getBulkUpsertClosure(hash example_row, int upsert_strategy=AbstractTable::UpsertAuto, *hash opt)OracleSqlUtil::OracleTable
SqlUtil::AbstractTable::getBulkUpsertClosure(hash example_row, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
getCacheOptions()SqlUtil::AbstractTableprivate
getColumnDataField(AbstractColumn column, *hash< SqlUtilDataTypeOptionInfo > options, *string append_desc)SqlUtil::AbstractTable
getColumnDataField(string column_name, *hash< auto > options, *string append_desc)SqlUtil::AbstractTable
getColumnDataType(string column_name, *hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getColumnOperatorMap()SqlUtil::AbstractTableprivate
getColumnOperatorMapImpl()OracleSqlUtil::OracleTableprivate
getColumnSqlName(string col)OracleSqlUtil::OracleTable
getColumnSqlNames(softlist cols)OracleSqlUtil::OracleTable
getComment()OracleSqlUtil::OracleTable
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
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
getForeignConstraintOptions()SqlUtil::AbstractTableprivate
getForeignConstraints(*hash< auto > opt)SqlUtil::AbstractTable
getIndexes()SqlUtil::AbstractTable
getInsertFromIteratorOptions()SqlUtil::AbstractTableprivate
getInsertOperatorMap()OracleSqlUtil::OracleTableprivate
getInsertOptions()SqlUtil::AbstractTableprivate
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 native_type, bool nullable, *hash< auto > options)OracleSqlUtil::OracleTableprivatevirtual
getPrimaryKey()SqlUtil::AbstractTable
getPseudoColumnHash()OracleSqlUtil::OracleTableprivate
getRawUpdateOperatorMap()OracleSqlUtil::OracleTableprivate
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, *hash< auto > opt)SqlUtil::AbstractTable
getRowIterator(*hash< auto > sh, *reference< string > sql, *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)OracleSqlUtil::OracleTableprivatevirtual
getSchemaName()OracleSqlUtil::OracleTable
getSelectOptions()OracleSqlUtil::OracleTableprivate
getSelectSql(*hash< auto > sh, *reference< list< auto >> args)SqlUtil::AbstractTable
getSqlDataCallbackOptions()SqlUtil::AbstractTableprivate
getSqlFromList(list< auto > l)SqlUtil::AbstractTable
getSqlName()OracleSqlUtil::OracleTable
getSqlValue(auto v)SqlUtil::AbstractTable
getSqlValueImpl(auto v)OracleSqlUtil::OracleTableprivatevirtual
getStatement(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
getStatement(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExec(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExec(*hash< auto > sh, *reference< string > sql, *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
getTableDescriptionHashOptions()SqlUtil::AbstractTableprivate
getTableOptions()SqlUtil::AbstractTableprivate
getTablespaceName()OracleSqlUtil::OracleTable
getTriggerOptions()SqlUtil::AbstractTableprivate
getTriggers()SqlUtil::AbstractTable
getTruncateSql(*hash< auto > opt)SqlUtil::AbstractTable
getUniqueConstraintIterator()SqlUtil::AbstractTable
getUpdateOperatorMap()SqlUtil::AbstractTableprivate
getUpdateSql(hash< auto > set, *hash< auto > cond)SqlUtil::AbstractTable
getUpsertClosure(hash< auto > row, int upsert_strategy=UpsertAuto, *hash opt)OracleSqlUtil::OracleTable
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
getUpsertInsertOnly(Columns cols, hash< auto > row, *hash opt)OracleSqlUtil::OracleTableprivate
getUpsertOptions()SqlUtil::AbstractTableprivate
getUpsertUpdateOnly(Columns cols, hash< auto > row, *hash opt)OracleSqlUtil::OracleTableprivate
getWhereOperatorMap()OracleSqlUtil::OracleTableprivate
hasArrayBind()OracleSqlUtil::OracleTablevirtual
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, hash< auto > opt)SqlUtil::AbstractTable
insert(hash< auto > row, reference< string > sql)SqlUtil::AbstractTable
insert(hash< auto > row, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
insertCommit(hash< auto > row)SqlUtil::AbstractTable
insertCommit(hash< auto > row, hash< auto > opt)SqlUtil::AbstractTable
insertCommit(hash< auto > row, reference< string > sql)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)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh, hash< auto > opt)SqlUtil::AbstractTable
insertFromSelect(list cols, AbstractTable source, hash< auto > sh, reference< string > sql)SqlUtil::AbstractTable
insertFromSelect(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, hash< auto > opt)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source, hash< auto > sh, reference< string > sql)SqlUtil::AbstractTable
insertFromSelectCommit(list cols, AbstractTable source, hash< auto > sh, reference< string > sql, 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)OracleSqlUtil::OracleTableprivatevirtual
isView()OracleSqlUtil::OracleTable
l()SqlUtil::AbstractSqlUtilBaseprivate
manualSqlUtil::AbstractTableprivate
modifyColumn(string cname, hash< auto > opt, bool nullable=True, *reference lsql)SqlUtil::AbstractTable
nameSqlUtil::AbstractTableprivate
native_caseSqlUtil::AbstractTableprivate
optimizedLimit(*hash< auto > qh)OracleSqlUtil::OracleTableprivate
optsSqlUtil::AbstractSqlUtilBaseprivate
OracleConstraintOptionsOracleSqlUtil::OracleTable
OracleCopMapOracleSqlUtil::OracleTable
OracleIndexOptionsOracleSqlUtil::OracleTable
OracleIopMapOracleSqlUtil::OracleTable
OracleOpMapOracleSqlUtil::OracleTable
OraclePseudoColumnHashOracleSqlUtil::OracleTable
OracleSelectOptionsOracleSqlUtil::OracleTable
OracleTableCreationOptionsOracleSqlUtil::OracleTable
OracleTruncDateOracleSqlUtil::OracleTable
OracleUopMapOracleSqlUtil::OracleTable
OraColumnDescOptionsOracleSqlUtil::OracleTable
OraColumnOptionsOracleSqlUtil::OracleTable
OraTypeMapOracleSqlUtil::OracleTable
primaryKeySqlUtil::AbstractTableprivate
QoreTypeMapOracleSqlUtil::OracleTable
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, *hash< auto > opt)SqlUtil::AbstractTable
select(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
SelectOptionsSqlUtil::AbstractTable
selectRow(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
selectRow(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)SqlUtil::AbstractTable
selectRows(*hash< auto > sh, *hash< auto > opt)SqlUtil::AbstractTable
selectRows(*hash< auto > sh, *reference< string > sql, *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()OracleSqlUtil::OracleTableprivatevirtual
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
uniqueIndexCreatesConstraintImpl()OracleSqlUtil::OracleTableprivatevirtual
update(hash set)SqlUtil::AbstractTable
update(hash set, hash cond)SqlUtil::AbstractTable
update(hash set, hash cond, hash< auto > opt)SqlUtil::AbstractTable
update(hash set, hash cond, reference< string > sql)SqlUtil::AbstractTable
update(hash set, hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash set)SqlUtil::AbstractTable
updateCommit(hash set, hash cond)SqlUtil::AbstractTable
updateCommit(hash set, hash cond, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash set, hash cond, reference< string > sql)SqlUtil::AbstractTable
updateCommit(hash set, hash cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
updateNoCommit(hash set, *hash cond, *hash< auto > opt)SqlUtil::AbstractTable
updateNoCommit(hash set, *hash cond, *reference< string > sql)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