org.netbeans.modules.db/1 1.44.1 30

org.netbeans.api.db.explorer
Class DatabaseMetaDataTransfer.Table

java.lang.Object
  extended by org.netbeans.api.db.explorer.DatabaseMetaDataTransfer.Table
Enclosing class:
DatabaseMetaDataTransfer

public static final class DatabaseMetaDataTransfer.Table
extends Object

Represents a table during a drag and drop transfer.


Method Summary
 DatabaseConnection getDatabaseConnection()
          Returns the DatabaseConnection this table comes from.
 JDBCDriver getJDBCDriver()
          Returns the JDBCDriver which was used to connect to getDatabaseConnection().
 String getTableName()
          Returns the name of this table.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDatabaseConnection

public DatabaseConnection getDatabaseConnection()
Returns the DatabaseConnection this table comes from.


getJDBCDriver

public JDBCDriver getJDBCDriver()
Returns the JDBCDriver which was used to connect to getDatabaseConnection().


getTableName

public String getTableName()
Returns the name of this table.


toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.db/1 1.44.1 30

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.