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 StringgetCreateMySQL(int size)getCreateMySQL(int size, String query, int params)abstract Stringabstract StringgetCreateSQLite(int size)getCreateSQLite(int size, String query, int params)abstract voidsetMySQL(PreparedStatement stmt, int i, T obj)abstract voidsetSQL(PreparedStatement stmt, T obj)abstract voidsetSQLite(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
-