}
@Override
public CommandInterface prepareCommand(FClient fClient,String sql, int fetchSize, ReadModel readModel, boolean autoCommit, ExecuteSession statementSession) {
checkClosed();
return new CommandRemote(fClient, this, sql, fetchSize, readModel, autoCommit, statementSession, null);
}