org.jooq.util.postgres
Class PGobjectParser
java.lang.Object
org.jooq.util.postgres.PGobjectParser
Deprecated. - 2.3.0 - Use PostgresUtils.toPGObject(String)
instead
@Deprecated
public class PGobjectParser
- extends Object
A parser for Postgres PGobject anonymous types
- Author:
- Lukas Eder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGobjectParser
public PGobjectParser()
- Deprecated.
parse
@Deprecated
public static List<String> parse(String input)
- Deprecated. - 2.3.0 - Use
PostgresUtils.toPGObject(String)
instead
- Tokenize a PGObject input string
Copyright © 2012. All Rights Reserved.