Package com.plotsquared.core.database
Class StmtMod<T>
java.lang.Object
com.plotsquared.core.database.StmtMod<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getCreateMySQL
(int size) getCreateMySQL
(int size, String query, int params) abstract String
abstract String
getCreateSQLite
(int size) getCreateSQLite
(int size, String query, int params) abstract void
setMySQL
(PreparedStatement stmt, int i, T obj) abstract void
setSQL
(PreparedStatement stmt, T obj) abstract void
setSQLite
(PreparedStatement stmt, int i, T obj)
-
Constructor Details
-
StmtMod
public StmtMod()
-
-
Method Details
-
getCreateMySQL
-
getCreateMySQL
-
getCreateSQLite
-
getCreateSQLite
-
getCreateSQL
-
setMySQL
- Throws:
SQLException
-
setSQLite
- Throws:
SQLException
-
setSQL
- Throws:
SQLException
-