class documentation

class _ms_binary_pyodbc(object):

Known subclasses: sqlalchemy.dialects.mssql.pyodbc._BINARY_pyodbc, sqlalchemy.dialects.mssql.pyodbc._VARBINARY_pyodbc

View In Hierarchy

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):

Undocumented