Documentation Home
X DevAPI User Guide
Download this Manual
PDF (US Ltr) - 1.4Mb
PDF (A4) - 1.4Mb


X DevAPI User Guide  /  CRUD EBNF Definitions  /  Result Functions

11.6 Result Functions

Result

The syntax for this function shown in EBNF is:

Press CTRL+C to copy
Result ::= '.getAffectedItemsCount()' | '.getAutoIncrementValue()' | '.getGeneratedIds()' | '.getWarningsCount()' | '.getWarnings()'

Figure 11.19 Result

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

DocResult

The syntax for this function shown in EBNF is:

Press CTRL+C to copy
DocResult ::= '.getWarningsCount()' | '.getWarnings()' | '.fetchAll()' | '.fetchOne()'

Figure 11.20 DocResult

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

RowResult

The syntax for this function shown in EBNF is:

Press CTRL+C to copy
RowResult ::= '.getWarningsCount()' | '.getWarnings()' | '.fetchAll()' | '.fetchOne()' | '.getColumns()'

Figure 11.21 RowResult

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

Column

The syntax for this function shown in EBNF is:

Press CTRL+C to copy
Column ::= '.getSchemaName()' | '.getTableName()' | '.getTableLabel()' | '.getColumnName()' | '.getColumnLabel()' | '.getType()' | '.getLength()' | '.getFractionalDigits()' | '.isNumberSigned()' | '.getCollationName()' | '.getCharacterSetName()' | '.isPadded()'

Figure 11.22 Column

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

SqlResult

The syntax for this function shown in EBNF is:

Press CTRL+C to copy
SqlResult ::= '.getWarningsCount()' | '.getWarnings()' | '.fetchAll()' | '.fetchOne()' | '.getColumns()' | '.getAutoIncrementValue()' | '.hasData()' | '.nextResult()'

Figure 11.23 SqlResult

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