Alphabetical Listing
Most functions can be used in JavaScript scripts. See the individual function references for details.
Note: The functions for multiple connections have been deprecated.
vtc.clearColumn | Clears all data in a column. |
vtc.clearMessage | Clears the data in a field. |
vtc.clearRow | Clears the data in a row. |
vtc.columnSize | Returns the number of fields that contain data in a column. |
vtc.connect | Creates a connection to the server. |
vtc.createColumn | Creates a column. |
vtc.disconnect | Disconnects from the server. |
vtc.dropIndex | Deletes the index on a column. |
vtc.ensureIndex | Creates an index on a column. |
vtc.increment | Increments a counter stored in a field. |
vtc.queryColumn | Retrieves the data in a field. |
vtc.queryRow | Retrieves the data in a row. |
vtc.retrieveMessage | Pops the first field from a column. |
vtc.retrieveMessages1 | Pops the first fields from specified columns. |
vtc.retrieveRow | Pops the first fields from all columns. |
vtc.sendIfUnique | Sets the last field of a column to a value if the value does not exist in the column. |
vtc.sendMessage | Sets the last field of a column to a value. |
vtc.sendRow1 | Sets the data in multiple columns. |
vtc.updateMessage | replaces the data in a field. |
vtc.updateMessageIfequals | replaces the data in a field if the current data equals a given value. |
vtc.updateRow1 | replaces the data in a row. |