REPLACE FUNCTION SetSessionRate (
SampleRate INTEGER
) RETURNS INTEGER
...
;
Syntax Elements
- SampleRate
- Sets the global rate. The value ranges from 1 to 3600 seconds. If the rate is set to zero, an error is reported.
REPLACE FUNCTION SetSessionRate (
SampleRate INTEGER
) RETURNS INTEGER
...
;