com.ibm.tivoli.maximo.dbmanage.transform

Class DB2SqlTransform

  • java.lang.Object
    • com.ibm.tivoli.maximo.dbmanage.transform.DB2SqlTransform
    • Constructor Summary

      Constructors 
      Constructor and Description
      DB2SqlTransform() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String nextval(java.lang.String seqName) 
      java.lang.String transform(java.lang.String sql)
      Convert Maximo SQL to specific server SQL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DB2SqlTransform

        public DB2SqlTransform()
    • Method Detail

      • transform

        public java.lang.String transform(java.lang.String sql)
                                   throws java.sql.SQLException
        Description copied from interface: SQLSpecificTransform
        Convert Maximo SQL to specific server SQL.
        Specified by:
        transform in interface SQLSpecificTransform
        Throws:
        java.sql.SQLException
      • nextval

        public java.lang.String nextval(java.lang.String seqName)
                                 throws java.sql.SQLException
        Specified by:
        nextval in interface SQLSpecificTransform
        Returns:
        Throws:
        java.sql.SQLException