ch.sahits.codegen.sql.model
Interface ICurrentRecordSet

All Superinterfaces:
ISelectedTableDefinition

public interface ICurrentRecordSet
extends ISelectedTableDefinition

This interface defines one row/recod set of a table

Since:
1.1.0
Author:
Andi Hotz

Method Summary
 int getFieldCount()
          Retrieve the number of fields
 java.util.List<IField> values()
          Retrieve all fields of this record set
 
Methods inherited from interface ch.sahits.codegen.sql.model.ISelectedTableDefinition
getOwner, getTableName, selectedFields
 

Method Detail

values

java.util.List<IField> values()
Retrieve all fields of this record set

Returns:
List with all fields

getFieldCount

int getFieldCount()
Retrieve the number of fields

Returns:
count of values