| org.netbeans.modules.sql.framework.model.DBTableCookie
DBTableCookie | public interface DBTableCookie extends Node.Cookie(Code) | | Interface for providing access to an implementation instance of DBTable
from a NetBeans node.
author: Jonathan Giron version: $Revision$ |
Method Summary | |
public DBTable | getDBTable() Gets the associated DBTable implementation. |
getDBTable | public DBTable getDBTable()(Code) | | Gets the associated DBTable implementation.
associated DBTable instance |
|
|