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 | |
AdditionalColumnDescOptions | SqlUtil::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 | |
AlignTableOptions | SqlUtil::AbstractTable | |
asteriskRequiresPrefix() | SqlUtil::AbstractTable | private |
beginTransaction() | SqlUtil::AbstractTable | |
bindEmptyStringsAsNull() | SqlUtil::AbstractTable | |
cache(*hash< auto > opts) | SqlUtil::AbstractTable | |
CacheOptions | SqlUtil::AbstractTable | |
checkExistence() | SqlUtil::AbstractTable | |
clear() | SqlUtil::AbstractTable | |
clearImpl() | PgsqlSqlUtil::PgsqlTable | private |
ColumnDescOptions | SqlUtil::AbstractTable | |
ColumnOptions | SqlUtil::AbstractTable | |
columns | SqlUtil::AbstractTable | private |
commit() | SqlUtil::AbstractTable | |
ConstraintOptions | SqlUtil::AbstractTable | |
constraints | SqlUtil::AbstractTable | private |
constraintsLinkedToIndexesImpl() | PgsqlSqlUtil::PgsqlTable | privatevirtual |
constructor(AbstractDatasource nds, string nname, *hash opts) | PgsqlSqlUtil::PgsqlTable | |
SqlUtil::AbstractSqlUtilBase::constructor(AbstractDatasource nds, *hash nopts) | SqlUtil::AbstractSqlUtilBase | private |
copy(AbstractTable old) | SqlUtil::AbstractTable | |
copyImpl(AbstractTable old) | PgsqlSqlUtil::PgsqlTable | private |
SqlUtil::AbstractTable::copyImpl(AbstractTable old) | SqlUtil::AbstractTable | privatepure 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 > args, *hash qh) | PgsqlSqlUtil::PgsqlTable | private |
SqlUtil::AbstractTable::doSelectLimitOnlyUnlockedImpl(reference< string > sql, reference< list< auto >> args, *hash< auto > qh) | SqlUtil::AbstractTable | privatepure virtual |
doSelectOrderByWithOffsetSqlUnlockedImpl(reference< string > sql, reference< list > args, *hash qh, *hash jch, *hash ch, *hash psch, list coll) | PgsqlSqlUtil::PgsqlTable | private |
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::AbstractTable | privatepure 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 | |
ds | SqlUtil::AbstractSqlUtilBase | private |
dsdesc | SqlUtil::AbstractSqlUtilBase | private |
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 | |
ForeignConstraintOptions | SqlUtil::AbstractTable | |
foreignConstraints | SqlUtil::AbstractTable | private |
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::AbstractTable | private |
getBaseType() | SqlUtil::AbstractTable | |
getBulkUpsertClosure(hash example_row, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt) | SqlUtil::AbstractTable | |
getCacheOptions() | SqlUtil::AbstractTable | private |
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::AbstractTable | private |
getColumnOperatorMapImpl() | PgsqlSqlUtil::PgsqlTable | private |
getColumnOptions() | SqlUtil::AbstractTable | private |
getColumnSqlName(string col) | PgsqlSqlUtil::PgsqlTable | |
getColumnSqlNames(softlist cols) | PgsqlSqlUtil::PgsqlTable | |
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 | |
getCreateSqlImpl(list l) | PgsqlSqlUtil::PgsqlTable | private |
getCreateSqlString(*hash< auto > opt) | SqlUtil::AbstractTable | |
getCreateTableSql(*hash< auto > opt) | SqlUtil::AbstractTable | |
getCreateTableSqlImpl(*hash opt) | PgsqlSqlUtil::PgsqlTable | private |
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::AbstractTable | private |
getForeignConstraints(*hash< auto > opt) | SqlUtil::AbstractTable | |
getIndexes() | SqlUtil::AbstractTable | |
getInsertFromIteratorOptions() | SqlUtil::AbstractTable | private |
getInsertOperatorMap() | PgsqlSqlUtil::PgsqlTable | private |
getInsertOptions() | SqlUtil::AbstractTable | private |
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) | PgsqlSqlUtil::PgsqlTable | privatevirtual |
getPrimaryKey() | SqlUtil::AbstractTable | |
getPseudoColumnHash() | SqlUtil::AbstractTable | private |
getRawUpdateOperatorMap() | PgsqlSqlUtil::PgsqlTable | private |
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) | PgsqlSqlUtil::PgsqlTable | privatevirtual |
getSchemaName() | PgsqlSqlUtil::PgsqlTable | |
getSelectOptions() | SqlUtil::AbstractTable | private |
getSelectSql(*hash< auto > sh, *reference< list< auto >> args) | SqlUtil::AbstractTable | |
getServerVersion() | PgsqlSqlUtil::PgsqlTable | private |
getSqlDataCallbackOptions() | SqlUtil::AbstractTable | private |
getSqlFromList(list< auto > l) | SqlUtil::AbstractTable | |
getSqlName() | PgsqlSqlUtil::PgsqlTable | |
getSqlValue(auto v) | SqlUtil::AbstractTable | |
getSqlValueImpl(auto v) | PgsqlSqlUtil::PgsqlTable | privatevirtual |
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::AbstractTable | private |
getTableOptions() | SqlUtil::AbstractTable | private |
getTablespaceName() | PgsqlSqlUtil::PgsqlTable | |
getTriggerOptions() | SqlUtil::AbstractTable | private |
getTriggers() | SqlUtil::AbstractTable | |
getTruncateSql(*hash< auto > opt) | SqlUtil::AbstractTable | |
getUniqueConstraintIterator() | SqlUtil::AbstractTable | |
getUpdateOperatorMap() | SqlUtil::AbstractTable | private |
getUpdateSql(hash< auto > set, *hash< auto > cond) | SqlUtil::AbstractTable | |
getUpsertClosure(hash< auto > row, int upsert_strategy=UpsertAuto, *hash< auto > opt) | PgsqlSqlUtil::PgsqlTable | |
getUpsertClosureWithValidation(hash example_row, int upsert_strategy=UpsertAuto, *hash< auto > opt) | SqlUtil::AbstractTable | |
getUpsertOptions() | SqlUtil::AbstractTable | private |
getWhereOperatorMap() | SqlUtil::AbstractTable | private |
has_atomic_merge | PgsqlSqlUtil::PgsqlTable | private |
hasArrayBind() | PgsqlSqlUtil::PgsqlTable | virtual |
hasAtomicUpsert() | PgsqlSqlUtil::PgsqlTable | |
hasReturning() | SqlUtil::AbstractTable | |
hasReturningImpl() | SqlUtil::AbstractTable | private |
inDb | SqlUtil::AbstractTable | private |
inDb() | SqlUtil::AbstractTable | |
indexes | SqlUtil::AbstractTable | private |
IndexOptions | SqlUtil::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 | |
InsertFromIteratorOptions | 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, 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 | |
InsertOptions | SqlUtil::AbstractTable | |
insertWithInfo(hash< auto > row, *hash< auto > opt) | SqlUtil::AbstractTable | |
isDuplicateRowError(hash< ExceptionInfo > ex) | SqlUtil::AbstractTable | |
isDuplicateRowErrorImpl(hash< ExceptionInfo > ex) | PgsqlSqlUtil::PgsqlTable | privatevirtual |
l() | SqlUtil::AbstractSqlUtilBase | private |
manual | SqlUtil::AbstractTable | private |
modifyColumn(string cname, hash< auto > opt, bool nullable=True, *reference lsql) | SqlUtil::AbstractTable | |
name | SqlUtil::AbstractTable | private |
native_case | SqlUtil::AbstractTable | private |
opts | SqlUtil::AbstractSqlUtilBase | private |
pg_state() | PgsqlSqlUtil::PgsqlTable | private |
PgsqlCopMap | PgsqlSqlUtil::PgsqlTable | |
PgsqlIopMap | PgsqlSqlUtil::PgsqlTable | |
PgsqlNameMap | PgsqlSqlUtil::PgsqlTable | |
PgsqlTableDescriptionHashOptions | PgsqlSqlUtil::PgsqlTable | |
PgsqlTruncDate | PgsqlSqlUtil::PgsqlTable | |
PgsqlTypeMap | PgsqlSqlUtil::PgsqlTable | |
PgsqlUopMap | PgsqlSqlUtil::PgsqlTable | |
primaryKey | SqlUtil::AbstractTable | private |
QoreTypeMap | PgsqlSqlUtil::PgsqlTable | |
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 | |
schema | PgsqlSqlUtil::PgsqlTable | private |
select(*hash< auto > sh, *hash< auto > opt) | SqlUtil::AbstractTable | |
select(*hash< auto > sh, *reference< string > sql, *hash< auto > opt) | SqlUtil::AbstractTable | |
SelectOptions | SqlUtil::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 | |
server_version | PgsqlSqlUtil::PgsqlTable | private |
server_version_major | PgsqlSqlUtil::PgsqlTable | private |
server_version_minor | PgsqlSqlUtil::PgsqlTable | private |
server_version_sub | PgsqlSqlUtil::PgsqlTable | private |
setDatasource(AbstractDatasource nds) | SqlUtil::AbstractTable | |
setupTable(hash< auto > desc, *hash< auto > opt) | SqlUtil::AbstractTable | |
SqlDataCallbackOptions | SqlUtil::AbstractTable | |
supportsTablespacesImpl() | PgsqlSqlUtil::PgsqlTable | privatevirtual |
TableCreationOptions | SqlUtil::AbstractTable | |
TableDescriptionHashOptions | SqlUtil::AbstractTable | |
TableOmissionOptions | SqlUtil::AbstractTable | |
TableOptions | SqlUtil::AbstractTable | |
tablespace | PgsqlSqlUtil::PgsqlTable | private |
triggerFunctions | PgsqlSqlUtil::PgsqlTable | private |
TriggerOptions | SqlUtil::AbstractTable | |
triggers | SqlUtil::AbstractTable | private |
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) | PgsqlSqlUtil::PgsqlTable | private |
tryExecRaw(string sql) | SqlUtil::AbstractTable | |
tryExecRawImpl(string sql, *softlist< auto > args) | PgsqlSqlUtil::PgsqlTable | private |
SqlUtil::AbstractTable::tryExecRawImpl(string sql) | SqlUtil::AbstractTable | private |
uniqueIndexCreatesConstraintImpl() | PgsqlSqlUtil::PgsqlTable | privatevirtual |
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 | |
UpsertAuto | SqlUtil::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 | |
UpsertInsertFirst | SqlUtil::AbstractTable | |
UpsertInsertOnly | SqlUtil::AbstractTable | |
upsertNoCommit(hash< auto > row, int upsert_strategy=UpsertAuto) | SqlUtil::AbstractTable | |
UpsertOptions | SqlUtil::AbstractTable | |
UpsertResultDescriptionMap | SqlUtil::AbstractTable | |
UpsertResultLetterMap | SqlUtil::AbstractTable | |
UpsertResultMap | SqlUtil::AbstractTable | |
UpsertSelectFirst | SqlUtil::AbstractTable | |
UpsertStrategyDescriptionMap | SqlUtil::AbstractTable | |
UpsertStrategyMap | SqlUtil::AbstractTable | |
UpsertUpdateFirst | SqlUtil::AbstractTable | |
UpsertUpdateOnly | SqlUtil::AbstractTable | |
UR_Deleted | SqlUtil::AbstractTable | |
UR_Inserted | SqlUtil::AbstractTable | |
UR_Unchanged | SqlUtil::AbstractTable | |
UR_Updated | SqlUtil::AbstractTable | |
UR_Verified | SqlUtil::AbstractTable | |
validateColumnOptions(string cname, reference< hash > opt, bool nullable) | SqlUtil::AbstractTable | private |
validateHashKeysForWhitespaces(auto node) | SqlUtil::AbstractSqlUtilBase | private |