Alphabetical Listing

Note: The functions for multiple connections have been deprecated.

Most functions can be used in C language and C#. See the individual function references for details.

vtc_clear_columnClears all data in a column.
vtc_clear_messageClears the data in a field.
vtc_clear_rowClears the data in a row.
vtc_column_sizeReturns the number of fields that contain data in a column.
vtc_connectCreates a connection to the server.
vtc_create_columnCreates a column.
vtc_disconnectDisconnects from the server.
vtc_drop_indexDeletes the index on a column.
vtc_ensure_indexCreates an index on a column.
vtc_freeReleases a string buffer.
vtc_free_listReleases an array of strings buffer.
vtc_get_last_errorReturns the last error on the specified connection.
vtc_incrementIncrements a counter stored in a field.
vtc_query_columnRetrieves the data in a field.
vtc_query_rowRetrieves the data in a row.
vtc_retrieve_messagePops the first field from a column.
vtc_retrieve_messages1Pops the first fields from specified columns.
vtc_retrieve_rowPops the first fields from all columns.
vtc_rotate_messageRetrieves the first field from the specified column and moves the value to the bottom.
vtc_rotate_messages1Retrieves the first field from the specified columns and moves the values to the bottom.
vtc_rotate_rowRetrieves the first row and moves the values to the bottom
vtc_send_if_uniqueSets the last field of a column to a value if the value does not exist in the column.
vtc_send_messageSets the last field of a column to a value.
vtc_send_row1Sets the data in multiple columns.
vtc_update_messageReplaces the data in a field.
vtc_update_message_ifequalsReplaces the data in a field if the current data equals a given value.
vtc_update_row1Replaces the data in a row.