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
 java.util.Map<java.lang.String,java.io.Serializable> makeMap(java.sql.ResultSet rs)
           
 

Method Detail

makeMap

java.util.Map<java.lang.String,java.io.Serializable> makeMap(java.sql.ResultSet rs)
                                                             throws java.sql.SQLException
Throws:
java.sql.SQLException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.