SMACS

smacs.load.schema
Interface DbSchemaTableStore

All Superinterfaces:
DbSchemaTableList
All Known Implementing Classes:
DbSchemaTableListNode

public interface DbSchemaTableStore
extends DbSchemaTableList

DbSchema TableList holder.

see DbSchemaTableList

Author:
Copyright (C) 2004, Guido Draheim. All rights reserved. Part of SMACS project.

Method Summary
 void addTable(DbSchemaTable table, String schema)
          add new instance of type DbSchemaTable.
 
Methods inherited from interface smacs.load.schema.DbSchemaTableList
getTable, getTable, getTableList
 

Method Detail

addTable

public void addTable(DbSchemaTable table,
                     String schema)
add new instance of type DbSchemaTable. it should be retrievable by subsequent calls to DbSchemaTableList.getTable(java.lang.String). The schema name is optional since many tables are fully qualified.


SMACS