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