Searched refs:CreateTable (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbtables.py | 66 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/ |
D | dbtables.py | 309 def CreateTable(self, table, columns): member in bsdTableDB 395 self.CreateTable(table, columns)
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 37 CreateTable(Table& table);
|