SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Static Public Member Functions | Protected Member Functions | Properties | List of all members
SQLite.NotNullConstraintViolationException Class Reference

check for a violation of the constraints in the table. More...

Inheritance diagram for SQLite.NotNullConstraintViolationException:
SQLite.SQLiteException

Static Public Member Functions

static new NotNullConstraintViolationException New (SQLite3.Result r, string message)
 Constructor More...
 
static NotNullConstraintViolationException New (SQLite3.Result r, string message, TableMapping mapping, object obj)
 Constructor More...
 
static NotNullConstraintViolationException New (SQLiteException exception, TableMapping mapping, object obj)
 Constructor More...
 
- Static Public Member Functions inherited from SQLite.SQLiteException
static SQLiteException New (SQLite3.Result r, string message)
 Constructor More...
 

Protected Member Functions

 NotNullConstraintViolationException (SQLite3.Result r, string message)
 Constructor More...
 
 NotNullConstraintViolationException (SQLite3.Result r, string message, TableMapping mapping, object obj)
 Constructor More...
 
- Protected Member Functions inherited from SQLite.SQLiteException
 SQLiteException (SQLite3.Result r, string message)
 Constructor More...
 

Properties

IEnumerable< TableMapping.ColumnColumns [get, protected set]
 Columns off TableMapping to determine the violation More...
 
- Properties inherited from SQLite.SQLiteException
SQLite3.Result Result [get]
 the result of the expection More...
 

Detailed Description

check for a violation of the constraints in the table.

Constructor & Destructor Documentation

◆ NotNullConstraintViolationException() [1/2]

SQLite.NotNullConstraintViolationException.NotNullConstraintViolationException ( SQLite3.Result  r,
string  message 
)
protected

Constructor

Parameters
r
message

◆ NotNullConstraintViolationException() [2/2]

SQLite.NotNullConstraintViolationException.NotNullConstraintViolationException ( SQLite3.Result  r,
string  message,
TableMapping  mapping,
object  obj 
)
protected

Constructor

Parameters
rthe result
message
mapping
obj

Member Function Documentation

◆ New() [1/3]

static new NotNullConstraintViolationException SQLite.NotNullConstraintViolationException.New ( SQLite3.Result  r,
string  message 
)
static

Constructor

Parameters
rthe reuslt
message
Returns

◆ New() [2/3]

static NotNullConstraintViolationException SQLite.NotNullConstraintViolationException.New ( SQLite3.Result  r,
string  message,
TableMapping  mapping,
object  obj 
)
static

Constructor

Parameters
rthe result
message
mapping
obj
Returns

◆ New() [3/3]

static NotNullConstraintViolationException SQLite.NotNullConstraintViolationException.New ( SQLiteException  exception,
TableMapping  mapping,
object  obj 
)
static

Constructor

Parameters
exception
mapping
obj
Returns

Property Documentation

◆ Columns

IEnumerable<TableMapping.Column> SQLite.NotNullConstraintViolationException.Columns
getprotected set

Columns off TableMapping to determine the violation


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