Class PostgresSqlParticipantStatements
java.lang.Object
org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
org.eclipse.edc.registration.store.sql.schema.PostgresSqlParticipantStatements
- All Implemented Interfaces:
ParticipantStatements
Extends
BaseSqlParticipantStatements with custom dialect for PG-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
getInsertParticipantsTemplate, getSelectParticipantByDidTemplate, getSelectParticipantByStateTemplate, getSelectParticipantTemplate, getUpdateParticipantTemplateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.edc.registration.store.sql.schema.ParticipantStatements
getCreatedAtColumn, getDidColumn, getErrorDetailColumn, getParticipantIdColumn, getParticipantTable, getStateColumn, getStateCountColumn, getStateTimestampColumn, getTraceContextColumn, getUpdatedAtColumn
-
Constructor Details
-
PostgresSqlParticipantStatements
public PostgresSqlParticipantStatements()
-
-
Method Details
-
getFormatJsonOperator
- Overrides:
getFormatJsonOperatorin classBaseSqlParticipantStatements
-