| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOmitSchemaInfo
This interface defines the set of properties which determine whether the current schema name is omitted from SQL generated by the SQL Query Builder.
| Method Summary | |
|---|---|
|  void | copy(IOmitSchemaInfo iOmitSchemaInfo)Copy the IOmitSchemaInfo passed as a parameter to this OmitSchemaInfo. | 
|  java.lang.String | encode()Encodes the given IOmitSchemaInfoobject for persistence. | 
|  boolean | equals(IOmitSchemaInfo iOmitSchemaInfo)Returns true if the IOmitSchemaInfo passed has the same values as this OmitSchemaInfo | 
|  java.lang.String | getCurrentSchema()Gets the current schema as input by the user. | 
|  boolean | getOmitCurrentSchema()Gets whether or not to omit the current schema name in SQL generated by the SQL Builder. | 
|  boolean | getUseAUIDAsCurrentSchema()Gets whether or not to use the authorisation ID as the current schema name for the omit current schema setting. | 
|  void | initFromPreferences()Initialises the OmitSchemaInfofrom Eclipse preference store. | 
|  void | setChanged()Marks this object as having been changed. | 
|  void | setCurrentSchema(java.lang.String currentSchema)Sets the current schema as input by the user. | 
|  void | setOmitCurrentSchema(boolean omitCurrentSchema)Sets whether or not to omit the current schema name in SQL generated by the SQL Builder. | 
|  void | setUseAUIDAsCurrentSchema(boolean useAUIDAsCurrentSchema)Sets whether or not to use the authorisation ID as the current schema name for the omit current schema setting. | 
| Method Detail | 
|---|
boolean getOmitCurrentSchema()
void setOmitCurrentSchema(boolean omitCurrentSchema)
boolean getUseAUIDAsCurrentSchema()
void setUseAUIDAsCurrentSchema(boolean useAUIDAsCurrentSchema)
java.lang.String getCurrentSchema()
void setCurrentSchema(java.lang.String currentSchema)
boolean equals(IOmitSchemaInfo iOmitSchemaInfo)
iOmitSchemaInfo - void copy(IOmitSchemaInfo iOmitSchemaInfo)
iOmitSchemaInfo - IOmitSchemaInfo object to be copied.void initFromPreferences()
OmitSchemaInfo from Eclipse preference store.
void setChanged()
java.lang.String encode()
IOmitSchemaInfo object for persistence.
OmitSchemaInfo.decode(String)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||