jar

org.jaxdb : ddlx

Maven & Gradle

May 23, 2020
3 usages

JAX-DB DDLx · DDLx is a XML definition of the DDL specification. It is a vendor-agnostic, SQL compliant XSD used to create SQL Schemas in XML. The DDLx Schema utilizes the power of XML Schema Validation to provides a cohesive structured model for the creation of SQL Schemas.

Table Of Contents

Latest Version

Download org.jaxdb : ddlx JAR file - Latest Versions:

All Versions

Download org.jaxdb : ddlx JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ddlx-0.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jaxdb.ddlx.annotation

├─ org.jaxdb.ddlx.annotation.Column.class - [JAR]

├─ org.jaxdb.ddlx.annotation.Schema.class - [JAR]

├─ org.jaxdb.ddlx.annotation.Table.class - [JAR]

org.jaxdb.www.ddlx_0_4

├─ org.jaxdb.www.ddlx_0_4.xLygluGCXAA.class - [JAR]

org.jaxdb.vendor

├─ org.jaxdb.vendor.DB2Dialect.class - [JAR]

├─ org.jaxdb.vendor.DBVendor.class - [JAR]

├─ org.jaxdb.vendor.DBVendorSpecific.class - [JAR]

├─ org.jaxdb.vendor.DerbyDialect.class - [JAR]

├─ org.jaxdb.vendor.Dialect.class - [JAR]

├─ org.jaxdb.vendor.MariaDBDialect.class - [JAR]

├─ org.jaxdb.vendor.MySQLDialect.class - [JAR]

├─ org.jaxdb.vendor.OracleDialect.class - [JAR]

├─ org.jaxdb.vendor.PostgreSQLDialect.class - [JAR]

├─ org.jaxdb.vendor.SQLiteDialect.class - [JAR]

org.openjax.www.xml.datatypes_0_9

├─ org.openjax.www.xml.datatypes_0_9.xL9gluGCXAA.class - [JAR]

org.jaxdb.www.datatypes_0_4

├─ org.jaxdb.www.datatypes_0_4.xL3gluGCXAA.class - [JAR]

org.jaxdb.ddlx

├─ org.jaxdb.ddlx.Compiler.class - [JAR]

├─ org.jaxdb.ddlx.CreateStatement.class - [JAR]

├─ org.jaxdb.ddlx.DB2Compiler.class - [JAR]

├─ org.jaxdb.ddlx.DDLxAudit.class - [JAR]

├─ org.jaxdb.ddlx.Decompiler.class - [JAR]

├─ org.jaxdb.ddlx.DerbyCompiler.class - [JAR]

├─ org.jaxdb.ddlx.DerbyDecompiler.class - [JAR]

├─ org.jaxdb.ddlx.DropStatement.class - [JAR]

├─ org.jaxdb.ddlx.Generator.class - [JAR]

├─ org.jaxdb.ddlx.GeneratorExecutionException.class - [JAR]

├─ org.jaxdb.ddlx.MariaDBCompiler.class - [JAR]

├─ org.jaxdb.ddlx.MySQLCompiler.class - [JAR]

├─ org.jaxdb.ddlx.OracleCompiler.class - [JAR]

├─ org.jaxdb.ddlx.PostgreSQLCompiler.class - [JAR]

├─ org.jaxdb.ddlx.ReservedWords.class - [JAR]

├─ org.jaxdb.ddlx.SQLDataTypes.class - [JAR]

├─ org.jaxdb.ddlx.SQLStandard.class - [JAR]

├─ org.jaxdb.ddlx.SQLiteCompiler.class - [JAR]

├─ org.jaxdb.ddlx.SQLiteDecompiler.class - [JAR]

├─ org.jaxdb.ddlx.Schemas.class - [JAR]

├─ org.jaxdb.ddlx.Statement.class - [JAR]

├─ org.jaxdb.ddlx.StatementBatch.class - [JAR]

├─ org.jaxdb.ddlx.dt.class - [JAR]

Advertisement