Class SqlQueryResultRow

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.ametys.plugins.externaldata.data.sql.SqlQueryResultRow
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>, QueryResultRow

public class SqlQueryResultRow extends HashMap<String,String> implements QueryResultRow
SQL implementation of Query Result Row.
See Also: