org.apache.ws.jaxme.sqls.impl
Class ColumnSetImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.ColumnSetImpl
Direct Known Subclasses:
ForeignKeyImpl, IndexImpl

public abstract class ColumnSetImpl
extends java.lang.Object

A common base class for ForeignKeyImpl and IndexImpl.

Author:
Jochen Wiedmann

Constructor Summary
ColumnSetImpl(Table pTable)
           
 
Method Summary
 Table getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnSetImpl

public ColumnSetImpl(Table pTable)
Method Detail

getTable

public Table getTable()