|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LockPromotionInfo
A representation of the model object 'Lock Promotion Info'.
The following features are supported:
SybaseasesqlmodelPackage.getLockPromotionInfo()
Method Summary | |
---|---|
int |
getHWM()
Returns the value of the 'HWM' attribute. |
int |
getLWM()
Returns the value of the 'LWM' attribute. |
int |
getPCT()
Returns the value of the 'PCT' attribute. |
boolean |
isRowLockPromotion()
Returns the value of the 'Row Lock Promotion' attribute. |
void |
setHWM(int value)
Sets the value of the ' HWM ' attribute. |
void |
setLWM(int value)
Sets the value of the ' LWM ' attribute. |
void |
setPCT(int value)
Sets the value of the ' PCT ' attribute. |
void |
setRowLockPromotion(boolean value)
Sets the value of the ' Row Lock Promotion ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isRowLockPromotion()
If the meaning of the 'Row Lock Promotion' attribute isn't clear, there really should be more of a description here...
setRowLockPromotion(boolean)
,
SybaseasesqlmodelPackage.getLockPromotionInfo_RowLockPromotion()
void setRowLockPromotion(boolean value)
Row Lock Promotion
' attribute.
value
- the new value of the 'Row Lock Promotion' attribute.isRowLockPromotion()
int getLWM()
If the meaning of the 'LWM' attribute isn't clear, there really should be more of a description here...
setLWM(int)
,
SybaseasesqlmodelPackage.getLockPromotionInfo_LWM()
void setLWM(int value)
LWM
' attribute.
value
- the new value of the 'LWM' attribute.getLWM()
int getHWM()
If the meaning of the 'HWM' attribute isn't clear, there really should be more of a description here...
setHWM(int)
,
SybaseasesqlmodelPackage.getLockPromotionInfo_HWM()
void setHWM(int value)
HWM
' attribute.
value
- the new value of the 'HWM' attribute.getHWM()
int getPCT()
If the meaning of the 'PCT' attribute isn't clear, there really should be more of a description here...
setPCT(int)
,
SybaseasesqlmodelPackage.getLockPromotionInfo_PCT()
void setPCT(int value)
PCT
' attribute.
value
- the new value of the 'PCT' attribute.getPCT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |