public static final class DatabaseMetaDataTransfer.View extends Object
| Modifier and Type | Method and Description |
|---|---|
DatabaseConnection |
getDatabaseConnection()
Returns the
DatabaseConnection this view comes from. |
JDBCDriver |
getJDBCDriver()
Returns the
JDBCDriver which was used to connect to getDatabaseConnection(). |
String |
getViewName()
Returns the name of this view.
|
String |
toString() |
public DatabaseConnection getDatabaseConnection()
DatabaseConnection this view comes from.public JDBCDriver getJDBCDriver()
JDBCDriver which was used to connect to getDatabaseConnection().public String getViewName()
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.