Click or drag to resize

VoDb Class

X#
The VoDb class extends the CoreDb class with methods that take usual parameters or return usual values.
All other methods are identical and inherited from the CoreDb class.
Inheritance Hierarchy
Object
  CoreDb
    VoDb

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CLASS VoDb INHERIT CoreDb
Request Example View Source

The VoDb type exposes the following members.

Constructors
  NameDescription
Public methodVoDb
Initializes a new instance of the VoDb class
Top
Methods
  NameDescription
Public methodStatic memberBlobInfo(DWord, DWord, Usual)
Retrieve information about a memo column.
Public methodStatic memberBlobInfo(DWord, DWord, Usual)
Retrieve information about a memo column.
Public methodStatic memberFieldGet
Retrieve the value of a specified database field.
Public methodStatic memberFieldInfo(DWord, DWord, Usual)
Retrieve and optionally change information about a column.
Public methodStatic memberFieldInfo(DWord, DWord, Usual)
Retrieve and optionally change information about a column.
Public methodStatic memberInfo(DWord, Usual)
Retrieve information about a work area.
Public methodStatic memberInfo(DWord, Usual)
Retrieve information about a work area.
Public methodStatic memberOrderInfo(DWord, String, Object, Usual)
Return information about index files and the orders in them.
Public methodStatic memberOrderInfo(DWord, String, Object, Usual)
Return information about index files and the orders in them.
Public methodStatic memberRddInfo(DWord, Usual)
Return and optionally change settings controlled directly by the RDD.
Public methodStatic memberRddInfo(DWord, Usual)
Return and optionally change settings controlled directly by the RDD.
Public methodStatic memberRecordInfo(DWord, Usual, Usual)
Retrieve information about a record.
Public methodStatic memberRecordInfo(DWord, Usual, Usual)
Retrieve information about a record.
Public methodStatic memberSelect
Select a new work area and retrieve the current work area.
Public methodStatic memberSetFilter
Set a filter condition.
Top
See Also