org.eclipse.datatools.enablement.sybase.ui
Class SybaseDatabaseProfileSettingManager
java.lang.Object
org.eclipse.datatools.enablement.sybase.ui.SybaseDatabaseProfileSettingManager
public class SybaseDatabaseProfileSettingManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFERENCE_SHOW_OWNER
public static final java.lang.String PREFERENCE_SHOW_OWNER
- See Also:
- Constant Field Values
PREFERENCE_SHOW_SCHEMA
public static final java.lang.String PREFERENCE_SHOW_SCHEMA
- See Also:
- Constant Field Values
getInstance
public static SybaseDatabaseProfileSettingManager getInstance()
isShowSchema
public boolean isShowSchema(java.lang.String profileId)
isShowSchema
public boolean isShowSchema(java.lang.String profileId,
java.lang.String databaseName)
setShowSchema
public void setShowSchema(java.lang.String profileId,
boolean isShowSchema)
setShowSchema
public void setShowSchema(java.lang.String profileId,
java.lang.String databaseName,
boolean isShowSchema)
isShowOwner
public boolean isShowOwner(java.lang.String profileId)
isShowOwner
public boolean isShowOwner(java.lang.String profileId,
java.lang.String databaseName)
setShowOwner
public void setShowOwner(java.lang.String profileId,
boolean isShowOwner)
setShowOwner
public void setShowOwner(java.lang.String profileId,
java.lang.String databaseName,
boolean isShowOwner)
setShowSchemaGlobal
public void setShowSchemaGlobal(boolean isShowSchemaGlobal)
setShowOwnerGlobal
public void setShowOwnerGlobal(boolean isShowOwnerGlobal)