PeServer

CrashReportCommentsEntityDao extends DaoBase
in package
uses DaoTrait

DBアクセス基底処理。

こいつを継承してアクセス処理を構築する。

Table of Contents

Properties

$context  : IDatabaseContext
$logger  : ILogger
ロガー。

Methods

__construct()  : mixed
deleteCrashReportCommentsBySequence()  : bool
insertCrashReportComments()  : void
selectExistsCrashReportCommentsBySequence()  : bool
updateCrashReportComments()  : void

Properties

Methods

deleteCrashReportCommentsBySequence()

public deleteCrashReportCommentsBySequence(int $sequence) : bool
Parameters
$sequence : int
Return values
bool

insertCrashReportComments()

public insertCrashReportComments(int $sequence, string $comment) : void
Parameters
$sequence : int
$comment : string

selectExistsCrashReportCommentsBySequence()

public selectExistsCrashReportCommentsBySequence(int $sequence) : bool
Parameters
$sequence : int
Return values
bool

updateCrashReportComments()

public updateCrashReportComments(int $sequence, string $comment) : void
Parameters
$sequence : int
$comment : string

        
On this page

Search results