BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.ejb
Interface QueryLocalHome


public interface QueryLocalHome
extends javax.ejb.EJBLocalHome

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 Query createQuery()
          Creates a query that doesn't take input parameters.
 java.lang.String nativeQuery(java.lang.String query)
          Returns the result of calling JDBC's nativeSQL() method.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

createQuery

public Query createQuery()
                  throws javax.ejb.EJBException
Creates a query that doesn't take input parameters.


nativeQuery

public java.lang.String nativeQuery(java.lang.String query)
                             throws javax.ejb.EJBException
Returns the result of calling JDBC's nativeSQL() method.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b