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

All Known Implementing Classes:
EntityTable, RelationTable

public interface Table

Version:
$Revision: 57209 $
Author:
Alexey Loubyansky

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

Method Detail

getTableId

int getTableId()

getTableName

String getTableName()

createView

Table.View createView(Transaction tx)


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