net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.table |
|
Java Source File Name | Type | Comment |
BaseTableTab.java | Class | Base class for tabs to be displayed when a table in selected in the object
tree. |
ColumnPriviligesTab.java | Class | This tab shows the column privilege info for the currently selected table. |
ColumnsTab.java | Class | This tab shows the columns in the currently selected table. |
ContentsTab.java | Class | This is the tab showing the contents (data) of the table. |
ExportedKeysTab.java | Class | This tab shows the columns in the currently selected table. |
ImportedKeysTab.java | Class | This tab shows the imported keys in the currently selected table. |
IndexesTab.java | Class | This tab shows the columns in the currently selected table. |
ITableTab.java | Interface | This interface defines the behaviour for a tab in TablePanel, the
panel displayed when a table is selected in the object tree. |
PrimaryKeyTab.java | Class | This tab shows the primary key info for the currently selected table. |
RowCountTab.java | Class | This tab shows the number of rows in the table. |
RowIDTab.java | Class | This tab shows the primary key info for the currently selected table. |
TablePriviligesTab.java | Class | This tab shows the table privilege info for the currently selected table. |
VersionColumnsTab.java | Class | This tab shows the version info for the currently selected table. |