Searched refs:TableDsc (Results 1 – 8 of 8) sorted by relevance
33 public class TableDsc extends InstDescr { class41 public TableDsc() { in TableDsc() method in TableDsc45 public TableDsc( int nRows, int nColumns ) { in TableDsc() method in TableDsc51 public TableDsc( String TableName, int nRows, int nColumns ) { in TableDsc() method in TableDsc
246 TableDsc tDsc = new TableDsc(); in createTextTable()260 TableDsc tDsc = new TableDsc(rows, columns); in createTextTable()
61 TableDsc.java \
77 if ( iDsc instanceof TableDsc ) { in createCollection()
35 import util.TableDsc;131 TableDsc tDsc = new TableDsc( 6, 4 ); in createTestEnvironment()
35 import util.TableDsc;139 TableDsc tDsc = new TableDsc( 6, 4 ); in createTestEnvironment()
35 import util.TableDsc;184 TableDsc tDsc = new TableDsc( 6, 4 ); in createTestEnvironment()
34 import util.TableDsc;157 TableDsc tDsc = new TableDsc( 6, 4 ); in createTestEnvironment()
Completed in 60 milliseconds