Class Comet3Statement

java.lang.Object
com.priint.pubserver.comet.bridge.statement.Comet3Statement

public class Comet3Statement extends Object
The Class Comet3Statement. Internal use only
  • Method Details

    • findTypeByName

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

      public static Comet3Statement parseStatement(String method, 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 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
    • getKind

      public Comet3Statement.Kind getKind()
      Gets the kind.
      Returns:
      the kind
    • getPlaceholderId

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

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

      public String getStatement()
      Gets the statement.
      Returns:
      the statement
    • getSubject

      public Comet3Statement.ScriptSubject getSubject()
      Gets the subject.
      Returns:
      the subject
    • getSummary

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

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

      public Comet3Statement.Type getType()
      Gets the type.
      Returns:
      the type
    • 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
    • getContent

      public CometFindStatement.Hierarchy getContent()
      Gets the content.
      Returns:
      the content