public class DeleteMySQL extends Delete
Constructor and Description |
---|
DeleteMySQL(java.lang.String table)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuery()
Permet obtenir la sentència DELETE construïda en MySQL.
|
getDelete, validateQuery
addRestriction, getRestriction, getRestrictionQuery, hasRestriction, removeRrestriction
public DeleteMySQL(java.lang.String table) throws MyFrameUOCException
table
- - Nom de la taula que participa en la sentència DELETE.MyFrameUOCException
- Si no es pot crear la sentència DELETE.public java.lang.String getQuery() throws MyFrameUOCException
getQuery
in class Delete
String
amb la sentència DELETE construïda en MySQL.MyFrameUOCException
- Si no es pot obtenir la sentència DELETE construïda en MySQL.