Constant Field Values

Contents

org.eclnt.*

  • org.eclnt.ccee.db.dofw.DOFWDialect
    Modifier and Type
    Constant Field
    Value
    public static final String
    "hsqldb"
    public static final String
    "mssql"
    public static final String
    "mysql"
    public static final String
    "oracle"
    public static final String
    "oracle_casesensitive"
    public static final String
    "postgres"
    public static final String
    "sybase"
  • org.eclnt.ccee.db.dofw.DOFWSql
    Modifier and Type
    Constant Field
    Value
    public static final String
    "This is the central class of the DOFW persistence framework. It maps Java entity objects (\"Pojos\") to database table operations. As result SQL commands are assembled for querying and updating the database.\nThe SQL commands are all assembled in the same way:\n1. PreparedStatement processing is used so that\n2. any data that is passed by the application is NOT able to influence the SQL command itself.\nAs result the framework is robust against SQL injection attacks."
  • org.eclnt.ccee.dyndata.DynDataMap
    Modifier and Type
    Constant Field
    Value
    public static final String
    "data"