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

com.alibaba.qlexpress4.runtime.QContext Maven / Gradle / Ivy

package com.alibaba.qlexpress4.runtime;

import com.alibaba.qlexpress4.runtime.scope.QScope;

/**
 * Author: DQinYuan
 */
public interface QContext extends QScope, QRuntime {

    QScope getCurrentScope();

    void closeScope();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy