Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.Row

Packages that use Row
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
 

Uses of Row in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql declared as Row
 Row RowMapper.RowUpdate.row
           
 

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type Row
 List<Row> RowMapper.RowBatch.creates
          Creates are done first and are ordered.
 

Methods in org.nuxeo.ecm.core.storage.sql that return Row
 Row Row.clone()
           
 Row RowMapper.readSimpleRow(RowId rowId)
          Gets a row for a SimpleFragment from the database, given its table name and id.
 Row CachingRowMapper.readSimpleRow(RowId rowId)
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type Row
 List<Row> RowMapper.readSelectionRows(SelectionType selType, Serializable selId, Serializable filter, Serializable criterion, boolean limitToOne)
          Reads the rows corresponding to a selection.
 List<Row> CachingRowMapper.readSelectionRows(SelectionType selType, Serializable selId, Serializable filter, Serializable criterion, boolean limitToOne)
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Row
 RowMapper.CopyResult RowMapper.copy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
          Copies the hierarchy starting from a given row to a new parent with a new name.
 RowMapper.CopyResult CachingRowMapper.copy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
           
 SimpleFragment PersistenceContext.createHierarchyFragment(Row row)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type Row
CollectionFragment(Row row, Fragment.State state, PersistenceContext context)
          Constructs a CollectionFragment from a Row.
RowMapper.RowUpdate(Row row, Collection<String> keys)
           
SimpleFragment(Row row, Fragment.State state, PersistenceContext context)
          Constructs a SimpleFragment from a Row.
 

Uses of Row in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return Row
 Row JDBCRowMapper.readSimpleRow(RowId rowId)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return types with arguments of type Row
 List<Row> JDBCRowMapper.readSelectionRows(SelectionType selType, Serializable selId, Serializable filter, Serializable criterion, boolean limitToOne)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Row
 RowMapper.CopyResult JDBCRowMapper.copy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
           
 void JDBCLogger.logSQL(String sql, List<Column> columns, Row row)
           
 

Method parameters in org.nuxeo.ecm.core.storage.sql.jdbc with type arguments of type Row
 void ScalarCollectionIO.executeInserts(PreparedStatement ps, List<Row> rows, List<Column> columns, boolean supportsBatchUpdates, String sql, JDBCLogger logger)
           
 void CollectionIO.executeInserts(PreparedStatement ps, List<Row> rows, List<Column> columns, boolean supportsBatchUpdates, String sql, JDBCLogger logger)
          Sets the values of a fragment to a SQL prepared statement, and executes the statement for each value.
 void ACLCollectionIO.executeInserts(PreparedStatement ps, List<Row> rows, List<Column> columns, boolean supportsBatchUpdates, String sql, JDBCLogger logger)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.