| |
|
| java.lang.Object workbench.db.DbSettings
DbSettings | public class DbSettings (Code) | | Stores and manages db specific settings.
author: support@sql-workbench.net |
IDX_TYPE_NORMAL | final public static String IDX_TYPE_NORMAL(Code) | | |
allowsExtendedCreateStatement | public boolean allowsExtendedCreateStatement()(Code) | | |
allowsMultipleGetUpdateCounts | public boolean allowsMultipleGetUpdateCounts()(Code) | | |
ddlNeedsCommit | public boolean ddlNeedsCommit()(Code) | | |
getBlobLiteralPrefix | public String getBlobLiteralPrefix()(Code) | | |
getBlobLiteralSuffix | public String getBlobLiteralSuffix()(Code) | | |
getBlobLiteralType | public String getBlobLiteralType()(Code) | | Returns the type for the formatter
hex, octal, char |
getBlobLiteralUpperCase | public boolean getBlobLiteralUpperCase()(Code) | | |
getCascadeConstraintsVerb | public String getCascadeConstraintsVerb(String aType)(Code) | | Return the verb which does a DROP ... CASCADE for the given
object type. If the current DBMS does not support cascaded dropping
of objects, then null will be returned.
Parameters: aType - the database object type to drop (TABLE, VIEW etc) a String which can be appended to a DROP type name command in order to drop dependent objects as wellor null if the current DBMS does not support this. |
getConvertDateInExport | public boolean getConvertDateInExport()(Code) | | |
getDataTypesToIgnore | public List<String> getDataTypesToIgnore()(Code) | | Retrieve the list of datatypes that should be ignored for the current
dbms. The names in that list must match the names returned
by DatabaseMetaData.getTypeInfo()
|
getDefaultBeforeNull | public boolean getDefaultBeforeNull()(Code) | | |
getDropMultipleColumnSql | public String getDropMultipleColumnSql()(Code) | | |
getDropSingleColumnSql | public String getDropSingleColumnSql()(Code) | | |
getFormatViewSource | public boolean getFormatViewSource()(Code) | | |
getProcVersionDelimiter | public String getProcVersionDelimiter()(Code) | | |
getQueryForCurrentCatalog | public String getQueryForCurrentCatalog()(Code) | | |
getRefCursorDataType | public int getRefCursorDataType()(Code) | | |
getRefCursorTypeName | public String getRefCursorTypeName()(Code) | | |
getRuleDisplay | public String getRuleDisplay(int code)(Code) | | Translates the numberic constants of DatabaseMetaData for trigger rules
into text (e.g DatabaseMetaData.importedKeyNoAction --> NO ACTION)
Parameters: code - the numeric value for a rule as defined by DatabaseMetaData.importedKeyXXXX constants String |
isNotDeferrable | public boolean isNotDeferrable(String deferrable)(Code) | | |
isStringComparisonCaseSensitive | public boolean isStringComparisonCaseSensitive()(Code) | | |
isSynonymType | public boolean isSynonymType(String type)(Code) | | |
longVarcharIsClob | public boolean longVarcharIsClob()(Code) | | |
needsCatalogIfNoCurrent | public boolean needsCatalogIfNoCurrent()(Code) | | |
needsExactClobLength | public boolean needsExactClobLength()(Code) | | |
needsTableForDropIndex | public boolean needsTableForDropIndex()(Code) | | |
neverQuoteObjects | public boolean neverQuoteObjects()(Code) | | |
proceduresNeedTerminator | public boolean proceduresNeedTerminator()(Code) | | |
reportsRealSizeAsDisplaySize | public boolean reportsRealSizeAsDisplaySize()(Code) | | |
supportShortInclude | public boolean supportShortInclude()(Code) | | |
supportSingleLineCommands | public boolean supportSingleLineCommands()(Code) | | |
supportsBatchedStatements | public boolean supportsBatchedStatements()(Code) | | |
supportsGetPrimaryKeys | public boolean supportsGetPrimaryKeys()(Code) | | |
supportsQueryTimeout | public boolean supportsQueryTimeout()(Code) | | |
supportsTruncate | public boolean supportsTruncate()(Code) | | |
trimDefaults | public boolean trimDefaults()(Code) | | |
useJdbcCommit | public boolean useJdbcCommit()(Code) | | |
useSavePointForDDL | public boolean useSavePointForDDL()(Code) | | |
useSavePointForDML | public boolean useSavePointForDML()(Code) | | |
useSavepointForImport | public boolean useSavepointForImport()(Code) | | |
useSetCatalog | public boolean useSetCatalog()(Code) | | |
useSetNull | public boolean useSetNull()(Code) | | |
useWbProcedureCall | public boolean useWbProcedureCall()(Code) | | |
|
|
|