public static class CMISQLQueryMaker.CMISQLMapMaker extends Object implements SQLInfo.MapMaker
| Modifier and Type | Field and Description |
|---|---|
protected List<CMISQLQueryMaker.SqlColumn> |
realColumns |
protected NuxeoCmisService |
service |
protected Map<String,org.apache.chemistry.opencmis.server.support.query.ColumnReference> |
virtualColumns |
| Constructor and Description |
|---|
CMISQLMapMaker(List<CMISQLQueryMaker.SqlColumn> realColumns,
Map<String,org.apache.chemistry.opencmis.server.support.query.ColumnReference> virtualColumns,
NuxeoCmisService service) |
protected List<CMISQLQueryMaker.SqlColumn> realColumns
protected Map<String,org.apache.chemistry.opencmis.server.support.query.ColumnReference> virtualColumns
protected NuxeoCmisService service
public CMISQLMapMaker(List<CMISQLQueryMaker.SqlColumn> realColumns, Map<String,org.apache.chemistry.opencmis.server.support.query.ColumnReference> virtualColumns, NuxeoCmisService service)
public Map<String,Serializable> makeMap(ResultSet rs) throws SQLException
makeMap in interface SQLInfo.MapMakerSQLExceptionCopyright © 2019 Nuxeo. All rights reserved.