Home
last modified time | relevance | path

Searched refs:paramstyle (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/sqlite3/
Ddbapi2.py29 paramstyle = "qmark" variable
/third_party/python/Lib/sqlite3/test/
Ddbapi.py43 self.assertEqual(sqlite.paramstyle, "qmark",
45 sqlite.paramstyle)
/third_party/python/Doc/library/
Dsqlite3.rst127 .. data:: paramstyle
138 the ``paramstyle`` attribute.