45464748495051
return new ExecutableJavaMethod(method, invocation, parameterMetaData); } @Override protected ServerJavaRoutine javaRoutine(EmbeddedQueryContext context, QueryBindings bindings) { return new ServerJavaMethod(context, bindings, invocation, method); }
57585960616263
this.method = method; } @Override protected ServerJavaRoutine javaRoutine(PostgresQueryContext context, QueryBindings bindings) { return new ServerJavaMethod(context, bindings, invocation, method); }