public interface View
Modifier and Type | Method and Description |
---|---|
Integer |
getID()
This method is used to retrieve the unique view identifier.
|
String |
getName()
This method is used to retrieve the view name.
|
Table |
getTable()
Retrieve an instance of the Table class representing the
table part of this view.
|
String |
getTableName()
Retrieve the name of the table part of the view.
|
ViewType |
getType()
Retrieves the view type.
|
Integer getID()
String getName()
ViewType getType()
String getTableName()
Table getTable()
Copyright © 2000–2024 Packwood Software. All rights reserved.