org.tranql.sql
Interface UpdateCommandBuilder

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

public interface UpdateCommandBuilder
extends java.io.Serializable


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

Method Detail

buildCreate

public UpdateCommand buildCreate()
                          throws QueryException
Throws:
QueryException

buildStore

public UpdateCommand buildStore()
                         throws QueryException
Throws:
QueryException

buildRemove

public UpdateCommand buildRemove()
                          throws QueryException
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.