org.sourceforge.jxdbcon.postgresql
Class PGUtil
java.lang.Object
|
+--org.sourceforge.jxdbcon.postgresql.PGUtil
- final class PGUtil
- extends Object
.
- Version:
- $Revision: 1.4 $
- Author:
- Keve Müller
Constructor Summary |
private |
PGUtil()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGUtil
private PGUtil()
parseExplain
static TreeMap parseExplain(String[] explain)
readAny
static Object readAny(StringTokenizer st)
readArray
static ArrayList readArray(StringTokenizer st)
readEntry
static int readEntry(Map map,
String[] lines,
int i)
readList
static ArrayList readList(StringTokenizer st)
readNode
static TreeMap readNode(StringTokenizer st)
skipSpace
static String skipSpace(StringTokenizer st)
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.