public CubridCommand(string sql, CubridConnection con, CubridTransaction tran) : this(sql, con) { this.tran = tran; }