addField(AbstractDataField field, *hash< auto > field_add_options) | DataProvider::AbstractDataProvider | |
beginTransaction() | DataProvider::AbstractDataProvider | |
callbacks_locked | DataProvider::AbstractDataProvider | privatestatic |
cb_resolve_value | DataProvider::AbstractDataProvider | privatestatic |
cb_value_needs_resolution | DataProvider::AbstractDataProvider | privatestatic |
checkAddField() | DataProvider::AbstractDataProvider | |
checkCreate() | DataProvider::AbstractDataProvider | |
checkCreateChild() | DataProvider::AbstractDataProvider | |
checkDelete() | DataProvider::AbstractDataProvider | |
checkDeleteChild() | DataProvider::AbstractDataProvider | |
checkDeleteField() | DataProvider::AbstractDataProvider | |
checkMessages() | DataProvider::AbstractDataProvider | |
checkObservable() | DataProvider::AbstractDataProvider | |
checkPath(string path) | FileDataProvider::FileDataProviderBase | private |
checkRead() | DataProvider::AbstractDataProvider | |
checkReadOnly(string op) | FileDataProvider::FileDataProviderBase | private |
checkRequest() | DataProvider::AbstractDataProvider | |
checkSchema() | DataProvider::AbstractDataProvider | |
checkSearchExpressions() | DataProvider::AbstractDataProvider | |
checkUpdate() | DataProvider::AbstractDataProvider | |
checkUpdateField() | DataProvider::AbstractDataProvider | |
checkUpsert() | DataProvider::AbstractDataProvider | |
commit() | DataProvider::AbstractDataProvider | |
constructor(*hash< auto > options) | FileDataProvider::FileMkdirDataProvider | |
constructor(*string root, *bool lock, *bool readonly) | FileDataProvider::FileMkdirDataProvider | |
DataProvider::AbstractDataProvider::constructor() | DataProvider::AbstractDataProvider | |
DataProvider::AbstractDataProvider::constructor(LoggerInterface logger) | DataProvider::AbstractDataProvider | |
ConstructorOptions | FileDataProvider::FileDataProviderBase | |
copy() | Qore::Serializable | |
createChildProvider(string name, hash< string, AbstractDataField > fields, *hash< auto > child_create_options) | DataProvider::AbstractDataProvider | |
createRecord(hash< auto > rec, *hash< auto > create_options) | DataProvider::AbstractDataProvider | |
DataProviderSummaryInfoKeys | DataProvider::AbstractDataProvider | |
deleteChildProvider(string name, *hash< auto > child_delete_options) | DataProvider::AbstractDataProvider | |
deleteField(string name, *hash< auto > field_delete_options) | DataProvider::AbstractDataProvider | |
deleteRecords(*hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
deleteRecords(*hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
deserialize(binary bin, *int flags) | Qore::Serializable | static |
deserialize(string bin, *int flags) | Qore::Serializable | static |
deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
doRequest(auto req, *hash< auto > request_options) | DataProvider::AbstractDataProvider | |
doRequestImpl(auto req, *hash< auto > request_options) | FileDataProvider::FileMkdirDataProvider | private |
evalGenericExpressionValue(hash< auto > rec, auto val) | DataProvider::AbstractDataProvider | static |
GenericExpressionImplementations | DataProvider::AbstractDataProvider | |
GenericExpressions | DataProvider::AbstractDataProvider | |
GenericRecordSearchOptions | DataProvider::AbstractDataProvider | |
getAdditionalInfo() | DataProvider::AbstractDataProvider | |
getBulkInserter() | DataProvider::AbstractDataProvider | |
getBulkRecordInterface(int block_size=1000, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
getBulkUpserter() | DataProvider::AbstractDataProvider | |
getChildProvider(string name) | DataProvider::AbstractDataProvider | |
getChildProviderEx(string name) | DataProvider::AbstractDataProvider | |
getChildProviderNames() | DataProvider::AbstractDataProvider | |
getChildProviderPath(string path) | DataProvider::AbstractDataProvider | |
getChildProviderSummaryInfo() | DataProvider::AbstractDataProvider | |
getConnectionInfo() | DataProvider::AbstractDataProvider | |
getDesc() | DataProvider::AbstractDataProvider | |
getDisplayName() | DataProvider::AbstractDataProvider | |
getElementReferenceData(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getElementReferenceDataEx(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getElementReferenceDataSafe(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getElementReferenceDataSafeEx(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getEqualityComparisonExpression(int role, hash< DataProviderInfo > info, string key, auto value) | DataProvider::AbstractDataProvider | private |
getErrorResponseType(string error_code) | DataProvider::AbstractDataProvider | |
getErrorResponseTypes() | DataProvider::AbstractDataProvider | |
getEventInfo(string event_id) | DataProvider::AbstractDataProvider | |
getEventInfoWithData(string event_id, auto req) | DataProvider::AbstractDataProvider | |
getEventTypes() | DataProvider::AbstractDataProvider | |
getExampleErrorResponseData(string error_code) | DataProvider::AbstractDataProvider | |
getExampleEventData(string event_id) | DataProvider::AbstractDataProvider | |
getExampleRecordData() | DataProvider::AbstractDataProvider | |
getExampleRequestData() | DataProvider::AbstractDataProvider | |
getExampleResponseData() | DataProvider::AbstractDataProvider | |
getExpression(int role, string exp, *hash< string, hash< DataProviderExpressionInfo > > expmap) | DataProvider::AbstractDataProvider | privatestatic |
getInfo() | DataProvider::AbstractDataProvider | |
getInfoAsData(*bool with_type_info) | DataProvider::AbstractDataProvider | |
getMapperRuntimeKeys() | DataProvider::AbstractDataProvider | |
getMessageInfo(string message_id) | DataProvider::AbstractDataProvider | |
getMessageTypes() | DataProvider::AbstractDataProvider | |
getName() | FileDataProvider::FileMkdirDataProvider | |
getRecordIterator(*hash< auto > search_options) | DataProvider::AbstractDataProvider | |
getReferenceData(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataEx(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataSafe(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataSafeEx(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataValue(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataValueEx(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataValueSafe(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getReferenceDataValueSafeEx(string type, *hash< auto > action_opts) | DataProvider::AbstractDataProvider | |
getRequestType() | DataProvider::AbstractDataProvider | |
getRequestTypeImpl() | FileDataProvider::FileMkdirDataProvider | private |
getRequestTypeWithData(auto req) | DataProvider::AbstractDataProvider | |
getResponseType() | DataProvider::AbstractDataProvider | |
getResponseTypeImpl() | FileDataProvider::FileMkdirDataProvider | private |
getResponseTypeWithData(auto req) | DataProvider::AbstractDataProvider | |
getSchemaObject() | DataProvider::AbstractDataProvider | |
getSearchExpression(*hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
getShortDesc() | DataProvider::AbstractDataProvider | |
getSimpleArgumentIntern(int role, hash< DataProviderInfo > info, hash< DataProviderExpressionInfo > expinfo, string key, auto value) | DataProvider::AbstractDataProvider | private |
getStaticInfoImpl() | FileDataProvider::FileMkdirDataProvider | |
getSummaryInfo() | DataProvider::AbstractDataProvider | |
getSupportedElementReferenceData() | DataProvider::AbstractDataProvider | |
getSupportedReferenceData() | DataProvider::AbstractDataProvider | |
getSupportedReferenceDataValues() | DataProvider::AbstractDataProvider | |
lock | FileDataProvider::FileDataProviderBase | private |
ProviderInfo | FileDataProvider::FileMkdirDataProvider | |
ProviderSummaryInfo | FileDataProvider::FileMkdirDataProvider | |
readonly | FileDataProvider::FileDataProviderBase | private |
requestSearchRecords(auto req, *hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
requestSearchRecords(auto req, *hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
RequestType | FileDataProvider::FileMkdirDataProvider | |
requiresTransactionManagement() | DataProvider::AbstractDataProvider | |
ResponseType | FileDataProvider::FileMkdirDataProvider | |
rollback() | DataProvider::AbstractDataProvider | |
root | FileDataProvider::FileDataProviderBase | private |
searchFirstRecord(hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchFirstRecord(hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchRecords(*hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchRecords(*hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchRecordsBulk(int block_size=1000, *hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchRecordsBulk(int block_size=1000, *hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchSingleRecord(hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
searchSingleRecord(hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
sendMessage(string message_id, auto msg, *hash< auto > send_message_options) | DataProvider::AbstractDataProvider | |
serialize(OutputStream stream, *int flags) | Qore::Serializable | |
serialize(*int flags) | Qore::Serializable | |
serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
serialize(auto val, *int flags) | Qore::Serializable | static |
serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
serializeToData(*int flags) | Qore::Serializable | |
serializeToData(auto val, *int flags) | Qore::Serializable | static |
setDynamicValueCallbacks() | DataProvider::AbstractDataProvider | static |
tryGetActionOptionsFromRequestTypeWithData(auto req) | DataProvider::AbstractDataProvider | |
tryGetActionOptionsWithData(hash< DataProviderActionInfo > action, auto req) | DataProvider::AbstractDataProvider | |
tryGetActionOptionsWithDataImpl(hash< DataProviderActionInfo > action, auto req) | DataProvider::AbstractDataProvider | private |
updateConnectionObjects(object conn, object connobj) | DataProvider::AbstractDataProvider | |
updateField(string name, AbstractDataField field, *hash< auto > field_update_options) | DataProvider::AbstractDataProvider | |
updateRecords(hash< auto > set, *hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
updateRecords(hash< auto > set, *hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
updateSingleRecord(hash< auto > set, hash< auto > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
updateSingleRecord(hash< auto > set, hash< DataProviderExpression > where_cond, *hash< auto > search_options) | DataProvider::AbstractDataProvider | |
upsertRecord(hash< auto > rec, *hash< auto > upsert_options) | DataProvider::AbstractDataProvider | |