Msdata.SystSessions (mscmp_syst_session v0.1.0) (mscmp_syst_session)
User interface session data.
Summary
Functions
See MscmpSystSession.Impl.Msdata.SystSessions.Validators.insert_changeset/1
.
See MscmpSystSession.Impl.Msdata.SystSessions.Validators.update_changeset/2
.
Types
@type t() :: %Msdata.SystSessions{ __meta__: Ecto.Schema.Metadata.t(), diag_role_created: String.t() | nil, diag_role_modified: String.t() | nil, diag_row_version: integer() | nil, diag_timestamp_created: DateTime.t() | nil, diag_timestamp_modified: DateTime.t() | nil, diag_update_count: integer() | nil, diag_wallclock_modified: DateTime.t() | nil, id: Ecto.UUID.t() | nil, internal_name: MscmpSystSession.Types.session_name() | nil, session_data: map() | nil, session_expires: DateTime.t() | nil }
Functions
Link to this function
insert_changeset(insert_params)
@spec insert_changeset(MscmpSystSession.Types.session_params()) :: Ecto.Changeset.t()
See MscmpSystSession.Impl.Msdata.SystSessions.Validators.insert_changeset/1
.
Link to this function
update_changeset(session, update_params)
@spec update_changeset(t(), MscmpSystSession.Types.session_params()) :: Ecto.Changeset.t()
See MscmpSystSession.Impl.Msdata.SystSessions.Validators.update_changeset/2
.