public class InsertMySQL extends Insert
Constructor and Description |
---|
InsertMySQL(java.lang.String table)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuery()
Permet obtenir la sentència INSERT construïda en MySQL.
|
addFieldValuePair, addFieldValuePair, getFieldValuePairs, getInsert, validateQuery
public InsertMySQL(java.lang.String table) throws MyFrameUOCException
table
- - Nom de la taula que participa en la sentència INSERT.MyFrameUOCException
- Si no es pot crear la sentència INSERT.public java.lang.String getQuery() throws MyFrameUOCException
getQuery
in class Insert
String
amb la sentència INSERT construïda en MySQL.MyFrameUOCException
- Si no es pot obtenir la sentència INSERT construïda en MySQL.