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_columnClears all data in a column.
lrvtc_clear_messageClears the data in a field.
lrvtc_clear_rowClears the data in a row.
lrvtc_column_sizeReturns the number of fields that contain data in a column.
lrvtc_connectCreates a connection to the server.
lrvtc_connect_exConfigures HTTPS and NTLM authentication.
lrvtc_create_columnCreates a column.
lrvtc_disconnectDisconnects from the server.
lrvtc_drop_indexDeletes the index on a column.
lrvtc_ensure_indexCreates an index on a column.
lrvtc_incrementIncrements a counter stored in a field.
lrvtc_query_columnRetrieves the data in a field.
lrvtc_query_rowRetrieves the data in a row.
lrvtc_retrieve_messagePops the first field from a column.
lrvtc_retrieve_messages1Pops the first fields from specified columns.
lrvtc_retrieve_rowPops the first fields from all columns.
lrvtc_rotate_messageRetrieves the first field from the specified column and moves the value to the bottom.
lrvtc_rotate_messages1Retrieves the first field from the specified column and moves the value to the bottom
lrvtc_rotate_rowRetrieves the first row and moves the values to the bottom.
lrvtc_search_rowSearches for a row containing specific values in specific columns.
lrvtc_send_if_uniqueSets the last field of a column to a value if the value does not exist in the column.
lrvtc_send_messageSets the last field of a column to a value.
lrvtc_send_row1Sets the data in multiple columns.
lrvtc_update_all_message_ifequals Replaces a value in the specified columns.
lrvtc_update_messageReplaces the data in a field.
lrvtc_update_message_ifequalsReplaces the data in a field if the current data equals a given value.
lrvtc_update_row1Replaces the data in a row.