Exemple #1
0
 public int AddIndex(string idxName, TableEnv tenv)
 {
     return(BangDBNative.AddIndex(_wtable, idxName, tenv.GetHandle()));
 }