Interface EmbeddedConnection

  • All Superinterfaces:
    AutoCloseable, Connection, org.teiid.jdbc.TeiidConnection, Wrapper

    public interface EmbeddedConnection
    extends org.teiid.jdbc.TeiidConnection
    An extension to TeiidConnection that allows for by-passing the parser.
    Note this is a non-public API that is subject to change. And that the parser will still be consulted if prepared statement metadata is asked for prior to execution or if named parameters are used for CallableStatement parameter assignments.