ASNA.DataGate.Common Enumerations

Enumerations

Enumeration

Description

AccessMode

Options for restricting access to open files.

AccessResult

Defines modes on whether a record was found.

AdgObjectTypes

Defines values for the AdgObjectType property of IAdgObject.

AdgSubTypes

Defines defines values for the AdgSubType property of an object.

AuthorityTypes

Defines values that specify the types of object access authority users may be assigned.

DataDirection

Specifies the type of a program parameter.

DataTypes

Defines values on the types of fields available.

DateTimeFormat

Defines values on the type of date and time being accessed.

DbcsFormat

Defines values on whether shift-control characters appear internally on the IBM i.

DependentTypes

Defines values specifying a dependent object's relationship to a base file.

dgErrorClass

Specifies the class, or category of the DCS run-time error.

dgErrorNumber

Specifies the type of DCS run-time error.

DuplicateOptions

Defines values directing the operation of the Duplicate method of IAdgObject.

FileLocks

Defines modes on how a file will be locked; either automatically or manually.

InspectFileOutput

Defines values used internally by DCS.

InspectFileParts

Defines values used internally by DCS.

KeyUsages

Defines key definition properties which apply to a key field.

LockRequest

Options for record locking in FileAdapter access methods.

PaperOrientation

Defines values on the orientation of the paper.

PasswordType

Defines values indicating a particular authentication scheme or password security mode.

PrintTrueType

Defines values that set whether the True Type font will be used.

RangeFirst

Defines modes on how records in a file will be read, such as reading a range of records.

RangeLast

Defines parameter values for FileAdapter range access methods.

RangeMode

For FileAdapter range methods, defines how to access the first record in the range.

ReadEqualMode

Defines modes of operation for the FileAdapter.ReadSequentialEqual method.

ReadRandomMode

Defines modes of operation for the FileAdapter.ReadRandomKey and FileAdapter.ReadRandomRRN methods.

ReadSequentialMode

Defines modes of operation for the FileAdapter.ReadSequential method.

RepairOptions

Defines optional ancillary functions for the IDirectory.RepairObjects and IFileObject.RepairFile methods.

SeekMode

Defines modes of operation for the FileAdapter.SeekKey and FileAdapter.SeekRRN methods.

ShareTypes

Defines the types of locks used with the Lock and Unlock methods of IAdgObject.

TransactionLevel

Defines values for the TransactionLevel property of IAdgTransaction.

WaitOptions

Defines values for directing the Lock method when the requested lock cannot be immediately granted.

See Also