public abstract class PostgresTuple extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<PostgresWriter> |
threadWriter |
| Constructor and Description |
|---|
PostgresTuple() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildQuoteEscape(String escaping) |
static String |
buildSlashEscape(int len) |
String |
buildTuple(boolean quote) |
void |
buildTuple(PostgresWriter sw,
boolean quote) |
protected static ThreadLocal<PostgresWriter> threadWriter
public void buildTuple(PostgresWriter sw, boolean quote)
public String buildTuple(boolean quote)
public static String buildSlashEscape(int len)
Copyright © 2016. All rights reserved.