![]() |
SQL-J Language Reference
|
Reference Manual |
SET RUNTIMESTATISTICS statementYou can turn RunTimeStatistics on or off for a connection with the SET RUNTIMESTATISTICS statement. By default, RunTimeStatistics are off. When RunTimeStatistics is on, Cloudscape creates an object that implements the COM.cloudscape.types.RunTimeStatistics interface for each statement executed within the connection (except for commit) until the attribute is turned off. For statements that do not return rows, the object is created when all internal processing has completed before returning to the client program. For statements that return rows, the object is created when the first next() call returns 0 rows or a close(), whichever comes first. You access the object created with the RUNTIMESTATISTICS() built-in function. See RUNTIMESTATISTICS(). SyntaxSET RUNTIMESTATISTICS { ON | OFF } Example
-- establish a connection first |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |