Constructor and Description |
---|
Shell(PrintStream ps,
PrintStream errs) |
Shell(PrintWriter pw,
PrintWriter err) |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
void |
columns(String[] args)
Reports column names of the query result.
|
static void |
main(String[] args) |
boolean |
newrow(String[] args)
Reports row data of the query result.
|
static String |
sql_quote_dbl(String str) |
static String |
sql_quote(String str) |
void |
types(String[] args)
Reports type names of the columns of the query result.
|
public Shell(PrintWriter pw, PrintWriter err)
public Shell(PrintStream ps, PrintStream errs)
public void columns(String[] args)
Callback
public void types(String[] args)
Callback
public boolean newrow(String[] args)
Callback
public static void main(String[] args)
Copyright © 2014. All rights reserved.