ZarahDB Methods
The ZarahDB type exposes the following members.
Methods
Name | Description | |
---|---|---|
Backup()()()() |
Backups this instance.
|
|
Backup(Uri) |
Backups the specified instance.
|
|
Backup(Uri, Nullable<(Of <<'(Int32>)>>)) |
Backups the specified instance.
|
|
CreateInstance | ||
CsvFilePut |
Inserts records from a single CSV file.
|
|
CsvFolderInsert |
Inserts records from a folder of CSV files.
This method does not support transactions. The values are written directly to increase speed.
|
|
CsvFolderPut |
Puts records from a folder of CSV files.
|
|
CsvPut |
Inserts records from CSV formatted data.
|
|
DeleteInstance |
Deletes the instance.
|
|
DeleteTable |
Deletes the table.
|
|
ExecuteScript | ||
Exists(Uri) |
Tests if the specified instance exists.
|
|
Exists(Uri, String) |
Tests if the specified table exists.
|
|
Exists(Uri, String, String, Nullable<(Of <<'(Boolean>)>>)) |
Tests if the specified key exists.
|
|
Exists(Uri, String, KeyList, Nullable<(Of <<'(Boolean>)>>)) |
Tests if the specified list of keys exist.
|
|
Get()()()() |
Gets this instance. Not Implemented.
|
|
Get(String) |
Gets the specified key.
|
|
Get(String, String) |
Gets the specified table.
|
|
Get(Uri, String, String) |
Gets the specified key.
|
|
Get(Uri, String, List<(Of <<'(String>)>>)) |
Gets the specified list of keys.
|
|
Get(Uri, String, String, String) |
Gets the specified single column.
|
|
Get(Uri, String, String, List<(Of <<'(String>)>>)) |
Gets the specified columns.
|
|
GetInstance |
Gets the instance.
|
|
GetInstanceLock | ||
GetMaxDepth | ||
GetScript | ||
GetTable |
Gets the table.
|
|
GetValue | ||
ListInstance | ||
ListTable()()()() | ||
ListTable(Uri) | ||
ListTable(Uri, Nullable<(Of <<'(Int32>)>>)) | ||
LockInstance | ||
LockTable | ||
Put(KeyColumnValues) |
Puts the specified key column values.
|
|
Put(String, KeyColumnValues) |
Puts the specified key column values into a specific table using the default timeout.
|
|
Put(Uri, String, KeyColumnValues, Nullable<(Of <<'(Int32>)>>)) |
Puts the specified key column values into a specific table of the named instance.
|
|
Put(Uri, String, List<(Of <<'(KeyColumnValues>)>>), Nullable<(Of <<'(Int32>)>>)) |
Puts the specified key column values into a specific table of the named instance.
|
|
Put(String, String, String) |
Puts the specified key.
|
|
Put(String, String, String, String) |
Puts the specified table.
|
|
Put(Uri, String, String, String, String) |
Puts the specified instance.
|
|
Put(Uri, String, String, String, String, Nullable<(Of <<'(Int32>)>>)) |
Puts the specified instance.
|
|
PutInstance(Uri) |
Puts the instance.
|
|
PutInstance(String, InstanceLocation) | ||
PutScript | ||
PutTable |
Puts the table.
|
|
Restore |
Restores the specified instance.
|
|
Script | ||
SetMaxDepth | ||
UnlockInstance | ||
UnlockTable |