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
-
Method Summary
Modifier and TypeMethodDescriptionconvertStatement
(String sqlStatement) Convert single Statementsboolean
isOracle()
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:Convert
Convert single Statements. - remove comments - process FUNCTION/TRIGGER/PROCEDURE - process Statement- Specified by:
convertStatement
in classConvert
- Returns:
- converted statement
-
isOracle
public boolean isOracle()Description copied from class:Convert
True if the database support native oracle dialect, false otherwise.
-