Alphabetical Listing of VTS / VTC Functions
Most functions can be used in the C, C#, Java, and JavaScript languages. For the JavaScript syntax, see Alphabetical Listing of Virtual Table Server Functions for JavaScript, or use the Intellisense in the product.
lrvtc_clear_column | Clears all data in a column. |
lrvtc_clear_message | Clears the data in a field. |
lrvtc_clear_row | Clears the data in a row. |
lrvtc_column_size | Returns the number of fields that contain data in a column. |
lrvtc_connect | Creates a connection to the server. |
lrvtc_connect_ex | Configures HTTPS and NTLM authentication. |
lrvtc_create_column | Creates a column. |
lrvtc_disconnect | Disconnects from the server. |
lrvtc_drop_index | Deletes the index on a column. |
lrvtc_ensure_index | Creates an index on a column. |
lrvtc_increment | Increments a counter stored in a field. |
lrvtc_query_column | Retrieves the data in a field. |
lrvtc_query_row | Retrieves the data in a row. |
lrvtc_retrieve_message | Pops the first field from a column. |
lrvtc_retrieve_messages1 | Pops the first fields from specified columns. |
lrvtc_retrieve_row | Pops the first fields from all columns. |
lrvtc_rotate_message | Retrieves the first field from the specified column and moves the value to the bottom. |
lrvtc_rotate_messages1 | Retrieves the first field from the specified column and moves the value to the bottom |
lrvtc_rotate_row | Retrieves the first row and moves the values to the bottom. |
lrvtc_search_row | Searches for a row containing specific values in specific columns. |
lrvtc_send_if_unique | Sets the last field of a column to a value if the value does not exist in the column. |
lrvtc_send_message | Sets the last field of a column to a value. |
lrvtc_send_row1 | Sets the data in multiple columns. |
lrvtc_update_all_message_ifequals | Replaces a value in the specified columns. |
lrvtc_update_message | Replaces the data in a field. |
lrvtc_update_message_ifequals | Replaces the data in a field if the current data equals a given value. |
lrvtc_update_row1 | Replaces the data in a row. |