class documentation

class MSTypeCompiler(compiler.GenericTypeCompiler):

View In Hierarchy

Undocumented

Method ​_extend Extend a string-type declaration with standard SQL COLLATE annotations.
Method visit__​BASETIMEIMPL Undocumented
Method visit_​BIT Undocumented
Method visit​_boolean Undocumented
Method visit_​CHAR Undocumented
Method visit​_date Undocumented
Method visit​_datetime Undocumented
Method visit_​DATETIME2 Undocumented
Method visit_​DATETIMEOFFSET Undocumented
Method visit_​FLOAT Undocumented
Method visit_​IMAGE Undocumented
Method visit_​JSON Undocumented
Method visit​_large​_binary Undocumented
Method visit_​MONEY Undocumented
Method visit_​NCHAR Undocumented
Method visit_​NTEXT Undocumented
Method visit_​NVARCHAR Undocumented
Method visit_​ROWVERSION Undocumented
Method visit_​SMALLDATETIME Undocumented
Method visit_​SMALLMONEY Undocumented
Method visit_​SQL_​VARIANT Undocumented
Method visit​_text Undocumented
Method visit_​TEXT Undocumented
Method visit_​TIME Undocumented
Method visit​_time Undocumented
Method visit_​TIMESTAMP Undocumented
Method visit_​TINYINT Undocumented
Method visit​_unicode Undocumented
Method visit​_unicode​_text Undocumented
Method visit_​UNIQUEIDENTIFIER Undocumented
Method visit_​VARBINARY Undocumented
Method visit_​VARCHAR Undocumented
Method visit_​XML Undocumented

Inherited from GenericTypeCompiler:

Method ​_render​_string​_type Undocumented
Method visit​_big​_integer Undocumented
Method visit_​BIGINT Undocumented
Method visit_​BINARY Undocumented
Method visit_​BLOB Undocumented
Method visit_​BOOLEAN Undocumented
Method visit_​CLOB Undocumented
Method visit_​DATE Undocumented
Method visit_​DATETIME Undocumented
Method visit_​DECIMAL Undocumented
Method visit​_enum Undocumented
Method visit​_float Undocumented
Method visit_​INTEGER Undocumented
Method visit​_integer Undocumented
Method visit_​NCLOB Undocumented
Method visit​_null Undocumented
Method visit_​NUMERIC Undocumented
Method visit​_numeric Undocumented
Method visit_​REAL Undocumented
Method visit​_real Undocumented
Method visit​_small​_integer Undocumented
Method visit_​SMALLINT Undocumented
Method visit​_string Undocumented
Method visit​_type​_decorator Undocumented
Method visit​_user​_defined Undocumented

Inherited from TypeCompiler (via GenericTypeCompiler):

Method __init__ Undocumented
Method process Undocumented
Method visit​_unsupported​_compilation Undocumented
Class Variable ensure​_kwarg Undocumented
Instance Variable dialect Undocumented
def _extend(self, spec, type_, length=None):
Extend a string-type declaration with standard SQL COLLATE annotations.
def visit__BASETIMEIMPL(self, type_, **kw):

Undocumented

def visit_BIT(self, type_, **kw):

Undocumented

def visit_boolean(self, type_, **kw):
def visit_CHAR(self, type_, **kw):
def visit_date(self, type_, **kw):
def visit_datetime(self, type_, **kw):
def visit_DATETIME2(self, type_, **kw):

Undocumented

def visit_DATETIMEOFFSET(self, type_, **kw):

Undocumented

def visit_FLOAT(self, type_, **kw):
def visit_IMAGE(self, type_, **kw):

Undocumented

def visit_JSON(self, type_, **kw):

Undocumented

def visit_large_binary(self, type_, **kw):
def visit_MONEY(self, type_, **kw):

Undocumented

def visit_NCHAR(self, type_, **kw):
def visit_NTEXT(self, type_, **kw):

Undocumented

def visit_NVARCHAR(self, type_, **kw):
def visit_ROWVERSION(self, type_, **kw):

Undocumented

def visit_SMALLDATETIME(self, type_, **kw):

Undocumented

def visit_SMALLMONEY(self, type_, **kw):

Undocumented

def visit_SQL_VARIANT(self, type_, **kw):

Undocumented

def visit_text(self, type_, **kw):
def visit_TEXT(self, type_, **kw):
def visit_TIME(self, type_, **kw):
def visit_time(self, type_, **kw):
def visit_TIMESTAMP(self, type_, **kw):
def visit_TINYINT(self, type_, **kw):

Undocumented

def visit_unicode(self, type_, **kw):
def visit_unicode_text(self, type_, **kw):
def visit_UNIQUEIDENTIFIER(self, type_, **kw):

Undocumented

def visit_VARBINARY(self, type_, **kw):
def visit_VARCHAR(self, type_, **kw):
def visit_XML(self, type_, **kw):

Undocumented