org.jooq.util.postgres
Class PGobjectParser

java.lang.Object
  extended by 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

Constructor Summary
PGobjectParser()
          Deprecated.  
 
Method Summary
static List<String> parse(String input)
          Deprecated. - 2.3.0 - Use PostgresUtils.toPGObject(String) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGobjectParser

public PGobjectParser()
Deprecated. 
Method Detail

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.