Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSqlQueryLoader::SQLException Struct Reference

#include <KisSqlQueryLoader.h>

+ Inheritance diagram for KisSqlQueryLoader::SQLException:

Public Member Functions

 SQLException (QString _message, QString _filePath, int _statementIndex, QSqlError _sqlError)
 

Public Attributes

QString filePath
 
QString message
 
QSqlError sqlError
 
int statementIndex {0}
 

Detailed Description

Definition at line 126 of file KisSqlQueryLoader.h.

Constructor & Destructor Documentation

◆ SQLException()

KisSqlQueryLoader::SQLException::SQLException ( QString _message,
QString _filePath,
int _statementIndex,
QSqlError _sqlError )
inline

Definition at line 128 of file KisSqlQueryLoader.h.

132 : message(_message)
133 , filePath(_filePath)
134 , statementIndex(_statementIndex)
135 , sqlError(_sqlError)
136 {}

Member Data Documentation

◆ filePath

QString KisSqlQueryLoader::SQLException::filePath

Definition at line 139 of file KisSqlQueryLoader.h.

◆ message

QString KisSqlQueryLoader::SQLException::message

Definition at line 138 of file KisSqlQueryLoader.h.

◆ sqlError

QSqlError KisSqlQueryLoader::SQLException::sqlError

Definition at line 141 of file KisSqlQueryLoader.h.

◆ statementIndex

int KisSqlQueryLoader::SQLException::statementIndex {0}

Definition at line 140 of file KisSqlQueryLoader.h.

140{0};

The documentation for this struct was generated from the following file: