com.fatwire.gst.foundation.facade.sql.table
Class TableCreator

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.sql.table.TableCreator

public class TableCreator
extends Object

Facade over table create and delete CatalogManager operations

Author:
Dolf Dijkstra

Constructor Summary
TableCreator(COM.FutureTense.Interfaces.ICS ics)
           
 
Method Summary
 void createTable(TableDef table)
          Create a table
 void delteTable(String name)
          Delete a table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCreator

public TableCreator(COM.FutureTense.Interfaces.ICS ics)
Method Detail

delteTable

public void delteTable(String name)
Delete a table

Parameters:
name - the name of the table to delete

createTable

public void createTable(TableDef table)
Create a table

Parameters:
table - the table to create as defined by its TableDef


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.