The WhiteTigerService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddColumns(String, String, String, String, array<Object>[]()[][]) |
Adds given columns to the table
|
![]() |
AddColumns(String, String, String, String, String, String, array<Object>[]()[][], Boolean) |
Adds given columns to the table
|
![]() |
AddRow(String, String, String, String, array<Object>[]()[][]) |
adds the given values to the table
|
![]() |
AddRow(String, String, String, String, String, String, array<Object>[]()[][], Boolean) |
adds the given values to the table
|
![]() |
AddRows(String, String, String, String, List<(Of <<'(array<Object>[]()[][]>)>>)) |
adds the given List of values to the table
|
![]() |
AddRows(String, String, String, String, String, String, List<(Of <<'(array<Object>[]()[][]>)>>), Boolean) |
adds the given values to the table
|
![]() |
Backup |
Backups of table
|
![]() |
CloseTable |
Closes the requsted table
|
![]() |
CreateDataBase |
Create a database with the given name
|
![]() |
CreateTable |
create a new table with given,root,record tag ,in the given database of the given user
|
![]() |
CreateUser |
Creates a new user with the given username password and passphrase
|
![]() |
Decrypt |
Decrypts the table's file and returns the contents.
|
![]() |
DeleteUser |
deletes the user withh the given username password and passphrase
|
![]() |
EditUser |
edits the user withh the given username password and passphrase
|
![]() |
Encrypt |
Adds the given rows and encrypts the contents of the table using the user's password as passphrase
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
Find |
Search the table for the given value in gthe specified cell
|
![]() |
FindTable |
Find the table with the given name and username and return him
|
![]() |
FindTableIndex |
Searchs the table and returns it's index
|
![]() |
GetColumns |
Returns the columns of the requested table
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUserList |
Gets the list of users
|
![]() |
GetVersion |
Returns the version of White tiger server
|
![]() |
IsTableEncrypted |
Checks if the given name of table is encrypted and returns true if it is , otherwise returns false
|
![]() |
ListDatabases |
Returns the list of databases that the user has
|
![]() |
ListTables | |
![]() |
LoadTable |
Load table of given name belonging to given user name , database.
and returns the contents in xml format
|
![]() |
LoadTableAsFile |
Load table of given name belonging to given user name , database.
and returns the contents as zip archive
|
![]() |
Login |
authoricates with the white tiger server using the given usrname and password
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RemoveRow |
Removes the rows that contained the specified values in primary keys
|
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateTable |
Updates the given table
|