Search in sources :

Example 1 with SqlExtension

use of org.develnext.jphp.ext.sql.SqlExtension in project jphp by jphp-compiler.

the class SqlJvmTestCase method newScope.

@Override
protected CompileScope newScope() {
    CompileScope scope = super.newScope();
    scope.registerExtension(new SqlExtension());
    return scope;
}
Also used : CompileScope(php.runtime.env.CompileScope) SqlExtension(org.develnext.jphp.ext.sql.SqlExtension)

Aggregations

SqlExtension (org.develnext.jphp.ext.sql.SqlExtension)1 CompileScope (php.runtime.env.CompileScope)1