Exemplo n.º 1
0
        // 3) select all conditions
        public Tuple<LinkedList<int>, LinkedList<String>, LinkedList<String>> getAllConditions()
        {
            Selection sr = new Selection(con);
            Tuple<LinkedList<int>, LinkedList<String>, LinkedList<String>> conditions = sr.AllConditions();

            return conditions;
        }
Exemplo n.º 2
0
        // 3) select all conditions
        public Tuple <LinkedList <int>, LinkedList <String>, LinkedList <String> > getAllConditions()
        {
            Tuple <LinkedList <int>, LinkedList <String>, LinkedList <String> > conditions = selectQueries.AllConditions();

            return(conditions);
        }
Exemplo n.º 3
0
        // 3) select all conditions
        public Tuple <LinkedList <int>, LinkedList <String>, LinkedList <String> > getAllConditions()
        {
            Selection sr = new Selection(con);
            Tuple <LinkedList <int>, LinkedList <String>, LinkedList <String> > conditions = sr.AllConditions();

            return(conditions);
        }