|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.sqlscript.prefs.SQLScriptPreferenceBean
public class SQLScriptPreferenceBean
A bean class to store preferences for the SQLScript plugin.
| Field Summary | |
|---|---|
static int |
CASCADE_DELETE
|
static String |
ESCAPE_NEW_LINE_STRING_DEFAULT
|
static int |
NO_ACTION
|
static int |
SET_DEFAULT
|
static int |
SET_NULL
|
| Constructor Summary | |
|---|---|
SQLScriptPreferenceBean()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Return a copy of this object. |
String |
getClientName()
Retrieve the client to use. |
String |
getClientVersion()
Retrieve the client version to use. |
int |
getDeleteAction()
|
String |
getEscapeNewLineString()
|
String |
getRefActionByType(int type)
|
int |
getUpdateAction()
|
boolean |
isDeleteRefAction()
|
boolean |
isEscapeNewLine()
|
boolean |
isQualifyTableNames()
Returns a boolean value indicating whether or not to qualify table names with the schema when generating scripts |
boolean |
isUpdateRefAction()
|
boolean |
isUseDoubleQuotes()
|
void |
setClientName(String value)
Set the client name. |
void |
setClientVersion(String value)
Set the client version. |
void |
setDeleteAction(int action)
|
void |
setDeleteRefAction(boolean deleteRefAction)
|
void |
setEscapeNewLine(boolean escapeNewLine)
|
void |
setEscapeNewLineString(String escapeNewLineString)
|
void |
setQualifyTableNames(boolean qualifyTableNames)
Sets whether or not to qualify table names with the schema when generating scripts |
void |
setUpdateAction(int updateAction)
|
void |
setUpdateRefAction(boolean updateRefAction)
|
void |
setUseDoubleQuotes(boolean b)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_ACTION
public static final int CASCADE_DELETE
public static final int SET_DEFAULT
public static final int SET_NULL
public static final String ESCAPE_NEW_LINE_STRING_DEFAULT
| Constructor Detail |
|---|
public SQLScriptPreferenceBean()
| Method Detail |
|---|
public Object clone()
clone in class Objectpublic String getClientName()
public void setClientName(String value)
value - Client namepublic String getClientVersion()
public void setClientVersion(String value)
value - Client versionpublic void setQualifyTableNames(boolean qualifyTableNames)
qualifyTableNames - a boolean valuepublic boolean isQualifyTableNames()
public void setDeleteRefAction(boolean deleteRefAction)
public boolean isDeleteRefAction()
public void setDeleteAction(int action)
public int getDeleteAction()
public void setUpdateAction(int updateAction)
public int getUpdateAction()
public void setUpdateRefAction(boolean updateRefAction)
public boolean isUpdateRefAction()
public String getRefActionByType(int type)
public boolean isUseDoubleQuotes()
public void setUseDoubleQuotes(boolean b)
public boolean isEscapeNewLine()
public void setEscapeNewLine(boolean escapeNewLine)
public void setEscapeNewLineString(String escapeNewLineString)
public String getEscapeNewLineString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||