public interface RcodeInfo extends CommonFile, CommonHandle
| Modifier and Type | Method and Description |
|---|---|
default character |
getCodePage()
Get the CODEPAGE attribute referenced by the target r-code file.
|
default character |
getCrcVal()
Get the cyclic redundancy check (CRC) value for an r-code file.
|
character |
getDbReferences()
Get the list of the databases, referenced by the r-code file.
|
default character |
getLanuages()
Get a comma-separated list of all languages compiled into the r-code file.
|
default character |
getMD5Val()
Get the MD5 value stored in an r-code file.
|
default character |
getRCodeDisplayType()
Get the type of display for an r-code file.
|
default character |
getTableCrcList()
Get a comma-separated list of the CRC value for each table referenced in the r-code file.
|
character |
getTableList()
Get the list of the tables, referenced by the r-code file.
|
default character |
getUndoThrowScope()
Check if UNDO, THROW has been set as the default error handling directive at either the
routine level or the block level
|
logical |
isClass()
Definition of the IS-CLASS method.
|
default logical |
isLabelsHaveColons()
Check whether the r-code was compiled with the -nocolon startup parameter in effect.
|
getFileName, initFileInfo, initFileInforeadOnlyError, readOnlyError, resourceTypeid, id, unknown, validcharacter getDbReferences()
logical isClass()
true if the current program is a NEW-ly created object.default character getCodePage()
character getTableList()
schema.table),
referenced by the r-code file.default character getTableCrcList()
default character getCrcVal()
default character getRCodeDisplayType()
default logical isLabelsHaveColons()
true if the r-code was compiled with the -nocolon startup parameter in effect.default character getLanuages()
default character getMD5Val()
default character getUndoThrowScope()