Package xbird.xquery.misc

Examples of xbird.xquery.misc.BasicStringChunk


    protected int[][] _block;

    //-------------------------------------------- 

    public DocumentTable() {
        super(0L, new QNameTable(32), new BasicStringChunk());
        this._block = new int[DEFAULT_PAGES][];
    }
View Full Code Here


    protected long[][] _block;

    //-------------------------------------------- 

    public BigDocumentTable() {
        super(0L, new QNameTable(32), new BasicStringChunk());
        this._block = new long[DEFAULT_PAGES][];
    }
View Full Code Here

    protected long[][] _block;

    //-------------------------------------------- 

    public BigDocumentTable() {
        super(0L, new QNameTable(32), new BasicStringChunk());
        this._block = new long[DEFAULT_PAGES][];
    }
View Full Code Here

    protected int[][] _block;

    //-------------------------------------------- 

    public DocumentTable() {
        super(0L, new QNameTable(32), new BasicStringChunk());
        this._block = new int[DEFAULT_PAGES][];
    }
View Full Code Here

TOP

Related Classes of xbird.xquery.misc.BasicStringChunk

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.