|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransactionOption in org.eclipse.datatools.enablement.sybase.asa.base.catalog |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return TransactionOption | |
---|---|
TransactionOption |
SybaseASACatalogBaseTempTable.getTransactionOption()
|
Uses of TransactionOption in org.eclipse.datatools.enablement.sybase.asa.catalog |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.catalog that return TransactionOption | |
---|---|
TransactionOption |
SybaseASACatalogTempTable.getTransactionOption()
|
Uses of TransactionOption in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel |
---|
Fields in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel declared as TransactionOption | |
---|---|
static TransactionOption |
TransactionOption.DELETE_LITERAL
The 'DELETE' literal object. |
static TransactionOption |
TransactionOption.NOT_TRANSACTION_LITERAL
The 'NOT TRANSACTION' literal object. |
static TransactionOption |
TransactionOption.PRESERVE_LITERAL
The 'PRESERVE' literal object. |
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel that return TransactionOption | |
---|---|
static TransactionOption |
TransactionOption.get(int value)
Returns the 'Transaction Option' literal with the specified integer value. |
static TransactionOption |
TransactionOption.get(java.lang.String literal)
Returns the 'Transaction Option' literal with the specified literal value. |
static TransactionOption |
TransactionOption.getByName(java.lang.String name)
Returns the 'Transaction Option' literal with the specified name. |
TransactionOption |
SybaseASABaseTempTable.getTransactionOption()
Returns the value of the 'Transaction Option' attribute. |
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel with parameters of type TransactionOption | |
---|---|
void |
SybaseASABaseTempTable.setTransactionOption(TransactionOption value)
Sets the value of the ' Transaction Option ' attribute. |
Uses of TransactionOption in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that return TransactionOption | |
---|---|
TransactionOption |
SybaseasabasesqlmodelFactoryImpl.createTransactionOptionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
TransactionOption |
SybaseASABaseTempTableImpl.getTransactionOption()
|
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl with parameters of type TransactionOption | |
---|---|
void |
SybaseASABaseTempTableImpl.setTransactionOption(TransactionOption newTransactionOption)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |