Teiid 8.3.0.Final

org.teiid
Interface GeneratedKeys


public interface GeneratedKeys


Method Summary
 void addKey(List<?> vals)
          Add a generated key to this result.
 String[] getColumnNames()
          Get the column names of this result.
 Class<?>[] getColumnTypes()
          Get the column types of this result.
 Iterator<List<?>> getKeyIterator()
          Get an iterator to the keys added to this result.
 

Method Detail

addKey

void addKey(List<?> vals)
Add a generated key to this result. The list values must match the class types of this result.

Parameters:
vals -

getColumnNames

String[] getColumnNames()
Get the column names of this result.

Returns:

getColumnTypes

Class<?>[] getColumnTypes()
Get the column types of this result.

Returns:

getKeyIterator

Iterator<List<?>> getKeyIterator()
Get an iterator to the keys added to this result. The iterator is not guaranteed to be thread-safe with respect to the addKey(List) method.

Returns:

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.