Exemple #1
0
 ASqliteStatement _Err(SLError r, string func)
 {
     if (r != 0 && r != SLError.Row)
     {
         throw new SLException(r, _db, func);
     }
     return(this);
 }
Exemple #2
0
 internal static extern byte *sqlite3_errstr(SLError rc);
Exemple #3
0
 internal static string Errstr(SLError r) => Util.AConvert.FromUtf8(sqlite3_errstr(r));
Exemple #4
0
 public object CreateFromStringWithError(string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public object HydrateFromStringWithError(string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error) {
     throw new NotImplementedException();
 }
Exemple #6
0
 public object CreateFromFileWithError(string xaml, bool create_namescope, out Type element_type, SLError error)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 internal static string Errstr(SLError r) => Convert2.Utf8Decode(sqlite3_errstr(r));
Exemple #8
0
 public object HydrateFromStringWithError(string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public object CreateFromStringWithError(string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public object CreateFromFileWithError(string xaml, bool create_namescope, out Type element_type, SLError error)
 {
     throw new NotImplementedException();
 }