org.apache.ws.jaxme.sqls

Interface RawSQLCode

Known Implementing Classes:
RawSQLCodeImpl

public interface RawSQLCode

An instance of RawSQLCode is used to insert raw SQL code into the statement.
Author:
Jochen Wiedmann

Method Summary

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

Method Details

getRawSQL

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