Uses of Interface
org.eobjects.metamodel.UpdateScript

Packages that use UpdateScript
org.eobjects.metamodel Root package for MetaModel 
org.eobjects.metamodel.create API for creating tables 
org.eobjects.metamodel.delete API for deleting rows 
org.eobjects.metamodel.drop API for dropping tables 
org.eobjects.metamodel.insert API for inserting rows 
org.eobjects.metamodel.intercept   
org.eobjects.metamodel.update API for updating rows 
 

Uses of UpdateScript in org.eobjects.metamodel
 

Methods in org.eobjects.metamodel with parameters of type UpdateScript
 void UpdateableDataContext.executeUpdate(UpdateScript update)
          Submits an UpdateScript for execution on the DataContext.
 

Uses of UpdateScript in org.eobjects.metamodel.create
 

Classes in org.eobjects.metamodel.create that implement UpdateScript
 class CreateTable
          Represents a single CREATE TABLE operation to be applied to a UpdateableDataContext.
 class CreateTableColumnBuilder
          Column builder for CreateTable.
 

Uses of UpdateScript in org.eobjects.metamodel.delete
 

Classes in org.eobjects.metamodel.delete that implement UpdateScript
 class DeleteFrom
          Represents a single DELETE FROM operation to be applied to a UpdateableDataContext.
 

Uses of UpdateScript in org.eobjects.metamodel.drop
 

Classes in org.eobjects.metamodel.drop that implement UpdateScript
 class DropTable
          Represents a single DROP TABLE operation to be applied to a UpdateableDataContext.
 

Uses of UpdateScript in org.eobjects.metamodel.insert
 

Classes in org.eobjects.metamodel.insert that implement UpdateScript
 class InsertInto
          Represents a single INSERT INTO operation to be applied to a UpdateableDataContext.
 

Uses of UpdateScript in org.eobjects.metamodel.intercept
 

Methods in org.eobjects.metamodel.intercept with parameters of type UpdateScript
 void InterceptableDataContext.executeUpdate(UpdateScript update)
           
 

Uses of UpdateScript in org.eobjects.metamodel.update
 

Classes in org.eobjects.metamodel.update that implement UpdateScript
 class Update
          Represents a single UPDATE operation to be applied to a UpdateableDataContext.
 



Copyright © 2007-2013. All Rights Reserved.