| Constructor and Description |
|---|
SqlCommand(int patchId,
String statement,
long processTime,
LocalDateTime finishedOn)
Constructor.
|
SqlCommand(int patchId,
String statement,
long processTime,
LocalDateTime finishedOn,
Exception exception)
Constructor.
|
public SqlCommand(int patchId,
String statement,
long processTime,
LocalDateTime finishedOn)
patchId - id patches which include sqlstatement - sql command him selfprocessTime - time in milliseconds of how long the application of the statement in DB tookfinishedOn - date and time when the SQL statement was finishedpublic SqlCommand(int patchId,
String statement,
long processTime,
LocalDateTime finishedOn,
Exception exception)
patchId - id patches which include sqlstatement - sql command him selfprocessTime - time in milliseconds of how long the application of the statement in DB tookfinishedOn - date and time when the SQL statement was finishedexception - exception thrown during the statement applicationCopyright © 2020 FG Forrest, a.s.. All rights reserved.