org.apache.blur.shell
Class GetRowCommand
java.lang.Object
org.apache.blur.shell.Command
org.apache.blur.shell.GetRowCommand
- All Implemented Interfaces:
- TableFirstArgCommand
public class GetRowCommand
- extends Command
- implements TableFirstArgCommand
GetRowCommand
public GetRowCommand()
doit
public void doit(PrintWriter outPw,
Blur.Iface client,
String[] args)
throws Command.CommandException,
TException,
BlurException
- Specified by:
doit
in class Command
- Throws:
Command.CommandException
TException
BlurException
format
public static void format(PagingPrintWriter out,
FetchRowResult rowResult,
int maxWidth)
throws PagingPrintWriter.FinishedException
- Throws:
PagingPrintWriter.FinishedException
format
public static void format(PagingPrintWriter out,
Record record,
int maxWidth)
throws PagingPrintWriter.FinishedException
- Throws:
PagingPrintWriter.FinishedException
description
public String description()
- Specified by:
description
in class Command
usage
public String usage()
- Specified by:
usage
in class Command
name
public String name()
- Specified by:
name
in class Command
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.