xtendm3-sdk.0.18.3.source-code.LockedResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtendm3-sdk Show documentation
Show all versions of xtendm3-sdk Show documentation
XtendM3 SDK for developing XtendM3 Extensions locally
The newest version!
/**
* API for accessing database data container
*
* @param Generic table
* @since API Version 0.5.0
*/
public interface LockedResult extends DBContainer {
/**
* Update the database record
*
* @return {@code true} if record was updated
* @since API Version 0.5.0
*/
boolean update();
/**
* Delete the database record
*
* @return {@code true} if record was deleted
* @since API Version 0.5.0
*/
boolean delete();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy