Package | Description |
---|---|
org.teiid | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
GeneratedKeys |
CommandContext.getGeneratedKeys()
Returns the last set of generated keys for the current command or null if no keys have been generated.
|
GeneratedKeys |
CommandContext.returnGeneratedKeys(String[] columnNames,
Class<?>[] columnDataTypes)
Creates a holder for generated keys.
|
Modifier and Type | Method and Description |
---|---|
GeneratedKeys |
ExecutionContext.returnGeneratedKeys()
If there are generatedKeyColumns, return the
GeneratedKeys used to supply the values to the engine. |
Copyright © 2020. All rights reserved.