11.6结果函数

结果

EBNF中显示的这个函数的语法是:

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

图11.19的结果

图像显示了前面文本中描述的EBNF格式的语法。

DocResult

EBNF中显示的这个函数的语法是:

DocResult:: = ' .getWarningCount()”|“.getWarnings()”|“.fetchAll()”|“.fetchOne()”

图11.20 DocResult

图像显示了前面文本中描述的EBNF格式的语法。

RowResult

EBNF中显示的这个函数的语法是:

RowResult:: = ' .getWarningCount()”|“.getWarnings()”|“.fetchAll()”|“.fetchOne()”|“.getColumns()”

图11.21 RowResult

图像显示了前面文本中描述的EBNF格式的语法。

EBNF中显示的这个函数的语法是:

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

图11.22列

图像显示了前面文本中描述的EBNF格式的语法。

SqlResult

EBNF中显示的这个函数的语法是:

SqlResult:: = ' .getWarningCount()”|“.getWarnings()”|“.fetchAll()”|“.fetchOne()”|“.getColumns()”|“.getAutoIncrementValue()”|“.hasData()”|“.nextResult()”

图11.23 SqlResult

图像显示了前面文本中描述的EBNF格式的语法。