public MethodExecutionProcessor createExecutionProcessor(DBMethod method) {
return new OracleMethodExecutionProcessor(method);
}
public MethodExecutionProcessor createDebugExecutionProcessor(DBMethod method) {
return new OracleMethodDebugExecutionProcessor(method);
}