|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLStatementInfo
This interface defines the set of properties which define a SQL statement in a string. The DialectInfo is optional within a SQLStatementInfo and should only be used if the dialect in which the statement was created is different from that of the current connection.
Method Summary | |
---|---|
java.lang.String |
encode()
Encodes the given ISQLStatementInfo object for persistence. |
java.lang.String |
getSQL()
Gets the SQL string for this ISQLStatementInfo. |
ISQLDialectInfo |
getSQLDialectInfo()
Gets the ISQLDialectInfo for this ISQLStatementInfo. |
void |
setSQL(java.lang.String sql)
Sets the sql string for this ISQLStatementInfo. |
void |
setSQLDialectInfo(ISQLDialectInfo sqlDialectInfo)
Sets the ISQLDialectInfo for this ISQLStatementInfo. |
Method Detail |
---|
java.lang.String getSQL()
void setSQL(java.lang.String sql)
ISQLDialectInfo getSQLDialectInfo()
void setSQLDialectInfo(ISQLDialectInfo sqlDialectInfo)
java.lang.String encode()
ISQLStatementInfo
object for persistence.
SQLStatementInfo.decode(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |