org.apache.ws.jaxme.sqls.impl

Class RawSQLCodeImpl

Implemented Interfaces:
RawSQLCode

public class RawSQLCodeImpl
extends java.lang.Object
implements RawSQLCode

Author:
Jochen Wiedmann

Constructor Summary

RawSQLCodeImpl(String pRawSQLCode)

Method Summary

String
getRawSQL()
Returns the piece of raw SQL code.
String
toString()

Constructor Details

RawSQLCodeImpl

protected RawSQLCodeImpl(String pRawSQLCode)

Method Details

getRawSQL

public String getRawSQL()
Returns the piece of raw SQL code.
Specified by:
getRawSQL in interface RawSQLCode

toString

public String toString()