Constant Field Values

Contents

de.jvstvshd.*

  • de.jvstvshd.necrify.common.punishment.AbstractPunishment
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "DELETE FROM necrify_punishment WHERE punishment_id = ?"
    protected static final String
    "UPDATE necrify_punishment SET reason = ?, expiration = ?, issued_at = ? WHERE punishment_id = ?"
    protected static final String
    "INSERT INTO necrify_punishment (uuid, type, expiration, reason, punishment_id, issued_at) VALUES (?, ?, ?, ?, ?, ?)"
    protected static final String
    "UPDATE necrify_punishment SET successor = ? WHERE punishment_id = ?"
    protected static final String
    "UPDATE necrify_punishment SET expiration = ?, issued_at = ? WHERE punishment_id = ?"