org.apache.ws.jaxme.sqls.impl
Class RawSQLCodeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.RawSQLCodeImpl
All Implemented Interfaces:
RawSQLCode

public class RawSQLCodeImpl
extends java.lang.Object
implements RawSQLCode

Author:
Jochen Wiedmann

Constructor Summary
protected RawSQLCodeImpl(java.lang.String pRawSQLCode)
           
 
Method Summary
 java.lang.String getRawSQL()
          Returns the piece of raw SQL code.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawSQLCodeImpl

protected RawSQLCodeImpl(java.lang.String pRawSQLCode)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getRawSQL

public java.lang.String getRawSQL()
Description copied from interface: RawSQLCode

Returns the piece of raw SQL code.

Specified by:
getRawSQL in interface RawSQLCode