Constant Field Values

Contents

net.bugreaper.*

  • net.bugreaper.modules.db.MariaDb
    Modifier and Type
    Constant Field
    Value
    protected static final String
    COUNT
    "COUNT_RES"
    protected static final String
    SELECT_ALL
    "SELECT * FROM "
  • net.bugreaper.modules.db.MsSQL
    Modifier and Type
    Constant Field
    Value
    protected static final String
    COUNT
    "COUNT_RES"
    protected static final String
    SELECT_ALL
    "SELECT * FROM "
  • net.bugreaper.modules.db.MySQL
    Modifier and Type
    Constant Field
    Value
    protected static final String
    COUNT
    "COUNT_RES"
    protected static final String
    SELECT_ALL
    "SELECT * FROM "
  • net.bugreaper.modules.db.OracleDb
    Modifier and Type
    Constant Field
    Value
    protected static final String
    COUNT
    "COUNT_RES"
    protected static final String
    SELECT_ALL
    "SELECT * FROM "
  • net.bugreaper.modules.db.PostgreSQL
    Modifier and Type
    Constant Field
    Value
    protected static final String
    COUNT
    "COUNT_RES"
    protected static final String
    SELECT_ALL
    "SELECT * FROM "
  • net.bugreaper.modules.db.jdbc.JdbcExecutor<T extends JdbcExecutor<T>>
    Modifier and Type
    Constant Field
    Value
    protected static final String
    COUNT
    "COUNT_RES"
    protected static final String
    SELECT_ALL
    "SELECT * FROM "