PDF (US Ltr) - 1.2Mb
PDF (A4) - 1.2Mb
此函数的 EBNF 语法如下
Result
::= '.getAffectedItemsCount()'
| '.getAutoIncrementValue()'
| '.getGeneratedIds()'
| '.getWarningsCount()'
| '.getWarnings()'
此函数的 EBNF 语法如下
DocResult
::= '.getWarningsCount()'
| '.getWarnings()'
| '.fetchAll()'
| '.fetchOne()'
此函数的 EBNF 语法如下
RowResult
::= '.getWarningsCount()'
| '.getWarnings()'
| '.fetchAll()'
| '.fetchOne()'
| '.getColumns()'
此函数的 EBNF 语法如下
Column
::= '.getSchemaName()'
| '.getTableName()'
| '.getTableLabel()'
| '.getColumnName()'
| '.getColumnLabel()'
| '.getType()'
| '.getLength()'
| '.getFractionalDigits()'
| '.isNumberSigned()'
| '.getCollationName()'
| '.getCharacterSetName()'
| '.isPadded()'