X DevAPI User Guide
The syntax for this function shown in EBNF is:
Result ::= '.getAffectedItemsCount()' | '.getAutoIncrementValue()' | '.getGeneratedIds()' | '.getWarningsCount()' | '.getWarnings()'
The syntax for this function shown in EBNF is:
DocResult ::= '.getWarningsCount()' | '.getWarnings()' | '.fetchAll()' | '.fetchOne()'
The syntax for this function shown in EBNF is:
RowResult ::= '.getWarningsCount()' | '.getWarnings()' | '.fetchAll()' | '.fetchOne()' | '.getColumns()'
The syntax for this function shown in EBNF is:
Column ::= '.getSchemaName()' | '.getTableName()' | '.getTableLabel()' | '.getColumnName()' | '.getColumnLabel()' | '.getType()' | '.getLength()' | '.getFractionalDigits()' | '.isNumberSigned()' | '.getCollationName()' | '.getCharacterSetName()' | '.isPadded()'