org.netbeans.modules.visualweb.dataconnectivity.customizers |
|
Java Source File Name | Type | Comment |
RowSetSelection.java | Class | This class determines the rowset to be used with a dataprovider. |
RowSetSelectionQuery.java | Class | This presents either a short form of the sql text or the full sql text. |
SqlCommandCustomizer.java | Class | This customizer is instantiated once with the name of each class that it will customize
(currently only CachedRowSetX); the instance is then registered with insync
When a customizer is needed, getCustomizerPanel() is called. |
VisualSQLEditorMetaDataImpl.java | Class | Database meta data cache for the QueryBuilder. |