135136137138139140141
addTable( createTableInSchema( tableName, tapTable ) ); } protected TableInSchemaImpl createTableInSchema( String tableName, TapTable table ) { return new TableInSchemaImpl( this, tableName, TableType.TABLE, table ); }