Class FBPreparedStatement

    • Method Detail

      • setObject

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

        Implementation note: behaves as AbstractPreparedStatement.setObject(int, Object, int, int) called with SQLType.getVendorTypeNumber().

        Throws:
        java.sql.SQLException
      • setObject

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

        Implementation note: behaves as AbstractPreparedStatement.setObject(int, Object, int) called with SQLType.getVendorTypeNumber().

        Throws:
        java.sql.SQLException