org.tranql.sql
Interface UpdateCommandBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DynamicCommandBuilder, StaticCommandBuilder

public interface UpdateCommandBuilder
extends java.io.Serializable


Method Summary
 UpdateCommand buildCreate()
           
 UpdateCommand buildRemove()
           
 UpdateCommand buildStore()
           
 

Method Detail

buildCreate

UpdateCommand buildCreate()
                          throws QueryException
Throws:
QueryException

buildStore

UpdateCommand buildStore()
                         throws QueryException
Throws:
QueryException

buildRemove

UpdateCommand buildRemove()
                          throws QueryException
Throws:
QueryException


Copyright © -2010 The Codehaus. All Rights Reserved.