com.fatwire.gst.foundation.facade.sql.table
Class TableCreator
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableCreator
public TableCreator(COM.FutureTense.Interfaces.ICS ics)
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.