Package xbird.xquery.misc

Examples of xbird.xquery.misc.IStringChunk


        return _colName + " [" + _absolutePath + ']';
    }

    public void close() throws IOException {
        this._properties = null;
        IStringChunk sc = _stringChunk;
        if(sc != null) {
            sc.close();
            this._stringChunk = null;
        }
    }
View Full Code Here


        return _colName + " [" + _absolutePath + ']';
    }

    public void close() throws IOException {
        this._properties = null;
        IStringChunk sc = _stringChunk;
        if(sc != null) {
            sc.close();
            this._stringChunk = null;
        }
    }
View Full Code Here

TOP

Related Classes of xbird.xquery.misc.IStringChunk

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.