public class PostgreSQLQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATETIME_PATTERN |
static TimeZone |
DEFAULT_TIME_ZONE |
protected static org.slf4j.Logger |
logger |
protected StringBuffer |
stringBuffer |
| Constructor and Description |
|---|
PostgreSQLQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendString(String string) |
protected void |
appendValue(Serializable serializable) |
protected String |
getQuotedString(String string) |
String |
getSQLInsertCommand(org.gcube.documentstore.records.Record record) |
protected String |
getValue(Serializable serializable) |
protected static final org.slf4j.Logger logger
public static final TimeZone DEFAULT_TIME_ZONE
public static final String DATETIME_PATTERN
protected StringBuffer stringBuffer
protected String getQuotedString(String string) throws SQLException
SQLExceptionprotected void appendString(String string)
protected void appendValue(Serializable serializable) throws SQLException
SQLExceptionprotected String getValue(Serializable serializable) throws SQLException
SQLExceptionCopyright © 2021. All Rights Reserved.