Class FBResultSet

    • Method Detail

      • updateObject

        public void updateObject​(int columnIndex,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType,
                                 int scaleOrLength)
                          throws java.sql.SQLException

        Jaybird delegates to AbstractResultSet.updateObject(int, Object, int) and ignores the value of targetSqlType

        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(java.lang.String columnLabel,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType,
                                 int scaleOrLength)
                          throws java.sql.SQLException

        Jaybird delegates to AbstractResultSet.updateObject(String, Object, int) and ignores the value of targetSqlType

        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(int columnIndex,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType)
                          throws java.sql.SQLException

        Jaybird delegates to AbstractResultSet.updateObject(int, Object) and ignores the value of targetSqlType

        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(java.lang.String columnLabel,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType)
                          throws java.sql.SQLException

        Jaybird delegates to AbstractResultSet.updateObject(String, Object) and ignores the value of targetSqlType

        Throws:
        java.sql.SQLException