Add support of IOT tables:
 - add boolean iot property to TableType
 - fix DDLParser.jjt to support ORGANIZATION INDEX clause
 - take out ALTER clause support 'cause IOT tables do not format
   properly even if TRANSFORM_CONSTRAINT_AS_ALTER is true
 - fix DDLParser.jjt to support in-line PRIMARY KEY clause in
   columnDeclarations - CONSTRAINT "PK_EMP" PRIMARY KEY ("EMPNO",
                            "ENAME") ENABLE
    . change transforms.properties to set _AS_ALTER to false
15 files changed
tree: 19c94b9b39b8cac519b736e69aa046135759d022
  1. .settings/
  2. src/
  3. .classpath
  4. .gitignore
  5. .project