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
$context read-only
protected
IDatabaseContext
$context
$logger read-only
ロガー。
protected
ILogger
$logger
Methods
__construct()
public
__construct(IDatabaseContext $context) : mixed
Parameters
- $context : IDatabaseContext
deleteCrashReportCommentsBySequence()
public
deleteCrashReportCommentsBySequence(int $sequence) : bool
Parameters
- $sequence : int
Return values
boolinsertCrashReportComments()
public
insertCrashReportComments(int $sequence, string $comment) : void
Parameters
- $sequence : int
- $comment : string
selectExistsCrashReportCommentsBySequence()
public
selectExistsCrashReportCommentsBySequence(int $sequence) : bool
Parameters
- $sequence : int
Return values
boolupdateCrashReportComments()
public
updateCrashReportComments(int $sequence, string $comment) : void
Parameters
- $sequence : int
- $comment : string