com.metamatrix.platform.config.persistence.impl.jdbc
Class SQL_Translator

java.lang.Object
  extended by com.metamatrix.platform.config.persistence.impl.jdbc.SQL_Translator

public class SQL_Translator
extends java.lang.Object


Nested Class Summary
static class SQL_Translator.StartupStateTable
          The table definition for system startup state
static class SQL_Translator.SystemProperties
           
 
Field Summary
static java.lang.String EMPTY_CS_SYSTEM_PROPERTY_TABLE
           
static java.lang.String INSERT_INTO_CS_SYSTEM_PROPERTY_TABLE
           
static java.lang.String SELECT_STARTUP_STATE
           
static java.lang.String UPDATE_STARTUP_STATE_CONDITIONAL
           
static java.lang.String UPDATE_STARTUP_STATE_UNCONDITIONAL
           
 
Constructor Summary
SQL_Translator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_STARTUP_STATE

public static final java.lang.String SELECT_STARTUP_STATE
See Also:
Constant Field Values

UPDATE_STARTUP_STATE_UNCONDITIONAL

public static final java.lang.String UPDATE_STARTUP_STATE_UNCONDITIONAL
See Also:
Constant Field Values

UPDATE_STARTUP_STATE_CONDITIONAL

public static final java.lang.String UPDATE_STARTUP_STATE_CONDITIONAL
See Also:
Constant Field Values

EMPTY_CS_SYSTEM_PROPERTY_TABLE

public static final java.lang.String EMPTY_CS_SYSTEM_PROPERTY_TABLE
See Also:
Constant Field Values

INSERT_INTO_CS_SYSTEM_PROPERTY_TABLE

public static final java.lang.String INSERT_INTO_CS_SYSTEM_PROPERTY_TABLE
See Also:
Constant Field Values
Constructor Detail

SQL_Translator

public SQL_Translator()


Copyright © 2009. All Rights Reserved.