@Override public void build(final CmdBuilder cb) { cb.init().arg(C_TO, 0).arg(1); }
@Override public void build(final CmdBuilder cb) { cb.init().xquery(0); }
@Override public void build(final CmdBuilder cb) { cb.init(Cmd.CREATE + " " + CmdCreate.USER).args(); }
@Override public void build(final CmdBuilder cb) { cb.init(Cmd.SHOW + " " + CmdShow.SESSIONS); }
/** * Builds a string representation from the command. This string must be correctly built, as * commands are sent to the server as strings. * * @param cb command builder */ protected void build(final CmdBuilder cb) { cb.init().args(); }