Methods
| Close | Unbinds all of the columns, releases the allocated memory, and releases the IAccessor interface pointer in the class. |
| GetColumnType | Retrieves the data type of a specified column. |
| GetColumnFlags | Retrieves the column characteristics. |
| GetOrdinal | Retrieves the column index given a column name. |
| GetValue | Retrieves the data from the buffer. |
| SetValue | Stores the data to the buffer. |
| GetLength | Retrieves the maximum possible length of a column in bytes. |
| SetLength | Sets the length of the of the column in bytes |
| GetStatus | Retrieves the status of a specified column. |
| SetStatus | Sets the status of a specified column. |
| GetBookmark | Retrieves the bookmark for the current row. |
| GetColumnCount | Retrieves the number of columns in the rowset. |
| GetColumnName | Retrieves the name of a specified column. |
| GetColumnInfo | Retrieves the column meta data. |
| AddBindEntry | Adds a bind entry to the output columns when overriding the default accessor. |