net.sourceforge.squirrel_sql.plugins.oracle.prefs
Class OraclePreferenceBean

java.lang.Object
  extended by net.sourceforge.squirrel_sql.fw.preferences.BaseQueryTokenizerPreferenceBean
      extended by net.sourceforge.squirrel_sql.plugins.oracle.prefs.OraclePreferenceBean
All Implemented Interfaces:
Serializable, Cloneable, IQueryTokenizerPreferenceBean

public class OraclePreferenceBean
extends BaseQueryTokenizerPreferenceBean
implements Cloneable, Serializable

A bean class to store preferences for the Oracle plugin.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.fw.preferences.BaseQueryTokenizerPreferenceBean
clientName, clientVersion, installCustomQueryTokenizer, lineComment, procedureSeparator, removeMultiLineComments, statementSeparator
 
Constructor Summary
OraclePreferenceBean()
           
 
Method Summary
 OraclePreferenceBean clone()
          Return a copy of this object.
 boolean getInitSessionTimezone()
           
 String getSessionTimezone()
           
 boolean isExcludeRecycleBinTables()
           
 boolean isShowErrorOffset()
           
 void setExcludeRecycleBinTables(boolean excludeRecycleBinTables)
           
 void setInitSessionTimezone(boolean initSessionTimezone)
           
 void setSessionTimezone(String sessionTimezone)
           
 void setShowErrorOffset(boolean showErrorOffset)
           
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.preferences.BaseQueryTokenizerPreferenceBean
getClientName, getClientVersion, getLineComment, getProcedureSeparator, getStatementSeparator, isInstallCustomQueryTokenizer, isRemoveMultiLineComments, setClientName, setClientVersion, setInstallCustomQueryTokenizer, setLineComment, setProcedureSeparator, setRemoveMultiLineComments, setStatementSeparator
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OraclePreferenceBean

public OraclePreferenceBean()
Method Detail

clone

public OraclePreferenceBean clone()
Return a copy of this object.

Overrides:
clone in class BaseQueryTokenizerPreferenceBean

setExcludeRecycleBinTables

public void setExcludeRecycleBinTables(boolean excludeRecycleBinTables)
Parameters:
excludeRecycleBinTables - the excludeRecycleBinTables to set

isExcludeRecycleBinTables

public boolean isExcludeRecycleBinTables()
Returns:
the excludeRecycleBinTables

isShowErrorOffset

public boolean isShowErrorOffset()
Returns:
the showErrorOffset

setShowErrorOffset

public void setShowErrorOffset(boolean showErrorOffset)
Parameters:
showErrorOffset - the showErrorOffset to set

setSessionTimezone

public void setSessionTimezone(String sessionTimezone)
Parameters:
sessionTimezone - the sessionTimezone to set

getSessionTimezone

public String getSessionTimezone()
Returns:
the sessionTimezone

setInitSessionTimezone

public void setInitSessionTimezone(boolean initSessionTimezone)
Parameters:
initSessionTimezone - the initSessionTimezone to set

getInitSessionTimezone

public boolean getInitSessionTimezone()
Returns:
the getInitSessionTimezone


Copyright © 2001-2010. All Rights Reserved.