Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use SQLInfo.MapMaker
org.nuxeo.ecm.core.storage.sql.jdbc   
 

Uses of SQLInfo.MapMaker in org.nuxeo.ecm.core.storage.sql.jdbc
 

Classes in org.nuxeo.ecm.core.storage.sql.jdbc that implement SQLInfo.MapMaker
static class SQLInfo.ColumnMapMaker
          Builds the map from a result set given a list of columns and column keys.
 

Fields in org.nuxeo.ecm.core.storage.sql.jdbc declared as SQLInfo.MapMaker
 SQLInfo.MapMaker SQLInfo.SQLInfoSelect.mapMaker
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type SQLInfo.MapMaker
SQLInfo.SQLInfoSelect(String sql, List<Column> whatColumns, SQLInfo.MapMaker mapMaker, List<Column> whereColumns, List<Column> opaqueColumns)
           
SQLInfo.SQLInfoSelect(String sql, SQLInfo.MapMaker mapMaker)
          Select where some column keys may be aliased, and some columns may be computed.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.