Query Functions
The C Language references include the information on the other supported languages.
C Language | C# Language | Java Language | JavaScript | Description |
---|---|---|---|---|
lrvtc_query_column | vts.query_column | Lrvtc.query_column | lrvtc.queryColumn | Retrieves the data in a field. |
lrvtc_query_row | vts.query_row | Lrvtc.query_row | lrvtc.queryRow | Retrieves the data in a row. |
lrvtc_retrieve_message | vts.retrieve_message | Lrvtc.retrieve_message | lrvtc.retrieveMessage | Pops the first field from a column. |
lrvtc_retrieve_messages1 | vts.retrieve_messages | Lrvtc.retrieve_messages1 | lrvtc.retrieveMessages1 | Pops the first fields from specified columns. |
lrvtc_retrieve_row | vts.retrieve_row | Lrvtc.retrieve_row | lrvtc.retrieveRow | Pops the first fields from all columns. |
lrvtc_rotate_message | vts.rotate_message | Lrvtc.rotate_message | lrvtc.rotateMessage | Retrieves the first field from the specified column and moves the value to the bottom. |
lrvtc_rotate_messages1 | vts.rotate_messages | Lrvtc.rotate_messages1 | lrvtc.rotateMessages1 | Retrieves the first field from the specified columns and moves the values to the bottom. |
lrvtc_rotate_row | vts.rotate_row | Lrvtc.rotate_row | lrvtc.rotateRow | Retrieves the first row and moves the values to the bottom. |
lrvtc_search_row | vts.search_row | Lrvtc.search_row | lrvtc.searchRow | Searches for a row containing specific values in specific columns. If more than one row meets the condition, retrieves only one random row. |