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() | PgsqlSqlUtilBase::PgsqlTable | private |
ColumnDescOptions | SqlUtil::AbstractTable | |
ColumnOptions | SqlUtil::AbstractTable | |
columns | SqlUtil::AbstractTable | private |
commit() | SqlUtil::AbstractTable | |
ConstraintOptions | SqlUtil::AbstractTable | |
constraints | SqlUtil::AbstractTable | private |
constraintsLinkedToIndexesImpl() | PgsqlSqlUtilBase::PgsqlTable | privatevirtual |
constructor(AbstractDatasource nds, string nname, *hash opts) | PgsqlSqlUtilBase::PgsqlTable | |
SqlUtil::AbstractSqlUtilBase::constructor(AbstractDatasource nds, *hash nopts) | SqlUtil::AbstractSqlUtilBase | private |
Qore::Serializable::constructor() | Qore::Serializable | |
copy(AbstractTable old) | SqlUtil::AbstractTable | |
SqlUtil::AbstractSqlUtilBase::copy() | Qore::Serializable | |
copyImpl(AbstractTable old) | PgsqlSqlUtilBase::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< 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(*hash< auto > cond, *reference< string > sql) | SqlUtil::AbstractTable | |
delWithInfo(hash< auto > cond, *hash< auto > opt) | SqlUtil::AbstractTable | |
describe() | SqlUtil::AbstractTable | |
deserialize(InputStream stream) | Qore::Serializable | static |
deserialize(binary bin) | Qore::Serializable | static |
deserialize(string bin) | Qore::Serializable | static |
deserialize(hash< SerializationInfo > data) | Qore::Serializable | static |
deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
deserializeToData(InputStream stream) | Qore::Serializable | static |
deserializeToData(binary bin) | Qore::Serializable | static |
doSelectLimitOnlyUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql) | PgsqlSqlUtilBase::PgsqlTable | private |
SqlUtil::AbstractTable::doSelectLimitOnlyUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql) | SqlUtil::AbstractTable | privatepure virtual |
doSelectOrderByWithOffsetSqlUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql, list< auto > coll) | PgsqlSqlUtilBase::PgsqlTable | private |
SqlUtil::AbstractTable::doSelectOrderByWithOffsetSqlUnlockedImpl(reference< hash< QueryInfo > > info, reference< string > sql, list< auto > 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< 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 | |
getAllUpsertColumns(*hash< auto > row) | SqlUtil::AbstractTable | private |
getBaseType() | SqlUtil::AbstractTable | |
getBulkUpsertClosure(hash< auto > 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() | PgsqlSqlUtilBase::PgsqlTable | private |
getColumnOptions() | SqlUtil::AbstractTable | private |
getColumnSqlName(string col) | PgsqlSqlUtilBase::PgsqlTable | |
getColumnSqlNames(softlist< auto > cols) | PgsqlSqlUtilBase::PgsqlTable | |
SqlUtil::AbstractTable::getColumnSqlNames(softlist cols) | SqlUtil::AbstractTable | |
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) | PgsqlSqlUtilBase::PgsqlTable | private |
getCreateSqlString(*hash< auto > opt) | SqlUtil::AbstractTable | |
getCreateTableSql(*hash< auto > opt) | SqlUtil::AbstractTable | |
getCreateTableSqlImpl(*hash opt) | PgsqlSqlUtilBase::PgsqlTable | private |
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() | PgsqlSqlUtilBase::PgsqlTable | |
getForeignConstraintOptions() | SqlUtil::AbstractTable | private |
getForeignConstraints(*hash< auto > opt) | SqlUtil::AbstractTable | |
getIndexes() | SqlUtil::AbstractTable | |
getInsertFromIteratorOptions() | SqlUtil::AbstractTable | private |
getInsertOperatorMap() | PgsqlSqlUtilBase::PgsqlTable | private |
getInsertOptions() | SqlUtil::AbstractTable | private |
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 native_type, bool nullable, *hash< auto > options) | PgsqlSqlUtilBase::PgsqlTable | privatevirtual |
getPrimaryKey() | SqlUtil::AbstractTable | |
getPseudoColumnHash() | SqlUtil::AbstractTable | private |
getRawUpdateOperatorMap() | PgsqlSqlUtilBase::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) | PgsqlSqlUtilBase::PgsqlTable | privatevirtual |
getSchemaName() | PgsqlSqlUtilBase::PgsqlTable | |
getSelectOptions() | SqlUtil::AbstractTable | private |
getSelectSql(*hash< auto > sh, *reference< list< auto > > args) | SqlUtil::AbstractTable | |
getServerVersion() | PgsqlSqlUtilBase::PgsqlTable | private |
getSqlDataCallbackOptions() | SqlUtil::AbstractTable | private |
getSqlFromList(list< auto > l) | SqlUtil::AbstractTable | |
getSqlName() | PgsqlSqlUtilBase::PgsqlTable | |
getSqlValue(auto v) | SqlUtil::AbstractTable | |
getSqlValueImpl(auto v) | PgsqlSqlUtilBase::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() | PgsqlSqlUtilBase::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) | PgsqlSqlUtilBase::PgsqlTable | |
getUpsertClosureWithValidation(hash< auto > example_row, int upsert_strategy=UpsertAuto, *hash< auto > opt) | SqlUtil::AbstractTable | |
getUpsertOptions() | SqlUtil::AbstractTable | private |
getWhereOperatorMap() | SqlUtil::AbstractTable | |
has_atomic_merge | PgsqlSqlUtilBase::PgsqlTable | private |
hasArrayBind() | PgsqlSqlUtilBase::PgsqlTable | virtual |
hasAtomicUpsert() | PgsqlSqlUtilBase::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) | PgsqlSqlUtilBase::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() | PgsqlSqlUtilBase::PgsqlTable | private |
PgsqlCopMap | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlExpressionMap | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlIopMap | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlNameMap | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlTableDescriptionHashOptions | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlTruncDate | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlTypeMap | PgsqlSqlUtilBase::PgsqlTable | |
PgsqlUopMap | PgsqlSqlUtilBase::PgsqlTable | |
primaryKey | SqlUtil::AbstractTable | private |
QoreTypeMap | PgsqlSqlUtilBase::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 | PgsqlSqlUtilBase::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 | |
serialize(OutputStream stream) | Qore::Serializable | |
serialize() | Qore::Serializable | |
serialize(auto val, OutputStream stream) | Qore::Serializable | static |
serialize(auto val) | Qore::Serializable | static |
serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
serializeToData() | Qore::Serializable | |
serializeToData(auto val) | Qore::Serializable | static |
server_version | PgsqlSqlUtilBase::PgsqlTable | private |
server_version_major | PgsqlSqlUtilBase::PgsqlTable | private |
server_version_minor | PgsqlSqlUtilBase::PgsqlTable | private |
server_version_sub | PgsqlSqlUtilBase::PgsqlTable | private |
setDatasource(AbstractDatasource nds) | SqlUtil::AbstractTable | |
setupTable(hash< auto > desc, *hash< auto > opt) | SqlUtil::AbstractTable | |
SqlDataCallbackOptions | SqlUtil::AbstractTable | |
supportsTablespacesImpl() | PgsqlSqlUtilBase::PgsqlTable | privatevirtual |
TableCreationOptions | SqlUtil::AbstractTable | |
TableDescriptionHashOptions | SqlUtil::AbstractTable | |
TableOmissionOptions | SqlUtil::AbstractTable | |
TableOptions | SqlUtil::AbstractTable | |
tablespace | PgsqlSqlUtilBase::PgsqlTable | private |
triggerFunctions | PgsqlSqlUtilBase::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) | PgsqlSqlUtilBase::PgsqlTable | private |
tryExecRaw(string sql) | SqlUtil::AbstractTable | |
tryExecRawImpl(string sql, *softlist< auto > args) | PgsqlSqlUtilBase::PgsqlTable | private |
SqlUtil::AbstractTable::tryExecRawImpl(string sql) | SqlUtil::AbstractTable | private |
uniqueIndexCreatesConstraintImpl() | PgsqlSqlUtilBase::PgsqlTable | privatevirtual |
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, *hash< auto > cond, *hash< auto > opt) | SqlUtil::AbstractTable | |
updateNoCommit(hash< auto > set, *hash< auto > 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 |