Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This file stores the descriptive information for all fields in a file for a FileMan managed database.
Note: The FileMan toolset is available and fully supported in InterSystems IRIS for existing FileMan users. InterSystems recommends against starting new development projects using FileMan.
|
|
Properties | |||
---|---|---|---|
CHARACTERISTICS | DESCRIPTION | FILE | NAME |
NUMBER |
|
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.
|
|
SQL Query :
SELECT NUMBER,NAME FROM %FileMan.Field
WHERE "FILE" = :file OR :file IS NULL
ORDER BY NUMBER
SQL Query :
SELECT NUMBER,NAME FROM %FileMan.Field
WHERE "FILE" = :file OR :file IS NULL
ORDER BY NAME
|