org.jboss.ejb.plugins.cmp.jdbc2.schema
Interface Table

All Known Implementing Classes:
EntityTable, RelationTable

public interface Table

Version:
$Revision: 1.1.2.5 $
Author:
Alexey Loubyansky

Nested Class Summary
static interface Table.View
           
 
Method Summary
 Table.View createView(Transaction tx)
           
 int getTableId()
           
 String getTableName()
           
 

Method Detail

getTableId

public int getTableId()

getTableName

public String getTableName()

createView

public Table.View createView(Transaction tx)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.