Search in sources :

Example 16 with Create

use of org.teiid.query.sql.lang.Create in project teiid by teiid.

the class TestCreate method testSelfEquivalence.

public void testSelfEquivalence() {
    Create c1 = sample1();
    int equals = 0;
    UnitTestUtil.helpTestEquivalence(equals, c1, c1);
}
Also used : Create(org.teiid.query.sql.lang.Create)

Aggregations

Create (org.teiid.query.sql.lang.Create)16 GroupSymbol (org.teiid.query.sql.symbol.GroupSymbol)11 ElementSymbol (org.teiid.query.sql.symbol.ElementSymbol)9 ArrayList (java.util.ArrayList)6 Test (org.junit.Test)5 List (java.util.List)3 Insert (org.teiid.query.sql.lang.Insert)3 QueryMetadataException (org.teiid.api.exception.query.QueryMetadataException)2 QueryProcessingException (org.teiid.api.exception.query.QueryProcessingException)2 Column (org.teiid.metadata.Column)2 TempMetadataID (org.teiid.query.metadata.TempMetadataID)2 CacheHint (org.teiid.query.sql.lang.CacheHint)2 Drop (org.teiid.query.sql.lang.Drop)2 Clob (java.sql.Clob)1 SQLException (java.sql.SQLException)1 Collection (java.util.Collection)1 HashSet (java.util.HashSet)1 LinkedHashSet (java.util.LinkedHashSet)1 LinkedList (java.util.LinkedList)1 QueryResolverException (org.teiid.api.exception.query.QueryResolverException)1