The WhiteTigerService type exposes the following members.

Methods

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

See Also