Home | History | Annotate | Download | only in test

Lines Matching refs:CreateTable

68         self.tdb.CreateTable(tabname, [colname])
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
148 print '...before CreateTable...'
150 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
152 print '...after CreateTable...'
158 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
222 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
283 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e', 'p'])
324 self.tdb.CreateTable(tabname, ['x', 'y', 'z'])
340 self.tdb.CreateTable(tabname, ['Name', 'Type', 'Access'])