Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Concepts/SqlStyle

< Scout‎ | Concepts
Revision as of 13:50, 18 October 2011 by Unnamed Poltroon (Talk) (New page: {{ScoutPage|cat=Concepts}} SqlStyle is a Scout concept used to have SQL code that is independent from the database engine. {{ScoutJavadoc|AbstractSqlStyle|C}} ==Description== {{Note|TOD...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Scout documentation has been moved to https://eclipsescout.github.io/.

SqlStyle is a Scout concept used to have SQL code that is independent from the database engine.

The Scout documentation has been moved to https://eclipsescout.github.io/.

Description

Note.png
TODO
Add a description


Included SqlStyle

Eclipse Scout is shipped with some SqlStyles:

  • DB2SqlStyle
  • DerbySqlStyle
  • MSSQLSqlStyle
  • OracleSqlStyle


See also

Back to the top