All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jaxdb.sqlx_0_4.ObjectFactory Maven / Gradle / Ivy

Go to download

SQLx is a vendor-agnostic, XML-based SQL data definition standard that offers the power of XML validation for your static SQL data. The SQLx framework utilizes a strongly-typed DDLx file to generate a XML Schema document that translates DDLx constructs into the XSD language. With the SQLx XSLT, the SQLx tool leverages the power of XML Schema Validation and provides a cohesive structured model to define SQL data (that conforms to your SQL schema, defined in a DDLx file).

There is a newer version: 0.6.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.07.22 at 07:16:31 AM UTC 
//


package org.jaxdb.sqlx_0_4;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.jaxdb.sqlx_0_4 package. 
 * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jaxdb.sqlx_0_4 * */ public ObjectFactory() { } /** * Create an instance of {@link Char } * */ public Char createChar() { return new Char(); } /** * Create an instance of {@link Clob } * */ public Clob createClob() { return new Clob(); } /** * Create an instance of {@link Binary } * */ public Binary createBinary() { return new Binary(); } /** * Create an instance of {@link Blob } * */ public Blob createBlob() { return new Blob(); } /** * Create an instance of {@link Float } * */ public Float createFloat() { return new Float(); } /** * Create an instance of {@link Double } * */ public Double createDouble() { return new Double(); } /** * Create an instance of {@link Decimal } * */ public Decimal createDecimal() { return new Decimal(); } /** * Create an instance of {@link Date } * */ public Date createDate() { return new Date(); } /** * Create an instance of {@link Time } * */ public Time createTime() { return new Time(); } /** * Create an instance of {@link Datetime } * */ public Datetime createDatetime() { return new Datetime(); } /** * Create an instance of {@link Boolean } * */ public Boolean createBoolean() { return new Boolean(); } /** * Create an instance of {@link Enum } * */ public Enum createEnum() { return new Enum(); } /** * Create an instance of {@link Table } * */ public Table createTable() { return new Table(); } /** * Create an instance of {@link Insert } * */ public Insert createInsert() { return new Insert(); } /** * Create an instance of {@link Database } * */ public Database createDatabase() { return new Database(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy