Package | Description |
---|---|
org.teiid.query.tempdata |
Modifier and Type | Method and Description |
---|---|
static TempTableStore.TransactionMode |
TempTableStore.TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TempTableStore.TransactionMode[] |
TempTableStore.TransactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TempTableStore(String sessionID,
TempTableStore.TransactionMode transactionMode) |
TempTableStore(String sessionID,
TempTableStore.TransactionMode transactionMode,
boolean localScoped) |
Copyright © 2019. All rights reserved.