public DebuggerRuntimeInfo getRuntimeInfo(Connection connection) throws SQLException {
return executeCall(connection, new DebuggerRuntimeInfo(), "get-runtime-info");
}
public ExecutionStatusInfo getExecutionStatusInfo(Connection connection) throws SQLException {
return executeCall(connection, new ExecutionStatusInfo(), "get-execution-status-info");
}