public class RecordTuple extends PostgresTuple
| Modifier and Type | Field and Description |
|---|---|
static PostgresTuple |
EMPTY |
static PostgresTuple |
NULL |
threadWriter| Modifier and Type | Method and Description |
|---|---|
String |
buildTuple(boolean quote) |
static PostgresTuple |
from(PostgresTuple[] properties) |
void |
insertRecord(PostgresWriter sw,
String escaping,
org.revenj.database.postgres.converters.PostgresTuple.Mapping mappings) |
boolean |
mustEscapeArray() |
boolean |
mustEscapeRecord() |
buildQuoteEscape, buildSlashEscape, buildTuplepublic static final PostgresTuple EMPTY
public static final PostgresTuple NULL
public static PostgresTuple from(PostgresTuple[] properties)
public boolean mustEscapeRecord()
public boolean mustEscapeArray()
public String buildTuple(boolean quote)
buildTuple in class PostgresTuplepublic void insertRecord(PostgresWriter sw, String escaping, org.revenj.database.postgres.converters.PostgresTuple.Mapping mappings)
Copyright © 2016. All rights reserved.