Package org.compiere.dbPort
Class Convert_Oracle
java.lang.Object
org.compiere.dbPort.Convert
org.compiere.dbPort.Convert_Oracle
-
Field Summary
Fields inherited from class org.compiere.dbPort.Convert
m_conversionError, m_exception, m_stmt, m_verbose, REGEX_FLAGS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertStatement(String sqlStatement) Convert single StatementsbooleanisOracle()True if the database support native oracle dialect, false otherwise.Methods inherited from class org.compiere.dbPort.Convert
cleanUpStatement, closeLogMigrationScript, convert, convertAll, convertIt, convertWithConvertMap, escapeQuotedString, execute, getConversionError, getConvertMap, getException, getGeneratedMigrationScriptFileName, getMigrationScriptFileName, getMigrationScriptFolder, hasError, isDontLogTable, isLogMigrationScript, logMigrationScript, recoverQuotedStrings, replaceQuotedStrings, setVerbose
-
Constructor Details
-
Convert_Oracle
public Convert_Oracle()
-
-
Method Details
-
convertStatement
Description copied from class:ConvertConvert single Statements. - remove comments - process FUNCTION/TRIGGER/PROCEDURE - process Statement- Specified by:
convertStatementin classConvert- Returns:
- converted statement
-
isOracle
public boolean isOracle()Description copied from class:ConvertTrue if the database support native oracle dialect, false otherwise.
-