/**
 *
 * @author rod
 */
public class SQLRequest {

  int msgId;
  int dbId;
  String sql;
  long sentTime;
  long javaStartTime;
}
