Index of the mssql module
-
m
sqlobject.mssql
...
- a __package__ ...
- f builder ...
-
m
mssqlconnection
...
- a __package__ ...
-
C
MSSQLConnection
...
- a supportTransactions ...
- a limit_re ...
- a SHOW_COLUMNS ...
- a SHOW_TABLES ...
- a HAS_IDENTITY ...
- a schemes ...
- a dbName ...
- f createReferenceConstraint ...
- f delColumn ...
- f guessClass ... - Here we take raw values coming out of syscolumns and map to SQLObject class types.
- f __init__ ...
- f createIDColumn ...
- f createIndexSQL ...
- f can_use_microseconds ...
- f can_use_max_types ...
- f columnsFromSchema ...
- f server_version ... - Get server version: 8 - 2000 9 - 2005 10 - 2008 11 - 2012
- f makeConnection ...
- f tableExists ...
- f insert_id ... - insert_id method.
- f createColumn ...
- f joinSQLType ...
- f addColumn ...