Spec-Zone.ru › MySQL Connectors 1.0

11.6 Функции Результатов

Результат

Синтаксис этой функции, представленный в EBNF, таков:

Result
    ::= '.getAffectedItemsCount()'
        | '.getAutoIncrementValue()'
        | '.getGeneratedIds()'
        | '.getWarningsCount()'
        | '.getWarnings()'

Рисунок 11.19 Результат

Image shows the syntax in EBNF form as described in the preceding text.

DocResult

Синтаксис этой функции, представленный в EBNF, таков:

DocResult
    ::= '.getWarningsCount()'
        | '.getWarnings()'
        | '.fetchAll()'
        | '.fetchOne()'

Рисунок 11.20 DocResult

Image shows the syntax in EBNF form as described in the preceding text.

RowResult

Синтаксис этой функции, представленный в EBNF, таков:

RowResult
    ::= '.getWarningsCount()'
        | '.getWarnings()'
        | '.fetchAll()'
        | '.fetchOne()'
        | '.getColumns()'

Рисунок 11.21 RowResult

Image shows the syntax in EBNF form as described in the preceding text.

Столбец

Синтаксис этой функции, представленный в EBNF, таков:

Column
    ::= '.getSchemaName()'
        | '.getTableName()'
        | '.getTableLabel()'
        | '.getColumnName()'
        | '.getColumnLabel()'
        | '.getType()'
        | '.getLength()'
        | '.getFractionalDigits()'
        | '.isNumberSigned()'
        | '.getCollationName()'
        | '.getCharacterSetName()'
        | '.isPadded()'

Рисунок 11.22 Столбец

Image shows the syntax in EBNF form as described in the preceding text.

SqlResult

Синтаксис этой функции, представленный в EBNF, таков:

SqlResult
    ::= '.getWarningsCount()'
        | '.getWarnings()'
        | '.fetchAll()'
        | '.fetchOne()'
        | '.getColumns()'
        | '.getAutoIncrementValue()'
        | '.hasData()'
        | '.nextResult()'

Рисунок 11.23 SqlResult

Image shows the syntax in EBNF form as described in the preceding text.

© 2025 Oracle
Licensed under the GPLv2 License.
https://docs.oracle.com/cd/E17952_01/x-devapi-userguide-en/crud-ebnf-result-functions.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API