Package org.gdbms.engine.data.object

Examples of org.gdbms.engine.data.object.ObjectDataSourceSupport


        mes = new SpatialMetadataEditionSupport(this);
        rowOrientedEdition = new RowOrientedEditionDataSourceImpl(this, driver, mes);
        rowOrientedEdition.setDriver(driver);
        ocCounter = new OpenCloseCounter(this);
        spatialDataSourceImpl = new SpatialDataSourceImpl(this, driver);
        objectSupport = new ObjectDataSourceSupport(driver);
        driverDataSourceSupport = new DriverDataSourceImpl(driver);
        this.driver = driver;
    }
View Full Code Here

TOP

Related Classes of org.gdbms.engine.data.object.ObjectDataSourceSupport

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.