Uses of Class
com.vaadin.data.util.sqlcontainer.RowItem

Packages that use RowItem
com.vaadin.data.util.sqlcontainer   
com.vaadin.data.util.sqlcontainer.query   
com.vaadin.data.util.sqlcontainer.query.generator   
 

Uses of RowItem in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer with parameters of type RowItem
 void ColumnProperty.setOwner(RowItem owner)
           
 

Uses of RowItem in com.vaadin.data.util.sqlcontainer.query
 

Methods in com.vaadin.data.util.sqlcontainer.query with parameters of type RowItem
 boolean FreeformQueryDelegate.removeRow(Connection conn, RowItem row)
          Removes the given RowItem from the database.
 boolean TableQuery.removeRow(RowItem row)
           
 boolean QueryDelegate.removeRow(RowItem row)
          Removes the given RowItem from the database.
 boolean FreeformQuery.removeRow(RowItem row)
           
 int FreeformQueryDelegate.storeRow(Connection conn, RowItem row)
          Stores a row in the database.
 int TableQuery.storeRow(RowItem row)
           
 int QueryDelegate.storeRow(RowItem row)
          Stores a row in the database.
 int FreeformQuery.storeRow(RowItem row)
           
 RowId TableQuery.storeRowImmediately(RowItem row)
          Inserts the given row in the database table immediately.
 

Uses of RowItem in com.vaadin.data.util.sqlcontainer.query.generator
 

Methods in com.vaadin.data.util.sqlcontainer.query.generator with parameters of type RowItem
protected  Map<String,Object> DefaultSQLGenerator.generateColumnToValueMap(RowItem item)
           
 StatementHelper SQLGenerator.generateDeleteQuery(String tableName, List<String> primaryKeyColumns, String versionColumn, RowItem item)
          Generates a DELETE query for deleting data related to the given RowItem from the database.
 StatementHelper DefaultSQLGenerator.generateDeleteQuery(String tableName, List<String> primaryKeyColumns, String versionColumn, RowItem item)
           
 StatementHelper SQLGenerator.generateInsertQuery(String tableName, RowItem item)
          Generates an INSERT query for inserting a new row with the provided values.
 StatementHelper DefaultSQLGenerator.generateInsertQuery(String tableName, RowItem item)
           
protected  Map<String,Object> DefaultSQLGenerator.generateRowIdentifiers(RowItem item)
           
 StatementHelper SQLGenerator.generateUpdateQuery(String tableName, RowItem item)
          Generates an UPDATE query with the provided parameters.
 StatementHelper DefaultSQLGenerator.generateUpdateQuery(String tableName, RowItem item)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.