org.apache.ws.jaxme.sqls
Interface RawSQLCode

All 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
 java.lang.String getRawSQL()
          Returns the piece of raw SQL code.
 

Method Detail

getRawSQL

java.lang.String getRawSQL()

Returns the piece of raw SQL code.