apache > db
Apache DB Project
 
Font size:      

Elapsedtime

Elapsedtime

Syntax

ELAPSEDTIME { ONOFF }

Description

When elapsedtime is turned on, ij displays the total time elapsed during statement execution. The default value is OFF.

Examples


ij> elapsedtime on;
ij> VALUES current_date;
1
----------
1998-07-15
ELAPSED TIME = 2134 milliseconds
ij> 

Previous Page
Next Page
Table of Contents
Index