ADOxtra for Macromedia DirectorADO Enumerated Constants used by methods and properties provided by ADOxtra wrapper object
AffectEnum - Specifies which records are affected by an operation.
CommandTypeEnum - Specifies how a command argument should be interpreted.
ConnectModeEnum - Specifies the available permissions for modifying data in a Connection object.
ConnectOptionEnum - Specifies whether the Open method of a Connection object should return after (synchronously) or before (asynchronously) the connection is established.
CursorLocationEnum - Specifies the location of the cursor engine.
CursorOptionEnum - Specifies what functionality the Supports method should test for.
CursorTypeEnum - Specifies the type of cursor used in a Recordset object.
DataTypeEnum - Specifies the data type of a Field or Property.
EditModeEnum - Specifies the editing status of a record.
ExecuteOptionEnum - Specifies how a provider should execute a command.
FieldAttributeEnum - Specifies one or more attributes of a Field object.
FilterGroupEnum - Specifies the group of records to be filtered from a Recordset.
IsolationLevelEnum - Specifies the level of transaction isolation for a Connection object.
LockTypeEnum - Specifies the type of lock placed on records during editing.
MarshalOptionsEnum - Specifies which records should be returned to the server.
ObjectStateEnum - Specifies whether an object is open or closed, connecting to a data source, executing a command, or fetching data.
PositionEnum - Specifies the current position of the record pointer within a Recordset.
PropertyAttributesEnum - Specifies the attributes of a Property object.
RecordStatusEnum - Specifies the status of a record with regard to batch updates and other bulk operations.
SchemaEnum - Specifies the type of schema Recordset that the OpenSchema method retrieves.
XactAttributeEnum - Specifies the transaction attributes of a Connection object.
|