MCPcopy
hub / github.com/django/django / as_sql

Method as_sql

django/db/models/sql/compiler.py:38–39  ·  view source on GitHub ↗
(self, compiler, connection)

Source from the content-addressed store, hash-verified

36 super().__init__(refs, source)
37
38 def as_sql(self, compiler, connection):
39 return str(self.ordinal), ()
40
41
42class SQLCompiler:

Callers 6

compileMethod · 0.45
get_qualify_sqlMethod · 0.45
as_sqlMethod · 0.45
as_sqlMethod · 0.45
as_sqlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected