亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? connection.java

?? mysql jdbc驅動程序 mysql jdbc驅動程序 mysql jdbc驅動程序 mysql jdbc驅動程序
?? JAVA
?? 第 1 頁 / 共 5 頁
字號:
		/**		 * @see CallableStatement#getObject(String, Map)		 */		public Object getObject(String arg0, Map arg1) throws SQLException {			throw new NotImplemented();		}		/**		 * @see PreparedStatement#getParameterMetaData()		 */		public ParameterMetaData getParameterMetaData() throws SQLException {			return this.delegate.getParameterMetaData();		}		public int getQueryTimeout() throws SQLException {			return this.delegate.getQueryTimeout();		}		public java.sql.Ref getRef(int p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		/**		 * @see CallableStatement#getRef(String)		 */		public Ref getRef(String arg0) throws SQLException {			throw new NotImplemented();		}		public java.sql.ResultSet getResultSet() throws SQLException {			return this.delegate.getResultSet();		}		public int getResultSetConcurrency() throws SQLException {			return this.delegate.getResultSetConcurrency();		}		/**		 * @see Statement#getResultSetHoldability()		 */		public int getResultSetHoldability() throws SQLException {			return this.delegate.getResultSetHoldability();		}		public int getResultSetType() throws SQLException {			return this.delegate.getResultSetType();		}		public short getShort(int p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		/**		 * @see CallableStatement#getShort(String)		 */		public short getShort(String arg0) throws SQLException {			throw new NotImplemented();		}		public java.lang.String getString(int p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		/**		 * @see CallableStatement#getString(String)		 */		public String getString(String arg0) throws SQLException {			throw new NotImplemented();		}		public java.sql.Time getTime(int p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public java.sql.Time getTime(int p1, final java.util.Calendar p2)				throws SQLException {			throw SQLError.createSQLException("Not supported");		}		/**		 * @see CallableStatement#getTime(String)		 */		public Time getTime(String arg0) throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#getTime(String, Calendar)		 */		public Time getTime(String arg0, Calendar arg1) throws SQLException {			throw new NotImplemented();		}		public java.sql.Timestamp getTimestamp(int p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public java.sql.Timestamp getTimestamp(int p1,				final java.util.Calendar p2) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		/**		 * @see CallableStatement#getTimestamp(String)		 */		public Timestamp getTimestamp(String arg0) throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#getTimestamp(String, Calendar)		 */		public Timestamp getTimestamp(String arg0, Calendar arg1)				throws SQLException {			throw new NotImplemented();		}		public int getUpdateCount() throws SQLException {			return this.delegate.getUpdateCount();		}		/**		 * @see CallableStatement#getURL(int)		 */		public URL getURL(int arg0) throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#getURL(String)		 */		public URL getURL(String arg0) throws SQLException {			throw new NotImplemented();		}		public java.sql.SQLWarning getWarnings() throws SQLException {			return this.delegate.getWarnings();		}		public void registerOutParameter(int p1, int p2) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public void registerOutParameter(int p1, int p2, int p3)				throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public void registerOutParameter(int p1, int p2, java.lang.String p3)				throws SQLException {			throw SQLError.createSQLException("Not supported");		}		/**		 * @see CallableStatement#registerOutParameter(String, int)		 */		public void registerOutParameter(String arg0, int arg1)				throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#registerOutParameter(String, int, int)		 */		public void registerOutParameter(String arg0, int arg1, int arg2)				throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#registerOutParameter(String, int, String)		 */		public void registerOutParameter(String arg0, int arg1, String arg2)				throws SQLException {			throw new NotImplemented();		}		public void setArray(int p1, final java.sql.Array p2)				throws SQLException {			this.delegate.setArray(p1, p2);		}		public void setAsciiStream(int p1, final java.io.InputStream p2, int p3)				throws SQLException {			this.delegate.setAsciiStream(p1, p2, p3);		}		/**		 * @see CallableStatement#setAsciiStream(String, InputStream, int)		 */		public void setAsciiStream(String arg0, InputStream arg1, int arg2)				throws SQLException {			throw new NotImplemented();		}		public void setBigDecimal(int p1, final java.math.BigDecimal p2)				throws SQLException {			this.delegate.setBigDecimal(p1, p2);		}		/**		 * @see CallableStatement#setBigDecimal(String, BigDecimal)		 */		public void setBigDecimal(String arg0, BigDecimal arg1)				throws SQLException {			throw new NotImplemented();		}		public void setBinaryStream(int p1, final java.io.InputStream p2, int p3)				throws SQLException {			this.delegate.setBinaryStream(p1, p2, p3);		}		/**		 * @see CallableStatement#setBinaryStream(String, InputStream, int)		 */		public void setBinaryStream(String arg0, InputStream arg1, int arg2)				throws SQLException {			throw new NotImplemented();		}		public void setBlob(int p1, final java.sql.Blob p2) throws SQLException {			this.delegate.setBlob(p1, p2);		}		public void setBoolean(int p1, boolean p2) throws SQLException {			this.delegate.setBoolean(p1, p2);		}		/**		 * @see CallableStatement#setBoolean(String, boolean)		 */		public void setBoolean(String arg0, boolean arg1) throws SQLException {			throw new NotImplemented();		}		public void setByte(int p1, byte p2) throws SQLException {			this.delegate.setByte(p1, p2);		}		/**		 * @see CallableStatement#setByte(String, byte)		 */		public void setByte(String arg0, byte arg1) throws SQLException {			throw new NotImplemented();		}		public void setBytes(int p1, byte[] p2) throws SQLException {			this.delegate.setBytes(p1, p2);		}		/**		 * @see CallableStatement#setBytes(String, byte[])		 */		public void setBytes(String arg0, byte[] arg1) throws SQLException {			throw new NotImplemented();		}		public void setCharacterStream(int p1, final java.io.Reader p2, int p3)				throws SQLException {			this.delegate.setCharacterStream(p1, p2, p3);		}		/**		 * @see CallableStatement#setCharacterStream(String, Reader, int)		 */		public void setCharacterStream(String arg0, Reader arg1, int arg2)				throws SQLException {			throw new NotImplemented();		}		public void setClob(int p1, final java.sql.Clob p2) throws SQLException {			this.delegate.setClob(p1, p2);		}		public void setCursorName(java.lang.String p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public void setDate(int p1, final java.sql.Date p2) throws SQLException {			this.delegate.setDate(p1, p2);		}		public void setDate(int p1, final java.sql.Date p2,				final java.util.Calendar p3) throws SQLException {			this.delegate.setDate(p1, p2, p3);		}		/**		 * @see CallableStatement#setDate(String, Date)		 */		public void setDate(String arg0, Date arg1) throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#setDate(String, Date, Calendar)		 */		public void setDate(String arg0, Date arg1, Calendar arg2)				throws SQLException {			throw new NotImplemented();		}		public void setDouble(int p1, double p2) throws SQLException {			this.delegate.setDouble(p1, p2);		}		/**		 * @see CallableStatement#setDouble(String, double)		 */		public void setDouble(String arg0, double arg1) throws SQLException {			throw new NotImplemented();		}		public void setEscapeProcessing(boolean p1) throws SQLException {			this.delegate.setEscapeProcessing(p1);		}		public void setFetchDirection(int p1) throws SQLException {			this.delegate.setFetchDirection(p1);		}		public void setFetchSize(int p1) throws SQLException {			this.delegate.setFetchSize(p1);		}		public void setFloat(int p1, float p2) throws SQLException {			this.delegate.setFloat(p1, p2);		}		/**		 * @see CallableStatement#setFloat(String, float)		 */		public void setFloat(String arg0, float arg1) throws SQLException {			throw new NotImplemented();		}		public void setInt(int p1, int p2) throws SQLException {			this.delegate.setInt(p1, p2);		}		/**		 * @see CallableStatement#setInt(String, int)		 */		public void setInt(String arg0, int arg1) throws SQLException {			throw new NotImplemented();		}		public void setLong(int p1, long p2) throws SQLException {			this.delegate.setLong(p1, p2);		}		/**		 * @see CallableStatement#setLong(String, long)		 */		public void setLong(String arg0, long arg1) throws SQLException {			throw new NotImplemented();		}		public void setMaxFieldSize(int p1) throws SQLException {			this.delegate.setMaxFieldSize(p1);		}		public void setMaxRows(int p1) throws SQLException {			this.delegate.setMaxRows(p1);		}		public void setNull(int p1, int p2) throws SQLException {			this.delegate.setNull(p1, p2);		}		public void setNull(int p1, int p2, java.lang.String p3)				throws SQLException {			this.delegate.setNull(p1, p2, p3);		}		/**		 * @see CallableStatement#setNull(String, int)		 */		public void setNull(String arg0, int arg1) throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#setNull(String, int, String)		 */		public void setNull(String arg0, int arg1, String arg2)				throws SQLException {			throw new NotImplemented();		}		public void setObject(int p1, final java.lang.Object p2)				throws SQLException {			this.delegate.setObject(p1, p2);		}		public void setObject(int p1, final java.lang.Object p2, int p3)				throws SQLException {			this.delegate.setObject(p1, p2, p3);		}		public void setObject(int p1, final java.lang.Object p2, int p3, int p4)				throws SQLException {			this.delegate.setObject(p1, p2, p3, p4);		}		/**		 * @see CallableStatement#setObject(String, Object)		 */		public void setObject(String arg0, Object arg1) throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#setObject(String, Object, int)		 */		public void setObject(String arg0, Object arg1, int arg2)				throws SQLException {			throw new NotImplemented();		}		/**		 * @see CallableStatement#setObject(String, Object, int, int)		 */		public void setObject(String arg0, Object arg1, int arg2, int arg3)				throws SQLException {			throw new NotImplemented();		}		public void setQueryTimeout(int p1) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public void setRef(int p1, final Ref p2) throws SQLException {			throw SQLError.createSQLException("Not supported");		}		public void setShort(int p1, short p2) throws SQLException {			this.delegate.setShort(p1, p2);		}		/**		 * @see CallableStatement#setShort(String, short)		 */		public void setShort(String arg0, short arg1) throws SQLException {			throw new NotImplemented();		}		public void setString(int p1, java.lang.String p2)				throws java.sql.SQLException {			this.delegate.setString(p1, p2);		}		/**		 * @see CallableStatement#setString(String, String)		 */		public void setString(String arg0, String arg1) throws SQLException {			throw new NotImplemented();		}		public void setTime(int p1, final java.sql.Time p2) throws SQLException {			this.delegate.setTime(p1, p2);		}		public void setTime(int p1, final java.sql.Time p2,				final java.util.Calendar p3) throws SQLException {			this.delegate.setTime(p1, p2, p3);		}		/**		 * @see CallableStatement#setTime(String, Time)		 */		public void setTime(String arg0, Time arg1) throws SQLException {			throw new NotImplemented();		}		/**

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩视频在线一区二区 | 久久www免费人成看片高清| 激情久久久久久久久久久久久久久久| 成人一级片在线观看| 欧美性欧美巨大黑白大战| 国产午夜精品在线观看| 亚洲午夜精品一区二区三区他趣| 国产乱国产乱300精品| 制服丝袜中文字幕一区| 亚洲欧美日韩在线不卡| 国产毛片一区二区| 日韩午夜激情av| 午夜精品免费在线| 91国偷自产一区二区使用方法| 久久理论电影网| 蜜臀a∨国产成人精品| 欧美色倩网站大全免费| 1024精品合集| 99国内精品久久| 中日韩av电影| 国产精品亚洲人在线观看| 日韩精品一区二区在线| 日本在线不卡视频| 欧美精品久久久久久久多人混战 | 丁香六月综合激情| 久久一区二区三区四区| 韩国精品免费视频| 久久亚洲综合色| 国产自产v一区二区三区c| 欧美精品一区二区三区很污很色的 | 麻豆精品一区二区av白丝在线| 欧美亚州韩日在线看免费版国语版| 国产精品毛片a∨一区二区三区| 国产一区二区三区精品视频| 精品久久久久久久久久久久久久久 | 欧美精品一区二区三区四区| 国产综合久久久久久久久久久久| 精品久久国产97色综合| 精品一二线国产| 国产丝袜欧美中文另类| 国产福利精品导航| 亚洲欧洲日韩av| 色欲综合视频天天天| 亚洲一区二区视频在线| 欧美高清性hdvideosex| 理论片日本一区| 久久精品夜色噜噜亚洲aⅴ| 国产91高潮流白浆在线麻豆| 国产精品国产三级国产普通话蜜臀| 成人av小说网| 亚洲一区二区三区四区在线免费观看 | 色婷婷久久久综合中文字幕 | 国产精品大尺度| 欧美色区777第一页| 久久精品国产免费| 国产精品你懂的| 欧美性淫爽ww久久久久无| 日韩精品一级二级 | 国产一区二区三区免费看| 中文字幕欧美国产| 日本道免费精品一区二区三区| 午夜影院在线观看欧美| 2021国产精品久久精品| 99视频精品免费视频| 五月天一区二区三区| 久久久99久久| 欧美日韩免费在线视频| 国产资源在线一区| 亚洲图片有声小说| 欧美国产精品久久| 欧美日韩国产电影| eeuss鲁片一区二区三区| 亚洲va欧美va人人爽午夜| 久久精品一区二区| 欧洲人成人精品| 国产精品69毛片高清亚洲| 亚洲一区欧美一区| 中文字幕第一区| 日韩视频永久免费| 91浏览器打开| 国产一区二区看久久| 亚欧色一区w666天堂| 欧美国产97人人爽人人喊| 欧美精品久久久久久久久老牛影院| 成人一二三区视频| 久久99久久久久久久久久久| 亚洲欧美一区二区三区极速播放 | 偷偷要91色婷婷| 亚洲欧美电影院| 国产亚洲欧美日韩在线一区| 欧美剧情电影在线观看完整版免费励志电影| 国产精品一二三四五| 久久精品久久99精品久久| 亚洲国产综合91精品麻豆 | 久久久久成人黄色影片| 欧美一区二区高清| 欧美最新大片在线看| 9色porny自拍视频一区二区| 国产美女在线精品| 九色综合狠狠综合久久| 日韩av网站免费在线| 亚洲综合成人在线视频| 亚洲欧美一区二区久久| 亚洲欧美aⅴ...| 中文字幕在线一区免费| 国产欧美日本一区二区三区| 337p粉嫩大胆色噜噜噜噜亚洲| 欧美日韩在线观看一区二区 | 久久婷婷国产综合精品青草| 3atv一区二区三区| 日韩一区二区三区三四区视频在线观看| 91麻豆.com| 欧美性色综合网| 欧美另类变人与禽xxxxx| 欧美性欧美巨大黑白大战| 欧美日韩一本到| 欧美日韩一区二区三区在线| 在线免费观看一区| 欧美精品777| 日韩午夜激情av| 久久久久亚洲综合| 国产精品蜜臀在线观看| 亚洲丝袜制服诱惑| 亚洲资源在线观看| 视频一区视频二区中文| 免费在线观看一区| 国产尤物一区二区在线| 国产成人av电影免费在线观看| 国产v日产∨综合v精品视频| 成人污污视频在线观看| av在线不卡电影| 欧洲av在线精品| 日韩一区二区免费电影| 337p日本欧洲亚洲大胆精品| 国产精品麻豆久久久| 综合久久综合久久| 午夜伦欧美伦电影理论片| 免费欧美在线视频| 成人午夜视频在线| 欧美亚洲另类激情小说| 精品国精品国产尤物美女| 亚洲视频一区在线观看| 日产国产欧美视频一区精品| 国产一区二区视频在线| 91偷拍与自偷拍精品| 6080日韩午夜伦伦午夜伦| 国产亚洲欧洲997久久综合| 亚洲免费在线观看视频| 伦理电影国产精品| 一道本成人在线| 日韩免费在线观看| 亚洲日本欧美天堂| 日本aⅴ亚洲精品中文乱码| 国产成人亚洲综合a∨婷婷| 欧美影视一区二区三区| 久久久国产精品午夜一区ai换脸| 亚洲精品欧美二区三区中文字幕| 美国十次综合导航| 欧亚一区二区三区| 久久九九国产精品| 日韩高清一区在线| 99综合影院在线| 久久久噜噜噜久噜久久综合| 亚洲图片一区二区| 国产激情精品久久久第一区二区 | 日韩免费视频一区二区| **欧美大码日韩| 精品一区二区在线播放| 欧美日韩一区中文字幕| 国产精品久久久久三级| 九九久久精品视频| 88在线观看91蜜桃国自产| 亚洲六月丁香色婷婷综合久久| 国产一区二区三区四区五区美女| 欧美日韩色一区| 亚洲麻豆国产自偷在线| 成人性视频网站| 久久久久久久一区| 久久精品国产精品青草| 538prom精品视频线放| 尤物视频一区二区| 色综合久久久久| 亚洲欧美经典视频| 99re这里只有精品6| 国产精品污www在线观看| 国产在线不卡一卡二卡三卡四卡| 欧美巨大另类极品videosbest| 亚洲一区在线观看免费观看电影高清 | 国产精品自产自拍| 久久综合一区二区| 九色综合国产一区二区三区| 日韩午夜激情视频| 另类调教123区| 精品久久国产97色综合| 美女诱惑一区二区| 日韩精品在线一区| 精品在线免费视频| 精品不卡在线视频| 国产麻豆视频一区| 中文字幕av一区二区三区免费看 |