From professional translators, enterprises, web pages and freely available translation repositories.
executequery
executequery
Last Update: 2018-02-21
Usage Frequency: 2
Quality:
/*executequery*/
/*aremarkablecityinwales*/
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
callfunction("", "executequery", {form/query:text})
callfunction("", "executequery", {form/query:text})
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
the query is executed by calling executequery of the root server context.
Запрос выполняется вызовом executequery корневого контекста сервера.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
aggregate expressions were always able to refer aggregate queries by using executequery function.
Выражения aggregate всегда умели ссылаться на запросы aggregate с помощью функции executequery.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
the second true parameter of the executequery function says we're trying to update the query.
Второй параметр true функции executequery говорит о том, что мы пытаемся обновить запрос.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
note that first parameter of executequery function is single-quoted to make the system processing it as expression.
Обратите внимание, что первый параметр функции executequery помещается в одинарные кавычки, чтобы система обрабатывала его как выражение.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
we can execute the above query by calling the executequery function from the root context and passing the query text to it as an input parameter.
Выполнить данный запрос можно путем вызова функции executequery из корневого контекста и ввода текста запроса в качестве параметра входа.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
callfunction() , executequery() , с помощью которых вы можете выполнить любой запрос из любого места системы.
callfunction() , executequery() , с помощью которых вы можете выполнить любой запрос из любого места системы.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
variable triggers may not be used to check function output directly, but here we must check a function's output -- executequery is a function.
Триггеры переменной могут и не использоваться напрямую для проверки выхода функции, но в данном случае нам необходимо проверить выход функции - executequery является функцией.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
to access the number of records contained in the output of the executequery function we will use the records property (see references for details about the reference resolving process).
Чтобы получить доступ к записям, содержащимся в выходе функции executequery , мы будем использовать свойство Записи (более подробное описание о процессе разрешения ссылки см. в разделе Ссылки).
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
addcolumns(adjustrecordlimits(callfunction("users.admin.devices.cardsdatabase", "executequery", "select * from cards where id like ? and name like ?", false, table(">>", "%" + {form/cardid:text} + "%", "%" + {form/cardholdername:text} + "%")), 0, 1000000000), "", "{id}")
addcolumns(adjustrecordlimits(callfunction("users.admin.devices.cardsdatabase", "executequery", "select * from cards where id like ? and name like ?", false, table(">>", "%" + {form/cardid:text} + "%", "%" + {form/cardholdername:text} + "%")), 0, 1000000000), "", "{id}")
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting