com.ebasetech.ufs.utility
Interface PersistentDeleteable

All Superinterfaces:
PersistentCommon
All Known Subinterfaces:
Persistent, PersistentOptimistic

public interface PersistentDeleteable
extends PersistentCommon

The subset of persistence methods that objects must implement to support delete


Method Summary
 java.sql.PreparedStatement getDeleteStatement(java.sql.Connection con)
          Answer a prepared statement that deletes the persistent implementation from the database.
 
Methods inherited from interface com.ebasetech.ufs.utility.PersistentCommon
bindKeys, getIdentifier, getTableName
 

Method Detail

getDeleteStatement

public java.sql.PreparedStatement getDeleteStatement(java.sql.Connection con)
                                              throws java.sql.SQLException
Answer a prepared statement that deletes the persistent implementation from the database. Key values must be bound.

Throws:
java.sql.SQLException