Class BrokeredPreparedStatement42

    • Constructor Detail

      • BrokeredPreparedStatement42

        public BrokeredPreparedStatement42​(BrokeredStatementControl control,
                                           java.lang.String sql,
                                           java.lang.Object generatedKeys)
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • setObject

        public void setObject​(int parameterIndex,
                              java.lang.Object x,
                              java.sql.SQLType targetSQLType)
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setObject

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