public class GeneratedKeysImpl extends Object implements GeneratedKeys
Modifier and Type | Field and Description |
---|---|
static String |
LAST_GENERATED_KEY |
Modifier | Constructor and Description |
---|---|
protected |
GeneratedKeysImpl(String[] colNames,
Class<?>[] types,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
addKey(List<?> vals) |
String[] |
getColumnNames() |
Class<?>[] |
getColumnTypes() |
Iterator<List<?>> |
getKeyIterator() |
List<List<?>> |
getKeys() |
public static final String LAST_GENERATED_KEY
protected GeneratedKeysImpl(String[] colNames, Class<?>[] types, CommandContext commandContext)
public void addKey(List<?> vals)
addKey
in interface GeneratedKeys
public String[] getColumnNames()
getColumnNames
in interface GeneratedKeys
public Class<?>[] getColumnTypes()
getColumnTypes
in interface GeneratedKeys
public Iterator<List<?>> getKeyIterator()
getKeyIterator
in interface GeneratedKeys
Copyright © 2019. All rights reserved.