-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ret-Phoenix/dev
Результат запроса: Новый метод "Пустой"
- Loading branch information
Showing
5 changed files
with
79 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# РезультатЗапроса / QueryResult | ||
|
||
Содержит результат выполнения запроса. Предназначен для хранения и обработки полученных данных. | ||
|
||
## Методы | ||
|
||
### Выгрузить / Unload() | ||
|
||
Создает таблицу значений и копирует в нее все записи набора. | ||
|
||
#### Возвращаемое значение | ||
|
||
ТаблицаЗначений | ||
|
||
|
||
# РезультатЗапроса / QueryResult | ||
|
||
Содержит результат выполнения запроса. Предназначен для хранения и обработки полученных данных. | ||
|
||
## Методы | ||
|
||
### Выгрузить / Unload() | ||
|
||
Создает таблицу значений и копирует в нее все записи набора. | ||
|
||
#### Возвращаемое значение | ||
|
||
ТаблицаЗначений | ||
|
||
### Пустой / IsEmpty() | ||
|
||
Определяет, есть ли в результате записи | ||
|
||
#### Возвращаемое значение | ||
|
||
Булево. Истина - нет ни одной записи; Ложь - если есть записи. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters