Uses of Interface
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.SybaseASERangePartition

Packages that use SybaseASERangePartition
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util   
 

Uses of SybaseASERangePartition in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition that return SybaseASERangePartition
 SybaseASERangePartition PartitionFactory.createSybaseASERangePartition()
          Returns a new object of class 'Sybase ASE Range Partition'.
 

Uses of SybaseASERangePartition in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl
 

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl that implement SybaseASERangePartition
 class SybaseASERangePartitionImpl
          An implementation of the model object 'Sybase ASE Range Partition'.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl that return SybaseASERangePartition
 SybaseASERangePartition PartitionFactoryImpl.createSybaseASERangePartition()
           
 

Uses of SybaseASERangePartition in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util with parameters of type SybaseASERangePartition
 java.lang.Object PartitionSwitch.caseSybaseASERangePartition(SybaseASERangePartition object)
          Returns the result of interpreting the object as an instance of 'Sybase ASE Range Partition'.