Returns the plain text version of the given
password. This is not put into the getPassword()
method because the XMLEncode would write the
password in plain text into the XML file.
A method beginning with decrypt is not
regarded as a property and thus not written
to the XML file.
Parameters: aPwd - the encrypted password
public boolean getUseSeparateConnectionPerTab()(Code)
Return true if the application should use a separate connection
per tab or if all SQL tabs including DbExplorer tabs and windows
should share the same connection
public void setCopyExtendedPropsToSystem(boolean flag)(Code)
setDefaultFetchSize
public void setDefaultFetchSize(Integer fetchSize)(Code)
setDisableUpdateTableCheck
public void setDisableUpdateTableCheck(boolean flag)(Code)
This method is used for backward compatibility. Old profiles
had this property and to be able to load XML files with
old profiles the setter must still be there.
Parameters: flag -
public void setDriverclass(String aDriverclass)(Code)
setEmptyStringIsNull
public void setEmptyStringIsNull(boolean flag)(Code)
Define how empty strings (Strings with length == 0) are treated.
If this is set to true, then they are treated as a NULL value, else an
empty string is sent to the database during update and insert.
See Also:ConnectionProfile.setIncludeNullInInsert(boolean)
Define how comments inside SQL statements are handled.
If this is set to true, then any comment (single line comments with --
or multi-line comments using /* are removed from the statement
before sending it to the database.
See Also:workbench.sql.DefaultStatementRunner.runStatement(Stringintint)
setRollbackBeforeDisconnect
public void setRollbackBeforeDisconnect(boolean flag)(Code)
setStoreExplorerSchema
public void setStoreExplorerSchema(boolean value)(Code)