public class GeneratedKeysImpl extends Object implements GeneratedKeys
Modifier | Constructor and Description |
---|---|
protected |
GeneratedKeysImpl(String[] colNames,
Class<?>[] types) |
Modifier and Type | Method and Description |
---|---|
void |
addKey(List<?> vals) |
String[] |
getColumnNames() |
Class<?>[] |
getColumnTypes() |
Iterator<List<?>> |
getKeyIterator() |
List<List<?>> |
getKeys() |
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.