Adempiere 3.5.2a

org.compiere.dbPort
Class Convert_Oracle

java.lang.Object
  extended by org.compiere.dbPort.Convert
      extended by org.compiere.dbPort.Convert_Oracle

public class Convert_Oracle
extends Convert


Field Summary
 
Fields inherited from class org.compiere.dbPort.Convert
m_conversionError, m_exception, m_stmt, m_verbose, REGEX_FLAGS
 
Constructor Summary
Convert_Oracle()
           
 
Method Summary
protected  ArrayList<String> convertStatement(String sqlStatement)
          Convert single Statements
 boolean isOracle()
          True if the database support native oracle dialect, false otherwise.
 
Methods inherited from class org.compiere.dbPort.Convert
cleanUpStatement, convert, convertAll, convertIt, convertWithConvertMap, escapeQuotedString, execute, getConversionError, getConvertMap, getException, hasError, logMigrationScript, recoverQuotedStrings, replaceQuotedStrings, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert_Oracle

public Convert_Oracle()
Method Detail

convertStatement

protected ArrayList<String> convertStatement(String sqlStatement)
Description copied from class: Convert
Convert single Statements. - remove comments - process FUNCTION/TRIGGER/PROCEDURE - process Statement

Specified by:
convertStatement in class Convert
Returns:
converted statement

isOracle

public boolean isOracle()
Description copied from class: Convert
True if the database support native oracle dialect, false otherwise.

Specified by:
isOracle in class Convert
Returns:
boolean

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.