com.ibm.commerce.foundation.server.services.dataaccess.db.jdbc

Class SQLComposer.SQLComposerInfo

  • java.lang.Object
    • com.ibm.commerce.foundation.server.services.dataaccess.db.jdbc.SQLComposer.SQLComposerInfo
  • Enclosing class:
    SQLComposer


    public class SQLComposer.SQLComposerInfo
    extends java.lang.Object
    This class represented the updated information from a SQLComposer
    • Constructor Summary

      Constructors 
      Constructor and Description
      SQLComposerInfo(java.lang.String astrSQL, java.util.List alResultSetInfo)
      The constructor of this clas
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getResultSetInfo()
      Gets the ResultSetInfo objects
      java.lang.String getSQLString()
      Gets the a string object represents the sql statement
      • Methods inherited from class java.lang.Object

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

      • SQLComposerInfo

        public SQLComposerInfo(java.lang.String astrSQL,
                               java.util.List alResultSetInfo)
        The constructor of this clas
        Parameters:
        astrSQL - the sql statement
        alResultSetInfo - the list of the ResultSetInfo objects.
    • Method Detail

      • getResultSetInfo

        public java.util.List getResultSetInfo()
        Gets the ResultSetInfo objects
        Returns:
        a list of ResultSetInfo objects.
      • getSQLString

        public java.lang.String getSQLString()
        Gets the a string object represents the sql statement
        Returns:
        the sql statement