Package org.apache.torque.engine.database.model

Examples of org.apache.torque.engine.database.model.SizedForBitDataDomain


    private void initialize()
    {
        setSchemaDomainMapping(
                    new Domain(SchemaType.LONGVARCHAR, "LONG VARCHAR"));

        setSchemaDomainMapping( new SizedForBitDataDomain(
                                    SchemaType.VARBINARY, "VARCHAR", "32672"));
        setSchemaDomainMapping(
                new SizedForBitDataDomain(SchemaType.BINARY, "CHAR", "1"));
        setSchemaDomainMapping( new Domain(SchemaType.LONGVARBINARY,
                                                "LONG VARCHAR FOR BIT DATA"));
        setSchemaDomainMapping(
                new Domain(SchemaType.LONGVARCHAR, "LONG VARCHAR"));
        setSchemaDomainMapping(
View Full Code Here

TOP

Related Classes of org.apache.torque.engine.database.model.SizedForBitDataDomain

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.