org.eclipse.datatools.modelbase.sql.tables.impl
Class SQLTablesFactoryImpl

java.lang.Object
  extended byEFactoryImpl
      extended byorg.eclipse.datatools.modelbase.sql.tables.impl.SQLTablesFactoryImpl
All Implemented Interfaces:
SQLTablesFactory

public class SQLTablesFactoryImpl
extends EFactoryImpl
implements SQLTablesFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.datatools.modelbase.sql.tables.SQLTablesFactory
eINSTANCE
 
Constructor Summary
SQLTablesFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
           
 EObject create(EClass eClass)
           
 Column createColumn()
           
 java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
           
 PersistentTable createPersistentTable()
           
 TemporaryTable createTemporaryTable()
           
 Trigger createTrigger()
           
 ViewTable createViewTable()
           
static SQLTablesPackage getPackage()
          Deprecated.  
 SQLTablesPackage getSQLTablesPackage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTablesFactoryImpl

public SQLTablesFactoryImpl()
Creates an instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createFromString

public java.lang.Object createFromString(EDataType eDataType,
                                         java.lang.String initialValue)


convertToString

public java.lang.String convertToString(EDataType eDataType,
                                        java.lang.Object instanceValue)


createViewTable

public ViewTable createViewTable()

Specified by:
createViewTable in interface SQLTablesFactory
Returns:
a new object of class 'View Table'.

createTemporaryTable

public TemporaryTable createTemporaryTable()

Specified by:
createTemporaryTable in interface SQLTablesFactory
Returns:
a new object of class 'Temporary Table'.

createPersistentTable

public PersistentTable createPersistentTable()

Specified by:
createPersistentTable in interface SQLTablesFactory
Returns:
a new object of class 'Persistent Table'.

createColumn

public Column createColumn()

Specified by:
createColumn in interface SQLTablesFactory
Returns:
a new object of class 'Column'.

createTrigger

public Trigger createTrigger()

Specified by:
createTrigger in interface SQLTablesFactory
Returns:
a new object of class 'Trigger'.

getSQLTablesPackage

public SQLTablesPackage getSQLTablesPackage()

Specified by:
getSQLTablesPackage in interface SQLTablesFactory
Returns:
the package supported by this factory.

getPackage

public static SQLTablesPackage getPackage()
Deprecated.  



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.