Public Methods

  Name Description
Public method clearselect The clearselect method clears the active select list on the server.
Public method CloseConnection Closes the connection to the MVSP Server.
Public method Connect Overloaded. This function is used to connect to the MVSP Server.
Public method ConnectionPoolingSupported This function returns whether connection pooling is supported on the MVSP server.
Public method ConnectionTimer_tick  
Public method ConnectWcf This function is used to connect to the MVSP Server.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method Execute This function allows the client application to execute a TCL command in the current database account.
Public method ExecuteQuery Overloaded. This method allows you to execute an AQL query on the multivalue server and get a structured array returned containing the results.
Public method FileCacheRelease The FileCacheRelease function releases the associated file cache entry for the specified opened file on the MVSP Server.
Public method FileDelete The FileDelete function delets an item from the specified file on the MVSP Server.
Public method FileRead The FileRead function reads an item from the specified file on the MVSP Server.
Public method FileReadNext The FileReadNext function allows the client application to get the next available item id from a previously generated select. The select could be either an executed select or generated using the FileSelect function.
Public method FileReadu The FileReadu function reads an item from the specified file on the MVSP Server and locks it.
Public method FileReadv The FileReadv function returns the attribute specified from the item, from the specified file on the MVSP Server.
Public method FileReadvu The FileReadvu function returns the attribute specified from the item, from the specified file on the MVSP Server and locks the record.
Public method FileRelease The FileRelease function releases an item lock for the specified item on the MVSP Server.
Public method FileRoot The FileRoot method opens an index on the server.Key method
Public method FileSelect The FileSelect function selects all the items in the specified file on the MVSP Server. The FileSelect function is the same as the select statement in Pick Basic.
Public method FileWrite The FileWrite function writes the specified item into the specified file on the MVSP Server.
Public method FileWriteu The FileWriteu function writes the specified item into the specified file on the MVSP Server and maintains the item lock.
Public method FileWritev The FileWritev function writes the specified attribute on the item into the specified file on the MVSP Server.
Public method FileWritevu The FileWritevu function writes the specified attribute on the item into the specified file on the MVSP Server and maintains the lock.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Logto The Logto function allows to client application to move between database accounts.
Public method MvCall Calls the previously defined rule module on the MVSP Server.
Public method MVResultSetClose This method will close (clear) the current MVResultSet
Public method MVResultSetFirst This method resets the current row pointer back to the first row
Public method MVResultSetGetColumn This method return the column names for the current result set
Public method MVResultSetGetCurrentRow This method returns the current row from the result set
Public method MVResultSetGetRow This method returns the current row number
Public method MVResultSetGetRowCount This method returns the total number of rows in the result set
Public method MVResultSetGetRows This method returns the entire result set as an arraylist
Public method MVResultSetNext This method moves the current row pointer onto the next row in the result set
Public method MvSub Creates a mvSubroutine
Public method NegotiationTimer_tick  
Public method OnCertificateValidation  
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method TransactionBegin The TransactionBegin method begins a transaction within D3.
Public method TransactionCommit The TransactionCommit commits a transaction within the database.
Public method TransactionRollback The TransactionRollback method rolls back a transaction within the database.
Public method TransactionStatus Returns whether a transaction is currently active.
Top

Protected Methods

  Name Description
Family 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)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also