00001 using System; 00002 00003 namespace SQLiteCSLib.Inner 00004 { 00008 public interface ICollationFunction 00009 { 00016 int Compare( string sKey1, string sKey2 ); 00017 } 00018 }