This section describes the different built-in system functions available
with Derby.
SYSCS_UTIL.SYSCS_CHECK_TABLE system function
The SYSCS_UTIL.SYSCS_CHECK_TABLE function checks the specified table, ensuring that all of its indexes are consistent with the base table.
SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS system function
The SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS function returns a VARCHAR(32672) value representing the query execution plan and runtime statistics for a java.sql.ResultSet.
SYSCS_UTIL.SYSCS_PEEK_AT_SEQUENCE system function
The SYSCS_UTIL.SYSCS_PEEK_AT_SEQUENCE function allows users to observe the instantaneous current value of a sequence generator without having to query the SYSSEQUENCES system table.