-
Notifications
You must be signed in to change notification settings - Fork 16
SQLEP 1.3.1 Tutorial
###The tutorial is updated for SQLP 2 and SQLEP 1.3.1
###Introduction The new features of the SQL Processor Eclipse Plugin (SQLEP) version 1.3.1 are
- extended index generation
###Indexes Alongside the control directive for compound indexes described in SQLEP 1.2.x Changes Tutorial there are two more control directives
database-skip-indexes;
In this case in the generated POJOs and META SQL statements (based on DB) there are no indexes related artifacts.
database-index-types num1,num2,...;
In this case in the generated POJOs and META SQL statements (based on DB) there are indexes related artifacts of types num1,num2,.... For more information please see http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getIndexInfo%28java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean,%20boolean%29. The standard processed types are 1 and 3.
- 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