| | |
| | | protected String _dataPath; |
| | | private OracleConnection oracleConnection = null; |
| | | protected Properties properties; |
| | | protected String _elementLogging = null; |
| | | |
| | | public static String getCurrentURL(String oracleHost, String oraclePort, String oracleInstance) |
| | | { |
| | |
| | | return _oraclePort; |
| | | } |
| | | |
| | | public String getElementLogging() |
| | | { |
| | | return _elementLogging; |
| | | } |
| | | |
| | | public void setElementLogging(String elementLogging) |
| | | { |
| | | _elementLogging = elementLogging; |
| | | } |
| | | |
| | | public boolean checkElementLogging() |
| | | { |
| | | return _elementLogging != null && !_elementLogging.equalsIgnoreCase("false") && |
| | | !_elementLogging.equalsIgnoreCase("no") && !_elementLogging.equalsIgnoreCase("0"); |
| | | } |
| | | |
| | | public abstract void startTransaction(); |
| | | |
| | | public abstract void commitTransaction(); |