|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LockingSchemaType in org.eclipse.datatools.enablement.ase |
---|
Methods in org.eclipse.datatools.enablement.ase that return LockingSchemaType | |
---|---|
LockingSchemaType |
ISybaseASECatalogTable.getLockSchemaSuper()
|
Uses of LockingSchemaType in org.eclipse.datatools.enablement.ase.catalog |
---|
Methods in org.eclipse.datatools.enablement.ase.catalog that return LockingSchemaType | |
---|---|
LockingSchemaType |
SybaseASEBaseTableLoader.getLockSchema()
|
LockingSchemaType |
SybaseASECatalogProxyTable.getLockSchema()
|
LockingSchemaType |
SybaseASECatalogWebServiceTable.getLockSchema()
|
LockingSchemaType |
SybaseASECatalogTable.getLockSchema()
|
LockingSchemaType |
SybaseASECatalogTempTable.getLockSchema()
|
LockingSchemaType |
SybaseASECatalogProxyTable.getLockSchemaSuper()
|
LockingSchemaType |
SybaseASECatalogWebServiceTable.getLockSchemaSuper()
|
LockingSchemaType |
SybaseASECatalogTable.getLockSchemaSuper()
|
LockingSchemaType |
SybaseASECatalogTempTable.getLockSchemaSuper()
|
Uses of LockingSchemaType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel |
---|
Fields in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel declared as LockingSchemaType | |
---|---|
static LockingSchemaType |
LockingSchemaType.LOCKALLPAGES_LITERAL
The 'LOCKALLPAGES' literal object. |
static LockingSchemaType |
LockingSchemaType.LOCKDATAPAGES_LITERAL
The 'LOCKDATAPAGES' literal object. |
static LockingSchemaType |
LockingSchemaType.LOCKDATAROWS_LITERAL
The 'LOCKDATAROWS' literal object. |
static LockingSchemaType |
LockingSchemaType.SERVERDEFAULT_LITERAL
The 'SERVERDEFAULT' literal object. |
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel that return LockingSchemaType | |
---|---|
static LockingSchemaType |
LockingSchemaType.get(int value)
Returns the 'Locking Schema Type' literal with the specified integer value. |
static LockingSchemaType |
LockingSchemaType.get(java.lang.String literal)
Returns the 'Locking Schema Type' literal with the specified literal value. |
static LockingSchemaType |
LockingSchemaType.getByName(java.lang.String name)
Returns the 'Locking Schema Type' literal with the specified name. |
LockingSchemaType |
SybaseASEBaseTable.getLockSchema()
Returns the value of the 'Lock Schema' attribute. |
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel with parameters of type LockingSchemaType | |
---|---|
void |
SybaseASEBaseTable.setLockSchema(LockingSchemaType value)
Sets the value of the ' Lock Schema ' attribute. |
Uses of LockingSchemaType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl |
---|
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that return LockingSchemaType | |
---|---|
LockingSchemaType |
SybaseasesqlmodelFactoryImpl.createLockingSchemaTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
LockingSchemaType |
SybaseASEBaseTableImpl.getLockSchema()
|
LockingSchemaType |
SybaseASETempTableImpl.getLockSchema()
|
LockingSchemaType |
SybaseASETableImpl.getLockSchema()
|
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl with parameters of type LockingSchemaType | |
---|---|
void |
SybaseASEBaseTableImpl.setLockSchema(LockingSchemaType newLockSchema)
|
void |
SybaseASETempTableImpl.setLockSchema(LockingSchemaType newLockSchema)
|
void |
SybaseASETableImpl.setLockSchema(LockingSchemaType newLockSchema)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |