Class Sql.SQLite
java.lang.Object
com.djrapitops.plan.storage.database.sql.building.Sql
com.djrapitops.plan.storage.database.sql.building.Sql.SQLite
- 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
Constructors -
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, setDoubleOrNull, setStringOrNull, varchar
-
Constructor Details
-
SQLite
public SQLite()
-
-
Method Details
-
epochSecondToDate
- Specified by:
epochSecondToDatein classSql
-
dateToEpochSecond
- Specified by:
dateToEpochSecondin classSql
-
dateToDayStamp
- Specified by:
dateToDayStampin classSql
-
dateToHourStamp
- Specified by:
dateToHourStampin classSql
-
dateToDayOfWeek
- Specified by:
dateToDayOfWeekin classSql
-
dateToHour
- Specified by:
dateToHourin classSql
-
insertOrIgnore
- Specified by:
insertOrIgnorein classSql
-