Class ExtensionPluginTable
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.extension.ExtensionPluginTable
Table information about 'plan_extension_plugins'.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
createTableSQL
(DBType dbType) static void
set2PluginValuesToStatement
(PreparedStatement statement, int parameterIndex, String pluginName, ServerUUID serverUUID)
-
Field Details
-
TABLE_NAME
- See Also:
-
ID
- See Also:
-
PLUGIN_NAME
- See Also:
-
LAST_UPDATED
- See Also:
-
SERVER_UUID
- See Also:
-
ICON_ID
- See Also:
-
STATEMENT_SELECT_PLUGIN_ID
- See Also:
-
-
Method Details
-
set2PluginValuesToStatement
public static void set2PluginValuesToStatement(PreparedStatement statement, int parameterIndex, String pluginName, ServerUUID serverUUID) throws SQLException - Throws:
SQLException
-
createTableSQL
-