Qore PgsqlSqlUtilBase Module Reference 1.8
Loading...
Searching...
No Matches
MssqlSqlUtilBase::MssqlTable Member List

This is the complete list of members for MssqlSqlUtilBase::MssqlTable, including all inherited members.

addCheckConstraint(string cname, string src, __7_ hash< auto > opt, __7_ reference< string > sql)SqlUtil::AbstractTable
addColumn(string cname, hash< auto > opt, bool nullable=True, __7_ reference lsql)SqlUtil::AbstractTable
addCustomCopOperator(string name, hash< auto > operator)SqlUtil::AbstractTable
addForeignConstraint(string cname, softlist cols, string table, __7_ softlist tcols, __7_ hash< auto > opt, __7_ reference< string > sql)SqlUtil::AbstractTable
addIndex(string iname, bool unique, softlist cols, __7_ hash< auto > opt, __7_ reference< string > sql)SqlUtil::AbstractTable
AdditionalColumnDescOptionsSqlUtil::AbstractTable
addPrimaryKey(string pkname, softlist cols, __7_ hash< auto > opt, __7_ reference< string > sql)SqlUtil::AbstractTable
addTrigger(string tname, string src, __7_ hash< auto > opt, __7_ reference lsql)SqlUtil::AbstractTable
addUniqueConstraint(string cname, softlist cols, __7_ hash< auto > opt, __7_ reference< string > sql)SqlUtil::AbstractTable
AlignTableOptionsSqlUtil::AbstractTable
asteriskRequiresPrefix()SqlUtil::AbstractTableprotected
beginTransaction()SqlUtil::AbstractTable
bindEmptyStringsAsNull()SqlUtil::AbstractTable
cache(__7_ hash< auto > opts)SqlUtil::AbstractTable
CacheOptionsSqlUtil::AbstractTable
checkExistence()SqlUtil::AbstractTable
clear()SqlUtil::AbstractTable
clearImpl()MssqlSqlUtilBase::MssqlTableprotected
ColumnDescOptionsSqlUtil::AbstractTable
ColumnOptionsSqlUtil::AbstractTable
columnsSqlUtil::AbstractTableprotected
commit()SqlUtil::AbstractTable
ConstraintOptionsSqlUtil::AbstractTable
constraintsSqlUtil::AbstractTableprotected
constraintsLinkedToIndexesImpl()MssqlSqlUtilBase::MssqlTableprotectedvirtual
SqlUtil::AbstractSqlUtilBase::constructor(AbstractDatasource nds, __7_ hash nopts)SqlUtil::AbstractSqlUtilBaseprotected
Qore::Serializable::constructor()Qore::Serializable
copy(AbstractTable old)SqlUtil::AbstractTable
SqlUtil::AbstractSqlUtilBase::copy()Qore::Serializable
copyImpl(AbstractTable old)MssqlSqlUtilBase::MssqlTableprotected
SqlUtil::AbstractTable::copyImpl(AbstractTable old)SqlUtil::AbstractTableprotectedpure virtual
create(__7_ hash< auto > opt)SqlUtil::AbstractTable
createCommit(__7_ hash< auto > opt)SqlUtil::AbstractTable
createNoCommit(__7_ hash< auto > opt)SqlUtil::AbstractTable
default_schemaMssqlSqlUtilBase::MssqlTableprotected
del()SqlUtil::AbstractTable
del(hash< auto > cond)SqlUtil::AbstractTable
del(hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
del(hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
del(hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
delCommit()SqlUtil::AbstractTable
delCommit(hash< auto > cond)SqlUtil::AbstractTable
delCommit(hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
delCommit(hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
delCommit(hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
delNoCommit(__7_ hash< auto > cond, __7_ reference< string > sql)SqlUtil::AbstractTable
delWithInfo(hash< auto > cond, __7_ 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
deserializeMembers(hash< auto > members)Qore::Serializableprivate
deserializeToData(InputStream stream)Qore::Serializablestatic
deserializeToData(binary bin)Qore::Serializablestatic
doSelectLimitOnlyUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql)MssqlSqlUtilBase::MssqlTableprotected
SqlUtil::AbstractTable::doSelectLimitOnlyUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql)SqlUtil::AbstractTableprotectedpure virtual
doSelectOrderByWithOffsetSqlUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql, list< auto > coll)MssqlSqlUtilBase::MssqlTableinline
SqlUtil::AbstractTable::doSelectOrderByWithOffsetSqlUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql, list< auto > coll)SqlUtil::AbstractTablepure virtual
drop(__7_ hash< auto > opt)SqlUtil::AbstractTable
dropColumn(string cname, __7_ reference lsql)SqlUtil::AbstractTable
dropCommit(__7_ hash< auto > opt)SqlUtil::AbstractTable
dropConstraint(string cname, __7_ reference< string > sql)SqlUtil::AbstractTable
dropForeignConstraint(string cname, __7_ reference< string > sql)SqlUtil::AbstractTable
dropIndex(string iname, __7_ reference< string > sql)SqlUtil::AbstractTable
dropNoCommit(__7_ hash< auto > opt)SqlUtil::AbstractTable
dropPrimaryKey(__7_ reference lsql)SqlUtil::AbstractTable
dropTrigger(string tname, __7_ reference< string > sql)SqlUtil::AbstractTable
dsSqlUtil::AbstractSqlUtilBaseprotected
dsdescSqlUtil::AbstractSqlUtilBaseprotected
empty()SqlUtil::AbstractTable
emptyData()SqlUtil::AbstractTable
filegroupMssqlSqlUtilBase::MssqlTableprotected
find(auto id)SqlUtil::AbstractTable
find(hash< auto > row)SqlUtil::AbstractTable
find(list< auto > ids)SqlUtil::AbstractTable
findAll(__7_ hash< auto > cond)SqlUtil::AbstractTable
findSingle(__7_ hash< auto > cond)SqlUtil::AbstractTable
findUniqueConstraint(string name)SqlUtil::AbstractTable
ForeignConstraintOptionsSqlUtil::AbstractTable
foreignConstraintsSqlUtil::AbstractTableprotected
getAddCheckConstraintSql(string cname, string src, __7_ hash copt, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAddColumnSql(string cname, hash< auto > copt, bool nullable=True, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAddForeignConstraintSql(string cname, softlist cols, string table, __7_ softlist tcols, __7_ hash fkopt, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAddIndexSql(string iname, bool unique, softlist cols, __7_ hash< auto > ixopt, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAddPrimaryKeySql(string pkname, softlist cols, __7_ hash pkopt, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAddTriggerSql(string tname, string src, __7_ hash topt, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAddUniqueConstraintSql(string cname, softlist cols, __7_ hash ukopt, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAlignSql(AbstractTable t, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAlignSqlString(AbstractTable t, __7_ hash< auto > opt)SqlUtil::AbstractTable
getAllUpsertColumns(__7_ hash< auto > row)SqlUtil::AbstractTableprotected
getBaseType()SqlUtil::AbstractTable
getBulkUpsertClosure(hash< auto > example_row, int upsert_strategy=AbstractTable::UpsertAuto, __7_ hash< auto > opt)SqlUtil::AbstractTable
getCacheOptions()SqlUtil::AbstractTableprotected
getColumnDataField(AbstractColumn column, __7_ hash< SqlUtilDataTypeOptionInfo > options, __7_ string append_desc)SqlUtil::AbstractTable
getColumnDataField(string column_name, __7_ hash< auto > options, __7_ string append_desc)SqlUtil::AbstractTable
getColumnDataType(string column_name, __7_ hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getColumnOperatorMap()SqlUtil::AbstractTableprotected
getColumnOperatorMapImpl()MssqlSqlUtilBase::MssqlTableprotected
getColumnOptions()SqlUtil::AbstractTableprotected
getColumnSqlName(string col)MssqlSqlUtilBase::MssqlTable
getColumnSqlNames(softlist cols)MssqlSqlUtilBase::MssqlTable
getConstraints()SqlUtil::AbstractTable
getCreateConstraintsSql(__7_ hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateForeignConstraintsSql(__7_ hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateIndexesSql(__7_ hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateMiscSql(__7_ hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreatePrimaryKeySql(__7_ hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getCreateSql(__7_ hash< auto > opt)SqlUtil::AbstractTable
getCreateSqlImpl(list l)MssqlSqlUtilBase::MssqlTableprotected
getCreateSqlString(__7_ hash< auto > opt)SqlUtil::AbstractTable
getCreateTableSql(__7_ hash< auto > opt)SqlUtil::AbstractTable
getCreateTableSqlImpl(__7_ hash opt)MssqlSqlUtilBase::MssqlTableprotected
getCreateTriggersSql(__7_ hash< auto > opt, bool cache=True)SqlUtil::AbstractTable
getDatasource()SqlUtil::AbstractSqlUtilBase
getDatasourceDesc()SqlUtil::AbstractSqlUtilBase
getDbType(AbstractColumn column, __7_ hash< SqlUtilDataTypeOptionInfo > options)SqlUtil::AbstractTable
getDbType(string native_type, __7_ 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, __7_ hash< auto > opt)SqlUtil::AbstractTable
getDropColumnSql(string cname, __7_ hash< auto > opt)SqlUtil::AbstractTable
getDropConstraintIfExistsSql(string cname, __7_ hash< auto > opt, __7_ reference< AbstractConstraint > cref)SqlUtil::AbstractTable
getDropConstraintSql(string cname, __7_ hash< auto > opt)SqlUtil::AbstractTable
getDropIndexSql(string iname, __7_ hash< auto > opt)SqlUtil::AbstractTable
getDropPrimaryKeySql(__7_ hash< auto > opt)SqlUtil::AbstractTable
getDropSql(__7_ hash< auto > opt)SqlUtil::AbstractTable
getDropTriggerSql(string tname, __7_ hash< auto > opt)SqlUtil::AbstractTable
getExpressionMap()MssqlSqlUtilBase::MssqlTable
getForeignConstraintOptions()SqlUtil::AbstractTableprotected
getForeignConstraints(__7_ hash< auto > opt)SqlUtil::AbstractTable
getIndexes()SqlUtil::AbstractTable
getInsertFromIteratorOptions()SqlUtil::AbstractTableprotected
getInsertOperatorMap()MssqlSqlUtilBase::MssqlTableprotected
getInsertOptions()SqlUtil::AbstractTableprotected
getModifyColumnSql(string cname, hash< auto > copt, bool nullable=True, __7_ hash< auto > opt)SqlUtil::AbstractTable
getName()SqlUtil::AbstractTable
getNumericType(string type_name, bool nullable, __7_ hash< auto > options)SqlUtil::AbstractTable
getNumericTypeImpl(string native_type, bool nullable, __7_ hash< auto > options)MssqlSqlUtilBase::MssqlTableprotectedvirtual
getPrimaryKey()SqlUtil::AbstractTable
getPseudoColumnHash()SqlUtil::AbstractTableprotected
getRawUpdateOperatorMap()MssqlSqlUtilBase::MssqlTableprotected
getRecordType()SqlUtil::AbstractTable
getRenameColumnSql(string old_name, string new_name, __7_ hash< auto > opt)SqlUtil::AbstractTable
getRenameSql(string new_name, __7_ hash< auto > opt)SqlUtil::AbstractTable
getRowIterator(__7_ hash< auto > sh, __7_ hash< auto > opt)SqlUtil::AbstractTable
getRowIterator(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
getRowIteratorNoExec(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
getSavepointHelper(__7_ string savepoint)SqlUtil::AbstractTable
getSavepointHelperImpl(__7_ string savepoint)MssqlSqlUtilBase::MssqlTableprotectedvirtual
getSchemaName()MssqlSqlUtilBase::MssqlTable
getSelectOptions()MssqlSqlUtilBase::MssqlTableprotected
getSelectSql(__7_ hash< auto > sh, __7_ reference< list< auto > > args)SqlUtil::AbstractTable
getSqlDataCallbackOptions()SqlUtil::AbstractTableprotected
getSqlFromList(list< auto > l)SqlUtil::AbstractTable
getSqlName()MssqlSqlUtilBase::MssqlTable
getSqlValue(auto v)SqlUtil::AbstractTable
getSqlValueImpl(auto v)MssqlSqlUtilBase::MssqlTableprotectedvirtual
getStatement(__7_ hash< auto > sh, __7_ hash< auto > opt)SqlUtil::AbstractTable
getStatement(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExec(__7_ hash< auto > sh, __7_ hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExec(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
getStatementNoExecWithInfo(__7_ hash< auto > select_hash, __7_ hash< auto > opt)SqlUtil::AbstractTable
getStatementWithInfo(__7_ hash< auto > select_hash, __7_ hash< auto > opt)SqlUtil::AbstractTable
getSubtableFromString(string table, __7_ hash< auto > opt)SqlUtil::AbstractTable
getTableColumnDescOptions()SqlUtil::AbstractTableprotected
getTableOptions()SqlUtil::AbstractTableprotected
getTablespaceName()MssqlSqlUtilBase::MssqlTable
getTriggerOptions()SqlUtil::AbstractTableprotected
getTriggers()SqlUtil::AbstractTable
getTruncateSql(__7_ hash< auto > opt)SqlUtil::AbstractTable
getUniqueConstraintIterator()SqlUtil::AbstractTable
getUpdateOperatorMap()SqlUtil::AbstractTableprotected
getUpdateSql(hash< auto > set, __7_ hash< auto > cond)SqlUtil::AbstractTable
getUpsertClosure(hash< auto > row, int upsert_strategy=UpsertAuto, __7_ hash opt)MssqlSqlUtilBase::MssqlTable
SqlUtil::AbstractTable::getUpsertClosure(hash< auto > row, int upsert_strategy=UpsertAuto, __7_ hash< auto > opt)SqlUtil::AbstractTable
getUpsertClosureWithValidation(hash< auto > example_row, int upsert_strategy=UpsertAuto, __7_ hash< auto > opt)SqlUtil::AbstractTable
getUpsertOptions()SqlUtil::AbstractTableprotected
getWhereOperatorMap()MssqlSqlUtilBase::MssqlTable
hasArrayBind()MssqlSqlUtilBase::MssqlTablevirtual
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, 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, __7_ hash< auto > opt)SqlUtil::AbstractTable
insertFromIteratorCommit(Qore::AbstractIterator i, __7_ hash< auto > opt)SqlUtil::AbstractTable
insertFromIteratorNoCommit(Qore::AbstractIterator i, __7_ 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, __7_ hash< auto > sh, __7_ 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, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
insertNoCommit(hash< auto > row, hash< auto > opt)SqlUtil::AbstractTable
InsertOptionsSqlUtil::AbstractTable
insertWithInfo(hash< auto > row, __7_ hash< auto > opt)SqlUtil::AbstractTable
is_sybaseMssqlSqlUtilBase::MssqlTable
isDuplicateRowError(hash< ExceptionInfo > ex)SqlUtil::AbstractTable
isDuplicateRowErrorImpl(hash< ExceptionInfo > ex)MssqlSqlUtilBase::MssqlTableprotectedvirtual
l()SqlUtil::AbstractSqlUtilBaseprotected
manualSqlUtil::AbstractTableprotected
modifyColumn(string cname, hash< auto > opt, bool nullable=True, __7_ reference lsql)SqlUtil::AbstractTable
MsQoreTypeMapMssqlSqlUtilBase::MssqlTable
MssqlCopMapMssqlSqlUtilBase::MssqlTable
MssqlExpressionMapMssqlSqlUtilBase::MssqlTable
MssqlIopMapMssqlSqlUtilBase::MssqlTable
MssqlOpMapMssqlSqlUtilBase::MssqlTable
MssqlSelectOptionsMssqlSqlUtilBase::MssqlTable
MsSqlServerTableHintsMssqlSqlUtilBase::MssqlTable
MssqlTableDescriptionHashOptionsMssqlSqlUtilBase::MssqlTable
MssqlTruncDateMssqlSqlUtilBase::MssqlTable
MssqlTypeMapMssqlSqlUtilBase::MssqlTable
MssqlUopMapMssqlSqlUtilBase::MssqlTable
nameSqlUtil::AbstractTableprotected
native_caseSqlUtil::AbstractTableprotected
optsSqlUtil::AbstractSqlUtilBaseprotected
primaryKeySqlUtil::AbstractTableprotected
QoreTypeMapMssqlSqlUtilBase::MssqlTable
removeForeignConstraint(string cname)SqlUtil::AbstractTable
rename(string new_name, __7_ reference< string > sql, __7_ 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
schemaMssqlSqlUtilBase::MssqlTableprotected
select(__7_ hash< auto > sh, __7_ hash< auto > opt)SqlUtil::AbstractTable
select(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
SelectOptionsSqlUtil::AbstractTable
selectRow(__7_ hash< auto > sh, __7_ hash< auto > opt)SqlUtil::AbstractTable
selectRow(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
selectRows(__7_ hash< auto > sh, __7_ hash< auto > opt)SqlUtil::AbstractTable
selectRows(__7_ hash< auto > sh, __7_ reference< string > sql, __7_ hash< auto > opt)SqlUtil::AbstractTable
selectRowsWithInfo(__7_ hash< auto > select_hash, __7_ hash< auto > opt)SqlUtil::AbstractTable
selectRowWithInfo(__7_ hash< auto > select_hash, __7_ hash< auto > opt)SqlUtil::AbstractTable
selectWithInfo(__7_ hash< auto > select_hash, __7_ 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
serializeMembers(__7_ hash< auto > members)Qore::Serializableprivate
serializeToData()Qore::Serializable
serializeToData(auto val)Qore::Serializablestatic
setDatasource(AbstractDatasource nds)SqlUtil::AbstractTable
setupTable(hash< auto > desc, __7_ hash< auto > opt)SqlUtil::AbstractTable
SqlDataCallbackOptionsSqlUtil::AbstractTable
ss_has_mergeMssqlSqlUtilBase::MssqlTable
ss_has_sequencesMssqlSqlUtilBase::MssqlTable
supportsTablespacesImpl()MssqlSqlUtilBase::MssqlTableprotectedvirtual
SybaseQoreTypeMapMssqlSqlUtilBase::MssqlTable
TableCreationOptionsSqlUtil::AbstractTable
TableDescriptionHashOptionsSqlUtil::AbstractTable
TableOmissionOptionsSqlUtil::AbstractTable
TableOptionsSqlUtil::AbstractTable
triggerFunctionsMssqlSqlUtilBase::MssqlTableprotected
TriggerOptionsSqlUtil::AbstractTable
triggersSqlUtil::AbstractTableprotected
truncate()SqlUtil::AbstractTable
truncateCommit()SqlUtil::AbstractTable
truncateNoCommit()SqlUtil::AbstractTable
tryExec(string sql)SqlUtil::AbstractTable
tryExecArgs(string sql, __7_ softlist< auto > args)SqlUtil::AbstractTable
tryExecArgsImpl(string sql, __7_ softlist< auto > args)MssqlSqlUtilBase::MssqlTableprotected
tryExecRaw(string sql)SqlUtil::AbstractTable
tryExecRawImpl(string sql, __7_ softlist< auto > args)MssqlSqlUtilBase::MssqlTableprotected
SqlUtil::AbstractTable::tryExecRawImpl(string sql)SqlUtil::AbstractTableprotected
uniqueIndexCreatesConstraintImpl()MssqlSqlUtilBase::MssqlTableprotectedvirtual
update(hash< auto > set)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
update(hash< auto > set, hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash< auto > set)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond, hash< auto > opt)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond, reference< string > sql)SqlUtil::AbstractTable
updateCommit(hash< auto > set, hash< auto > cond, reference< string > sql, hash< auto > opt)SqlUtil::AbstractTable
updateNoCommit(hash< auto > set, __7_ hash< auto > cond, __7_ hash< auto > opt)SqlUtil::AbstractTable
updateNoCommit(hash< auto > set, __7_ hash< auto > cond, __7_ reference< string > sql)SqlUtil::AbstractTable
updateWithInfo(hash< auto > set, hash< auto > cond, __7_ hash< auto > opt)SqlUtil::AbstractTable
upsert(hash< auto > row, int upsert_strategy=UpsertAuto, __7_ hash< auto > opt)SqlUtil::AbstractTable
UpsertAutoSqlUtil::AbstractTable
upsertCommit(hash< auto > row, int upsert_strategy=UpsertAuto, __7_ 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, __7_ hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelect(Table t, __7_ hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectCommit(AbstractTable t, __7_ hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectCommit(Table t, __7_ hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectNoCommit(AbstractTable t, __7_ hash< auto > sh, int upsert_strategy=AbstractTable::UpsertAuto, *hash< auto > opt)SqlUtil::AbstractTable
upsertFromSelectNoCommit(Table t, __7_ 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