Class PostgreSQLQuery
java.lang.Object
org.gcube.accounting.utility.postgresql.PostgreSQLQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final TimeZoneprotected static final org.slf4j.Loggerprotected StringBuffer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendString(String string) protected voidappendValue(Serializable serializable) protected StringgetQuotedString(String string) getSQLInsertCommand(org.gcube.documentstore.records.Record record) protected StringgetValue(Serializable serializable)
-
Field Details
-
logger
protected static final org.slf4j.Logger logger -
DEFAULT_TIME_ZONE
-
DATETIME_PATTERN
- See Also:
-
stringBuffer
-
-
Constructor Details
-
PostgreSQLQuery
public PostgreSQLQuery()
-
-
Method Details
-
getQuotedString
- Throws:
SQLException
-
appendString
-
appendValue
- Throws:
SQLException
-
getValue
- Throws:
SQLException
-
getSQLInsertCommand
- Throws:
Exception
-