%SQL.CSVResultSet
hidden class %SQL.CSVResultSet extends %SQL.IResultSet
%SQL.CSVResultSet is a hidden class, internal to ISC, that provides the basic functionality necessary to bind a result set to an external data source that is in csv format. This class is hidden because users need not be aware that it exists. To prepare a new CSV-bound result set it is only necessary to call a method in %SQL.DynamicStatement. Refer to that class for more information.Method Inventory
Methods
Returns the value of the column with the name pColumnName in the current row of the result set.
If pColumnName is not a valid column name, this method throws a error.
Inherited description: 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.
method parseString(in, del, quote, return, ByRef continue, ByRef stream=0, term="")
Inherited Members
Inherited Properties
- %CurrentResult
- %Message
- %OutputColumnCount
- %PrivateTables
- %ROWCOUNT
- %ROWID
- %ResultColumnCount
- %SQLCODE
- %StatementType
- %StatementTypeName
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %Display()
- %DisplayFormatted()
- %DisplayMarkDown()
- %Extends()
- %GetClientMetadata()
- %GetMetadata()
- %GetParameter()
- %GetRow()
- %GetRows()
- %GetStatement()
- %IsA()
- %IsModified()
- %MoreResults()
- %New()
- %Next()
- %NextOutputValue()
- %NextResult()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %Print()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Close()
- Fetch()
- FetchRows()
- GetInfo()
- GetODBCInfo()
- getSelectMode()