Query Functions

The C Language references include the information on the other supported languages.

C LanguageC# LanguageJava LanguageJavaScriptDescription
lrvtc_query_columnvts.query_column Lrvtc.query_column lrvtc.queryColumnRetrieves the data in a field.
lrvtc_query_rowvts.query_row Lrvtc.query_rowlrvtc.queryRowRetrieves the data in a row.
lrvtc_retrieve_messagevts.retrieve_message Lrvtc.retrieve_messagelrvtc.retrieveMessagePops the first field from a column.
lrvtc_retrieve_messages1vts.retrieve_messagesLrvtc.retrieve_messages1lrvtc.retrieveMessages1Pops the first fields from specified columns.
lrvtc_retrieve_rowvts.retrieve_row Lrvtc.retrieve_rowlrvtc.retrieveRowPops the first fields from all columns.
lrvtc_rotate_messagevts.rotate_messageLrvtc.rotate_message lrvtc.rotateMessageRetrieves the first field from the specified column and moves the value to the bottom.
lrvtc_rotate_messages1vts.rotate_messagesLrvtc.rotate_messages1lrvtc.rotateMessages1Retrieves the first field from the specified columns and moves the values to the bottom.
lrvtc_rotate_rowvts.rotate_rowLrvtc.rotate_rowlrvtc.rotateRowRetrieves the first row and moves the values to the bottom.
lrvtc_search_rowvts.search_rowLrvtc.search_rowlrvtc.searchRowSearches for a row containing specific values in specific columns. If more than one row meets the condition, retrieves only one random row.