57585960616263
mds.checkState(); this.sqls.clear(); } public void clearWarnings() throws SQLException { throw new NotSupportException(""); }
324325326327328329330
getConnectionInvokingTimes++; return new MockConnection("getConnection#username_password", this); } public PrintWriter getLogWriter() throws SQLException { throw new NotSupportException(""); }
328329330331332333334
public PrintWriter getLogWriter() throws SQLException { throw new NotSupportException(""); } public int getLoginTimeout() throws SQLException { throw new NotSupportException(""); }
332333334335336337338
public int getLoginTimeout() throws SQLException { throw new NotSupportException(""); } public void setLogWriter(PrintWriter out) throws SQLException { throw new NotSupportException(""); }
336337338339340341342
public void setLogWriter(PrintWriter out) throws SQLException { throw new NotSupportException(""); } public void setLoginTimeout(int seconds) throws SQLException { throw new NotSupportException(""); }
315316317318319320321322
case Comparative.LessThan: case Comparative.LessThanOrEqual: //������Ҫȫȡ����� throw new EnumerationInterruptException(comp); default: throw new NotSupportException("not support yet"); } }