Interface SnowflakePreparedStatement


  • public interface SnowflakePreparedStatement
    • Method Detail

      • setBigInteger

        void setBigInteger​(int parameterIndex,
                           BigInteger x)
                    throws SQLException
        Sets the designated parameter to the given BigInteger value.
        Parameters:
        parameterIndex -
        x -
        Throws:
        SQLException