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.
Indicates whether a table is a system table.
Syntax
public boolean tableSystem(TableId tableId)
Run On
Called
Parameters
- tableId
Type: TableId Extended Data Type
A tableId system data type that indicates a table ID.
Return Value
Type: boolean
true if the table is a system table; otherwise, false.
Remarks
You can pass a table name to this method instead of a table ID by using the tableNum intrinsic function. For more information, see Intrinsic Functions.