Replace

This class represents the MySQL-compatibility REPLACE statement

Methods
void addRow(Expression[] expr)
Add a row to this replace statement.
void addRow(Expression[] expr)
Add a row to this replace statement.
Parameters:
expr - the list of values
String getPlanSQL()
String getPlanSQL()
int getType()
int getType()
boolean isCacheable()
boolean isCacheable()
boolean isTransactional()
boolean isTransactional()
void prepare()
void prepare()
ResultInterface queryMeta()
ResultInterface queryMeta()
void setColumns(Column[] columns)
void setColumns(Column[] columns)
void setCommand(Command command)
void setCommand(Command command)
void setKeys(Column[] keys)
void setKeys(Column[] keys)
void setQuery(Query query)
void setQuery(Query query)
void setTable(Table table)
void setTable(Table table)
int update()
int update()