Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a set of methods on the table.
Syntax
public Set methods(
[boolean _includeInstanceMethods,
boolean _includeStaticMethods,
boolean _includeInheritedMethods,
TableName _lastIncludedTable])
Run On
Called
Parameters
- _includeInstanceMethods
Type: boolean
A Boolean value that indicates whether the set should include instance methods; optional.
- _includeStaticMethods
Type: boolean
A Boolean value that indicates whether the set should include static methods; optional.
- _includeInheritedMethods
Type: boolean
A Boolean value that indicates whether the set should include static methods; optional.
- _lastIncludedTable
Type: TableName Extended Data Type
The name of the last inherited table methods to include in the set; optional.
Return Value
Type: Set Class
A set of methods.
Remarks
The set contains one SysDictMethod instance for each method. The set is not ordered.