public interface DBRecordIfc
Modifier and Type | Method and Description |
---|---|
java.lang.String |
persist()
This method should provide the SQL necessary to insert or update a
DBRecordIfc implementation into a database.
|
java.lang.String persist() throws UDCSQLException
UDCSQLException