Class Sql.MySQL
java.lang.Object
com.djrapitops.plan.storage.database.sql.building.Sql
com.djrapitops.plan.storage.database.sql.building.Sql.MySQL
- Enclosing class:
Sql
-
Nested Class Summary
Nested classes/interfaces inherited from class com.djrapitops.plan.storage.database.sql.building.Sql
Sql.MySQL, Sql.SQLite
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondateToDayOfWeek
(String sql) dateToDayStamp
(String sql) dateToEpochSecond
(String sql) dateToHour
(String sql) dateToHourStamp
(String sql) epochSecondToDate
(String sql) Methods inherited from class com.djrapitops.plan.storage.database.sql.building.Sql
concat, floor, getDayEpochMs, max, min, nParameters, setStringOrNull, varchar
-
Constructor Details
-
MySQL
public MySQL()
-
-
Method Details
-
epochSecondToDate
- Specified by:
epochSecondToDate
in classSql
-
dateToEpochSecond
- Specified by:
dateToEpochSecond
in classSql
-
dateToDayStamp
- Specified by:
dateToDayStamp
in classSql
-
dateToHourStamp
- Specified by:
dateToHourStamp
in classSql
-
dateToDayOfWeek
- Specified by:
dateToDayOfWeek
in classSql
-
dateToHour
- Specified by:
dateToHour
in classSql
-
insertOrIgnore
- Specified by:
insertOrIgnore
in classSql
-