Class Comet3Statement


  • public class Comet3Statement
    extends java.lang.Object
    The Class Comet3Statement. Internal use only
    • Method Detail

      • findTypeByName

        public static Comet3Statement.Type findTypeByName​(java.lang.String typename)
        Find type by name.
        Parameters:
        typename - the typename
        Returns:
        the comet 3 statement. type
      • parseStatement

        public static Comet3Statement parseStatement​(java.lang.String method,
                                                     java.lang.String statement)
                                              throws CometException
        Parses the statement.
        Parameters:
        method - the method
        statement - the statement
        Returns:
        the comet 3 statement
        Throws:
        CometException - the comet exception
      • getDataProviderId

        public java.lang.String getDataProviderId()
        Gets the data provider id.
        Returns:
        the data provider id
      • getDataProviderResultType

        public Comet3Statement.Type getDataProviderResultType()
        Gets the data provider result type.
        Returns:
        the data provider result type
      • getPlaceholderId

        public int getPlaceholderId()
        Gets the placeholder id.
        Returns:
        the placeholder id
      • getPlaceholderName

        public java.lang.String getPlaceholderName()
        Gets the placeholder name.
        Returns:
        the placeholder name
      • getStatement

        public java.lang.String getStatement()
        Gets the statement.
        Returns:
        the statement
      • getSummary

        public java.lang.String getSummary()
        Gets the summary.
        Returns:
        the summary
      • getTableInsertId

        public int getTableInsertId()
        Gets the table insert id.
        Returns:
        the table insert id
      • isDataProviderStatementRequest

        public boolean isDataProviderStatementRequest()
        Checks if is data provider statement request.
        Returns:
        true, if is data provider statement request
      • isPlaceholderIdRequest

        public boolean isPlaceholderIdRequest()
        Checks if is placeholder id request.
        Returns:
        true, if is placeholder id request
      • isPlaceholderStatementRequest

        public boolean isPlaceholderStatementRequest()
        Checks if is placeholder statement request.
        Returns:
        true, if is placeholder statement request
      • isTableInsertStatementRequest

        public boolean isTableInsertStatementRequest()
        Checks if is table insert statement request.
        Returns:
        true, if is table insert statement request
      • isProductListStatement

        public boolean isProductListStatement()
        Checks if is product list statement.
        Returns:
        true, if is product list statement