Package org.teiid.translator

Examples of org.teiid.translator.TypeFacility


import junit.framework.TestCase;

public class TestTypeFacilityImpl extends TestCase {

  public void testNullClob() {
    assertNull(new TypeFacility().convertToRuntimeType((Clob)null));
  }
View Full Code Here

TOP

Related Classes of org.teiid.translator.TypeFacility

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.