| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncrementType | |
|---|---|
| org.eclipse.datatools.modelbase.sql.constraints | |
| Uses of IncrementType in org.eclipse.datatools.modelbase.sql.constraints | 
|---|
| Fields in org.eclipse.datatools.modelbase.sql.constraints declared as IncrementType | |
|---|---|
| static IncrementType | IncrementType.ASC_LITERALThe 'ASC' literal object. | 
| static IncrementType | IncrementType.DESC_LITERALThe 'DESC' literal object. | 
| static IncrementType | IncrementType.RANDOM_LITERALThe 'RANDOM' literal object. | 
| Methods in org.eclipse.datatools.modelbase.sql.constraints that return IncrementType | |
|---|---|
| static IncrementType | IncrementType.get(int value)Returns the 'Increment Type' literal with the specified integer value. | 
| static IncrementType | IncrementType.get(java.lang.String literal)Returns the 'Increment Type' literal with the specified literal value. | 
| static IncrementType | IncrementType.getByName(java.lang.String name)Returns the 'Increment Type' literal with the specified name. | 
|  IncrementType | IndexMember.getIncrementType()Returns the value of the 'Increment Type' attribute. | 
| Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type IncrementType | |
|---|---|
|  void | IndexMember.setIncrementType(IncrementType value)Sets the value of the ' Increment Type' attribute. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||