Default implementation of Dialect
Implementations might want to put logic here for turning autocommit on/off, etc.
Implementations might want to put logic here for turning autocommit on/off, etc.
Implementations might want to put logic here for turning autocommit on/off, etc.
returns an ISchema object for this engine, which allows access to information_schema tables (if supported)
indicate whether the DBAPI can receive SQL statements as Python unicode strings
Provide a database-specific TypeEngine object, given the generic object which comes from the types module.
Subclasses will usually use the adapt_type() method in the types module to make this job easy.
Given a cursor and ClauseParameters, call the appropriate style of setinputsizes() on the cursor, using DBAPI types from the bind parameter's TypeEngine objects.