|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Server-side interface that represents a table in a database.
When table events are fired, the source of those events
(available via evt.getSource()
) will be an object
implementing this interface.
An object implementing this interface is returned by the
AgiDatabase.getTable()
method. Also
AgiDatabase.getTables()
returns an Enumeration of objects
implementing this interface.
Method Summary | |
String |
getName()
Return the name of this table. |
Method Detail |
public String getName()
String tableName = table.getName();
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |