ZarahDB Members

The ZarahDB type exposes the following members.

Methods


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