Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py66 self.tdb.CreateTable(tabname, [colname])
116 self.tdb.CreateTable(tabname, [col0, col1, col2])
148 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
156 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
220 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
281 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e', 'p'])
322 self.tdb.CreateTable(tabname, ['x', 'y', 'z'])
338 self.tdb.CreateTable(tabname, ['Name', 'Type', 'Access'])
/external/python/cpython2/Lib/bsddb/
Ddbtables.py309 def CreateTable(self, table, columns): member in bsdTableDB
395 self.CreateTable(table, columns)
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md37 CreateTable(Table& table);