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_column | Clears all data in a column. |
vtc_clear_message | Clears the data in a field. |
vtc_clear_row | Clears the data in a row. |
vtc_column_size | Returns the number of fields that contain data in a column. |
vtc_connect | Creates a connection to the server. |
vtc_create_column | Creates a column. |
vtc_disconnect | Disconnects from the server. |
vtc_drop_index | Deletes the index on a column. |
vtc_ensure_index | Creates an index on a column. |
vtc_free | Releases a string buffer. |
vtc_free_list | Releases an array of strings buffer. |
vtc_get_last_error | Returns the last error on the specified connection. |
vtc_increment | Increments a counter stored in a field. |
vtc_query_column | Retrieves the data in a field. |
vtc_query_row | Retrieves the data in a row. |
vtc_retrieve_message | Pops the first field from a column. |
vtc_retrieve_messages1 | Pops the first fields from specified columns. |
vtc_retrieve_row | Pops the first fields from all columns. |
vtc_rotate_message | Retrieves the first field from the specified column and moves the value to the bottom. |
vtc_rotate_messages1 | Retrieves the first field from the specified columns and moves the values to the bottom. |
vtc_rotate_row | Retrieves the first row and moves the values to the bottom |
vtc_send_if_unique | Sets the last field of a column to a value if the value does not exist in the column. |
vtc_send_message | Sets the last field of a column to a value. |
vtc_send_row1 | Sets the data in multiple columns. |
vtc_update_message | Replaces the data in a field. |
vtc_update_message_ifequals | Replaces the data in a field if the current data equals a given value. |
vtc_update_row1 | Replaces the data in a row. |