コード例 #1
0
 internal override void ReturnText(Wrapper.SqliteContextHandle context, string value)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 internal override void ReturnInt32(Wrapper.SqliteContextHandle context, int value)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 internal override void ReturnNull(Wrapper.SqliteContextHandle context)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 internal override void ReturnDouble(Wrapper.SqliteContextHandle context, double value)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 internal override void ReturnBlob(Wrapper.SqliteContextHandle context, byte[] value)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 internal override Wrapper.SqliteValueHandle AggregateContext(Wrapper.SqliteContextHandle context)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 internal override int ContextCollateCompare(CollationEncodingEnum enc, Wrapper.SqliteContextHandle context, char[] c1, char[] c2)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 internal override CollationSequence GetCollationSequence(SqliteFunction func, Wrapper.SqliteContextHandle context)
 {
     throw new NotImplementedException();
 }