ObjSQLite3.h: Import all exceptions
FossilOrigin-Name: d1beadb92df473b44078425ce2b60542e781189011bc40df6b3ceb4a0d4ec74a
This commit is contained in:
parent
bd3543537b
commit
08b99abf63
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@
|
|||
|
||||
#import "SL3Connection.h"
|
||||
#import "SL3PreparedStatement.h"
|
||||
|
||||
#import "SL3Exception.h"
|
||||
#import "SL3BindObjectFailedException.h"
|
||||
#import "SL3ClearBindingsFailedException.h"
|
||||
#import "SL3ExecuteStatementFailedException.h"
|
||||
#import "SL3OpenFailedException.h"
|
||||
#import "SL3PrepareStatementFailedException.h"
|
||||
#import "SL3ResetStatementFailedException.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue