Please enable JavaScript to view this site.

ESL Documentation

Command Name

Level

Purpose

EDSRowCount

Core

Returns the number of rows affected by an insert, update, or delete request.

EDSNumResultCols

Core

Returns the number of columns in a result set.

EDSDescribeCol

Core

Describes a column in a result set.

EDSColAttributes

Core

Describes additional attributes of a column in a result set.

EDSBindCol

Core

Assigns an ESL variable for a result column and specifies the data type.

EDSFetch

Core

Returns a result row.

EDSExtendedFetch

Level 2

Returns an array of results.

EDSGetData

Level 1

Returns one column of one row of a result set. (Useful for large data types.)

EDSSetPos

Level 2

Positions a cursor within a fetched block of data.

EDSMoreResults

Level 2

Determines if there are more result sets available and, if so, initializes processing for the next result set.

EDSError

Core

Returns additional error or status information.