⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 callablestatement_base.java

📁 Java写的TDS协议(JDBC/ODBC)实现
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
        NotImplemented();
        return null;
    }

    public Clob getClob(int i) throws SQLException
    {
        NotImplemented();
        return null;
    }

    public Object getObject(int i, java.util.Map map) throws SQLException
    {
        NotImplemented();
        return null;
    }

    public Ref getRef(int i) throws SQLException
    {
        NotImplemented();
        return null;
    }

    public Array getArray(int i) throws SQLException
    {
        NotImplemented();
        return null;
    }

    public void setClob(int i, java.sql.Clob x) throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void addBatch() throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setBlob(int i, java.sql.Blob x) throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setArray(int i, java.sql.Array x) throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setRef(int i, java.sql.Ref x) throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setCharacterStream(int parameterIndex, java.io.Reader reader, int length)
        throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
        return null;
    }

    public void setNull(int paramIndex, int sqlType, String typeName) throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setTimestamp( int parameterIndex, java.sql.Timestamp x, java.util.Calendar cal )
        throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setDate(int parameterIndex, java.sql.Date x, java.util.Calendar cal)
        throws java.sql.SQLException
    {
        //  XXX should be inherited PreparedStatement_2_0
        NotImplemented();
    }

    public void setTime( int parameterIndex, java.sql.Time x, java.util.Calendar cal )
        throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void registerOutParameter(String str, int param, String str2) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void registerOutParameter(String str, int param, int param2) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void registerOutParameter(String str, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public java.sql.Array getArray(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.math.BigDecimal getBigDecimal(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Blob getBlob(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public boolean getBoolean(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return false;
    }

    public byte getByte(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return 0;
    }

    public byte[] getBytes(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Clob getClob(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Date getDate(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Date getDate(String str, java.util.Calendar calendar) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public double getDouble(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return 0;
    }

    public float getFloat(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return 0;
    }

    public int getInt(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return 0;
    }

    public long getLong(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return 0;
    }

    public Object getObject(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public Object getObject(String str, java.util.Map map) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Ref getRef(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public short getShort(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return 0;
    }

    public String getString(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Time getTime(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Time getTime(String str, java.util.Calendar calendar) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Timestamp getTimestamp(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.sql.Timestamp getTimestamp(String str, java.util.Calendar calendar) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.net.URL getURL(int param) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public java.net.URL getURL(String str) throws java.sql.SQLException
    {
        NotImplemented();
        return null;
    }

    public void setAsciiStream(String str, java.io.InputStream inputStream, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setBigDecimal(String str, java.math.BigDecimal bigDecimal) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setBinaryStream(String str, java.io.InputStream inputStream, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setBoolean(String str, boolean param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setByte(String str, byte param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setBytes(String str, byte[] values) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setCharacterStream(String str, java.io.Reader reader, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setDate(String str, java.sql.Date date) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setDate(String str, java.sql.Date date, java.util.Calendar calendar) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setDouble(String str, double param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setFloat(String str, float param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setInt(String str, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setLong(String str, long param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setNull(String str, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setNull(String str, int param, String str2) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setObject(String str, Object obj) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setObject(String str, Object obj, int param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setObject(String str, Object obj, int param, int param3) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setShort(String str, short param) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setString(String str, String str1) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setTime(String str, java.sql.Time time) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setTime(String str, java.sql.Time time, java.util.Calendar calendar) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setTimestamp(String str, java.sql.Timestamp timestamp) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setTimestamp(String str, java.sql.Timestamp timestamp, java.util.Calendar calendar) throws java.sql.SQLException
    {
        NotImplemented();
    }

    public void setURL(String str, java.net.URL url) throws java.sql.SQLException
    {
        NotImplemented();
    }
}

⌨️ 快捷键说明

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