org.eobjects.metamodel.update
Interface RowUpdateable

All Known Subinterfaces:
UpdateCallback
All Known Implementing Classes:
AbstractUpdateCallback

public interface RowUpdateable


Method Summary
 boolean isUpdateSupported()
          Determines whether row update is supported
 RowUpdationBuilder update(String tableName)
          Initiates a row updation builder.
 RowUpdationBuilder update(String schemaName, String tableName)
          Initiates a row updation builder.
 RowUpdationBuilder update(Table table)
          Initiates a row updation builder.
 

Method Detail

isUpdateSupported

boolean isUpdateSupported()
Determines whether row update is supported

Returns:
true if row update is supported

update

RowUpdationBuilder update(Table table)
                          throws IllegalArgumentException,
                                 IllegalStateException,
                                 UnsupportedOperationException
Initiates a row updation builder.

Parameters:
table -
Returns:
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException

update

RowUpdationBuilder update(String tableName)
                          throws IllegalArgumentException,
                                 IllegalStateException,
                                 UnsupportedOperationException
Initiates a row updation builder.

Parameters:
tableName -
Returns:
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException

update

RowUpdationBuilder update(String schemaName,
                          String tableName)
                          throws IllegalArgumentException,
                                 IllegalStateException,
                                 UnsupportedOperationException
Initiates a row updation builder.

Parameters:
schemaName -
tableName -
Returns:
Throws:
IllegalArgumentException
IllegalStateException
UnsupportedOperationException


Copyright © 2007-2013. All Rights Reserved.