public class RawSQLCodeImpl extends java.lang.Object implements RawSQLCode
| Modifier | Constructor and Description |
|---|---|
protected |
RawSQLCodeImpl(java.lang.String pRawSQLCode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRawSQL()
Returns the piece of raw SQL code.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getRawSQL()
RawSQLCodeReturns the piece of raw SQL code.
getRawSQL in interface RawSQLCode