org.apache.ws.jaxme.sqls

Interface RawSQLCode

public interface RawSQLCode

An instance of {@link RawSQLCode} is used to insert raw SQL code into the statement.

Author: Jochen Wiedmann

Method Summary
StringgetRawSQL()

Returns the piece of raw SQL code.

Method Detail

getRawSQL

public String getRawSQL()

Returns the piece of raw SQL code.