org.netbeans.modules.db/1 1.44.1 30

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

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

public static final class DatabaseMetaDataTransfer.Column
extends Object

Represents a column during a drag and drop transfer.


Method Summary
 String getColumnName()
          Returns the name of this column.
 DatabaseConnection getDatabaseConnection()
          Returns the DatabaseConnection this column comes from.
 JDBCDriver getJDBCDriver()
          Returns the JDBCDriver which was used to connect to getDatabaseConnection().
 String getTableName()
          Returns the name of the table that contains this column.
 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 column comes from.


getJDBCDriver

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


getTableName

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


getColumnName

public String getColumnName()
Returns the name of this column.


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.