edu.wpi.cs.dsrg.xmldb.xat.testfiles
Class TestOperators

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.testfiles.TestOperators

public class TestOperators
extends java.lang.Object

This Class is used to test operators.

Since:
1.0

Field Summary
static boolean DEBUG
           
static boolean decorrelate
           
static boolean pushdown
           
static boolean withSchema
           
 
Constructor Summary
TestOperators()
           
 
Method Summary
static void createMenu(java.lang.String[] args)
          createMenu
static void main(java.lang.String[] args)
           
static void testComposer()
          testComposer
static void testDifference()
          testDifference
static void testFor()
          testFor
static void testFunctions()
          testFunctions
static void testGroupBy()
          testGroupBy
static void testIntersection()
          testIntersection
static void testLeftOuterJoin()
          testLeftOuterJoin
static void testLeftSemiJoin()
          testLeftSemiJoin
static void testMerge()
          testOuterUnion
static void testNavigate(java.lang.String sXMLFile)
          testNavigate
static void testOrderBy()
          testOrderBy
static void testOuterUnion()
          testOuterUnion
static void testProject()
          testProject
static void testRightOuterJoin()
          testRightOuterJoin
static void testRightSemiJoin()
          testRightSemiJoin
static void testSelect()
          testSelect
static void testSQLStmt()
           
static void testThetaJoin()
          testThetaJoin
static void testTree(java.lang.String queryFile)
          testTree
static void testTree(java.lang.String queryUserFile, java.lang.String queryViewFile)
          testTree
static void testUnion()
          testUnion
static void testXMLDifference()
          testXMLDifference
static void testXMLExpose(java.lang.String sXMLFile)
          testXMLExpose
static void testXMLIntersection()
          testXMLIntersection
static void testXMLUnion()
          testOuterUnion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

withSchema

public static boolean withSchema

decorrelate

public static boolean decorrelate

pushdown

public static boolean pushdown

DEBUG

public static boolean DEBUG
Constructor Detail

TestOperators

public TestOperators()
Method Detail

createMenu

public static void createMenu(java.lang.String[] args)
createMenu

main

public static void main(java.lang.String[] args)

testComposer

public static void testComposer()
testComposer

testDifference

public static void testDifference()
testDifference

testFor

public static void testFor()
testFor

testFunctions

public static void testFunctions()
testFunctions

testGroupBy

public static void testGroupBy()
testGroupBy

testIntersection

public static void testIntersection()
testIntersection

testLeftOuterJoin

public static void testLeftOuterJoin()
testLeftOuterJoin

testLeftSemiJoin

public static void testLeftSemiJoin()
testLeftSemiJoin

testMerge

public static void testMerge()
testOuterUnion

testNavigate

public static void testNavigate(java.lang.String sXMLFile)
                         throws XATNodeDoesNotExistException
testNavigate

testOrderBy

public static void testOrderBy()
testOrderBy

testOuterUnion

public static void testOuterUnion()
testOuterUnion

testProject

public static void testProject()
testProject

testRightOuterJoin

public static void testRightOuterJoin()
testRightOuterJoin

testRightSemiJoin

public static void testRightSemiJoin()
testRightSemiJoin

testSelect

public static void testSelect()
testSelect

testSQLStmt

public static void testSQLStmt()

testThetaJoin

public static void testThetaJoin()
testThetaJoin

testTree

public static void testTree(java.lang.String queryFile)
testTree

testTree

public static void testTree(java.lang.String queryUserFile,
                            java.lang.String queryViewFile)
testTree

testUnion

public static void testUnion()
testUnion

testXMLDifference

public static void testXMLDifference()
testXMLDifference

testXMLExpose

public static void testXMLExpose(java.lang.String sXMLFile)
testXMLExpose

testXMLIntersection

public static void testXMLIntersection()
testXMLIntersection

testXMLUnion

public static void testXMLUnion()
testOuterUnion