class documentation

Wraps binary values in dialect-specific Binary wrapper. If the value is null, return a pyodbc-specific BinaryNull object to prevent pyODBC [and FreeTDS] from defaulting binary NULL types to SQLWCHAR and causing implicit conversion errors.

Method bind_processor Undocumented
def bind_processor(self, dialect): (source)

Undocumented