abstract class %SQL.ISelectResult
extends %SQL.IResultSet
This internal class is used for non-ObjectSelectMode SELECT results. It adds
an array model for the current row. The array is subscripted by column ordinal
position. Columns are also defined as individual properties. These properties
are calculated and get their value from the row that is contained in %Data.
This class is for internal ISC use only.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
5
|
|
|
|
|
method %Get(pColumnName As %String)
as %String
Returns the value of the column with the name name in the current row of the result set.
If name is not a valid column name, this method returns an empty string.
method %GetData(pColumnNbr As %Integer = 0)
as %String
Returns the value of column colnbr in the current row of the result set.
method %SendODBC()
as %Integer
Fetch and send a series of rows for the ODBC/JDBC server. For internal use only.