Cleaned up some code

This commit is contained in:
2021-08-19 17:11:38 +02:00
parent e8544ff761
commit 264d33db4f
5 changed files with 7 additions and 4 deletions

View File

@ -118,6 +118,7 @@ public abstract class SQLTable {
/**
* Gets the database selection from the current the table
*
* @return the database selection
*/
public DataBaseSelection select() {
@ -126,6 +127,7 @@ public abstract class SQLTable {
/**
* Gets the update manager of the current table
*
* @return the update manager
*/
public UpdateManager update() {
@ -134,6 +136,7 @@ public abstract class SQLTable {
/**
* Gets the insert manager of the current table
*
* @return the insert manager
*/
public InsertManager insert() {