Class BaseSqlParticipantStatements
java.lang.Object
org.eclipse.edc.registration.store.sql.schema.BaseSqlParticipantStatements
- All Implemented Interfaces:
ParticipantStatements
- Direct Known Subclasses:
PostgresSqlParticipantStatements
Provide an agnostic SQL implementation of
ParticipantStatements which is not tied to
a particular SQL storage-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringINSERT clause for participants.Select single participants by DIDSELECT clause for all participants.SELECT clause for all participants.Update statement for participantsMethods 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
-
BaseSqlParticipantStatements
public BaseSqlParticipantStatements()
-
-
Method Details
-
getInsertParticipantsTemplate
Description copied from interface:ParticipantStatementsINSERT clause for participants.- Specified by:
getInsertParticipantsTemplatein interfaceParticipantStatements
-
getSelectParticipantByDidTemplate
Description copied from interface:ParticipantStatementsSelect single participants by DID- Specified by:
getSelectParticipantByDidTemplatein interfaceParticipantStatements
-
getUpdateParticipantTemplate
Description copied from interface:ParticipantStatementsUpdate statement for participants- Specified by:
getUpdateParticipantTemplatein interfaceParticipantStatements
-
getSelectParticipantTemplate
Description copied from interface:ParticipantStatementsSELECT clause for all participants.- Specified by:
getSelectParticipantTemplatein interfaceParticipantStatements
-
getSelectParticipantByStateTemplate
Description copied from interface:ParticipantStatementsSELECT clause for all participants.- Specified by:
getSelectParticipantByStateTemplatein interfaceParticipantStatements
-
getFormatJsonOperator
-