serialarray.java

来自「JAVA的一些源码 JAVA2 STANDARD EDITION DEVELO」· Java 代码 · 共 1,420 行 · 第 1/4 页

JAVA
1,420
字号
        /**         * Signature coverage for internal ResultSet implementation.         */        public int getConcurrency() throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public String getCursorName() throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Date getDate(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Date getDate(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Date getDate(int columnIndex, java.util.Calendar cal) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Date getDate(String columnName, java.util.Calendar cal) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public double getDouble(int columnIndex) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public double getDouble(String columnName) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public int getFetchDirection() throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public int getFetchSize() throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public float getFloat(int columnIndex) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public float getFloat(String columnName) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public int getInt(String columnName) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */              public int getInt(int columnIndex) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public long getLong(int columnIndex) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public long getLong(String columnName) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public ResultSetMetaData getMetaData() throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Object getObject(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Object getObject(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Object getObject(int i, java.util.Map<String,Class<?>> map)             throws SQLException         {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Object getObject(String colName, java.util.Map<String,Class<?>> map)             throws SQLException         {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Ref getRef(int i) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Ref getRef(String colName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public int getRow() throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public short getShort(String columnName) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public short getShort(int columnIndex) throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public Statement getStatement() throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public String getString(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public String getString(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Time getTime(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Time getTime(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Time getTime(String columnName, java.util.Calendar cal) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Time getTime(int columnIndex, java.util.Calendar cal) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Timestamp getTimestamp(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Timestamp getTimestamp(String columnName, java.util.Calendar cal) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.sql.Timestamp getTimestamp(int columnIndex, java.util.Calendar cal) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public int getType() throws SQLException {            return 0;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.net.URL getURL(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.net.URL getURL(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.io.InputStream getUnicodeStream(String columnName) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public java.io.InputStream getUnicodeStream(int columnIndex) throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public SQLWarning getWarnings() throws SQLException {            return null;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void insertRow() throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean isAfterLast() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean isBeforeFirst() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean isFirst() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean isLast() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public boolean last() throws SQLException {            return false;        }                /**         * Signature coverage for internal ResultSet implementation.         */        public void moveToCurrentRow() throws SQLException {        }                /**         * Signature coverage for internal ResultSet implementation.         */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?