전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
executequery
executequery
마지막 업데이트: 2018-02-21
사용 빈도: 2
품질:
/*executequery*/
/*aremarkablecityinwales*/
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
callfunction("", "executequery", {form/query:text})
callfunction("", "executequery", {form/query:text})
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
the query is executed by calling executequery of the root server context.
Запрос выполняется вызовом executequery корневого контекста сервера.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
aggregate expressions were always able to refer aggregate queries by using executequery function.
Выражения aggregate всегда умели ссылаться на запросы aggregate с помощью функции executequery.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
the second true parameter of the executequery function says we're trying to update the query.
Второй параметр true функции executequery говорит о том, что мы пытаемся обновить запрос.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
note that first parameter of executequery function is single-quoted to make the system processing it as expression.
Обратите внимание, что первый параметр функции executequery помещается в одинарные кавычки, чтобы система обрабатывала его как выражение.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
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 из корневого контекста и ввода текста запроса в качестве параметра входа.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
callfunction() , executequery() , с помощью которых вы можете выполнить любой запрос из любого места системы.
callfunction() , executequery() , с помощью которых вы можете выполнить любой запрос из любого места системы.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
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 является функцией.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
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 , мы будем использовать свойство Записи (более подробное описание о процессе разрешения ссылки см. в разделе Ссылки).
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
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}")
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다