🛠️ Code cleanup & added many new features #1
@ -205,6 +205,15 @@ public class MySQLConnection {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update something on your server by query
|
||||||
|
* @param query The query you want to execute
|
||||||
|
* @return this class
|
||||||
|
*/
|
||||||
|
public MySQLConnection update(SQLQuery query) {
|
||||||
|
return update(query.getStatement(), query.getParameters());
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the {@link UpdateManager} for easier updating
|
* Gets the {@link UpdateManager} for easier updating
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user