Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql.jdbc
Interface SQLInfo.MapMaker

All Known Implementing Classes:
SQLInfo.ColumnMapMaker
Enclosing class:
SQLInfo

public static interface SQLInfo.MapMaker

Knows how to build a result map for a row given a ResultSet. This abstraction may be used to compute some values on the fly.


Method Summary
 Map<String,Serializable> makeMap(ResultSet rs)
           
 

Method Detail

makeMap

Map<String,Serializable> makeMap(ResultSet rs)
                                 throws SQLException
Throws:
SQLException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.