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
      • setMap

        <T> void setMap​(int parameterIndex,
                        Map<String,​T> map,
                        int type)
                 throws SQLException
        Sets the designated parameter to the given Map instance.
        Parameters:
        parameterIndex -
        map -
        Throws:
        SQLException