Uses of Interface
org.eclipse.datatools.enablement.ase.ISybaseASECatalogTable

Packages that use ISybaseASECatalogTable
org.eclipse.datatools.enablement.ase   
org.eclipse.datatools.enablement.ase.catalog   
 

Uses of ISybaseASECatalogTable in org.eclipse.datatools.enablement.ase
 

Subinterfaces of ISybaseASECatalogTable in org.eclipse.datatools.enablement.ase
 interface ISybaseASECatalogProxyTable
           
 interface ISybaseASECatalogWebServiceTable
           
 

Uses of ISybaseASECatalogTable in org.eclipse.datatools.enablement.ase.catalog
 

Classes in org.eclipse.datatools.enablement.ase.catalog that implement ISybaseASECatalogTable
 class SybaseASECatalogProxyTable
           
 class SybaseASECatalogTable
           
 class SybaseASECatalogTempTable
           
 class SybaseASECatalogWebServiceTable
           
 

Methods in org.eclipse.datatools.enablement.ase.catalog with parameters of type ISybaseASECatalogTable
 void SybaseASECatalogSchema.loadIndices(java.util.List indexWrappers, ISybaseASECatalogTable table)
           
 void SybaseASECatalogSchema.loadTriggers(java.util.List trigNames, ISybaseASECatalogTable table)