文件首頁
X DevAPI 使用者指南
下載本手冊
PDF (美式信紙) - 1.4Mb
PDF (A4) - 1.4Mb


X DevAPI 使用者指南  /  CRUD EBNF 定義  /  結果函數

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.