public SQLExecutionInfo(int idx, String sql, int maxRows)(Code)
ctor specifying the SQL being executed and the query index. Defaults SQL
execution start time to the current time.
Parameters: idx - Query index. Parameters: sql - SQL being executed. Parameters: maxRows - Number of rows query is limited to. throws: IllegalArgumentException - Thrown if null sql passed.