Class BinaryStreamStatementParameter

  • All Implemented Interfaces:
    JdbcStatementParameter

    public class BinaryStreamStatementParameter
    extends NamedStatementParameter
    Binary Stream Statement Parameter.

    In the adapter configuration file this class is aliased as jdbc-binary-stream-statement-parameter which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • BinaryStreamStatementParameter

        public BinaryStreamStatementParameter()
      • BinaryStreamStatementParameter

        public BinaryStreamStatementParameter​(java.lang.String name)
    • Method Detail

      • apply

        public void apply​(int parameterIndex,
                          java.sql.PreparedStatement statement,
                          AdaptrisMessage msg)
                   throws java.sql.SQLException,
                          ServiceException
        Description copied from interface: JdbcStatementParameter
        Apply this statement parameter to the PreparedStatement.
        Parameters:
        parameterIndex - the index in the PreparedStatement
        statement - the PreparedStatement
        msg - the AdaptrisMessage
        Throws:
        java.sql.SQLException - on exception
        ServiceException