-
Notifications
You must be signed in to change notification settings - Fork 16
SQLP 2.2.2 and SQLEP 1.7.1 Tutorial
Vladimír Hudec edited this page Jul 20, 2013
·
8 revisions
###The tutorial is updated for SQLP 2.2.2+ and SQLEP 1.7.1+
###Introduction The new features of the SQL Processor (SQLP) version 2.2.2 and the SQL Processor Eclipse Plugin (SQLEP) version 1.7.1 are
- new control directive metagen-optional-features
- improve generated INSERT statement for not required cloumns
- new control directive metagen-optimize-insert
- new SQLP {= columns (...) } for INSERT
- optional features in the statement's execution scope
- extended SqlControl
- fixed bug in pojogen-ignore-one-to-many
- improved count() SQL
- input parameters checking
###Control directive metagen-optional-features Using this control directive, for example
metagen-optional-features SELECT_COUNTRY IOPT=SURROUND_QUERY_MIN_LEN=1;
we can inject into generated META SQL statement this optional feature
SELECT_COUNTRY(QRY,IOPT=SURROUND_QUERY_MIN_LEN=1,inx=Country,outx=Country,tab=country)=
...
TODO
- SQL Processor Home
- SQL Processor News
- SQL Processor Eclipse Plugin Home
- SQL Processor Eclipse Plugin News
- SQL Processor Architecture
- SQLP and SQLM*P Tutorials
- SQLM*P Control directives
- Basic Tutorials
- 10 minutes Tutorial
- Simple Tutorial
- CRUD Tutorial
- Associations Tutorial
- Inheritance Tutorial
- More inheritance Tutorial
- Custom Types Tutorial
- Stored procedures Tutorial
- IDE Setup and Coding Standards
- Catalog (JPA) Sample
- Catalog (Hibernate) Sample
- Catalog (Spring) Sample
- Advanced catalog (Spring) Sample
- The Reference Guide
- The Eclipse Plugin Tutorials
- The Improvements
- Tutorials archive