Changed insertFrom to insertTo because it makes more sense 😅
This commit is contained in:
parent
81e5fdecaa
commit
4e3cd42c60
@ -247,7 +247,7 @@ public class MySQLConnection {
|
|||||||
* @param tableName The name of the table you want to insert a object
|
* @param tableName The name of the table you want to insert a object
|
||||||
* @return InsertManager
|
* @return InsertManager
|
||||||
*/
|
*/
|
||||||
public InsertManager insertFrom(String tableName) {
|
public InsertManager insertTo(String tableName) {
|
||||||
return new InsertManager(this, tableName);
|
return new InsertManager(this, tableName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user