Class DefaultChainableStatement

  • All Implemented Interfaces:
    ChainableStatement

    public class DefaultChainableStatement
    extends java.lang.Object
    implements ChainableStatement
    $Id: DefaultChainableStatement.java 1714M 2012-01-17 08:33:01Z (local) $

    Default implementation of ChainableStatement.

    Since:
    0.7
    Author:
    Lionel Armanet
    • Constructor Detail

      • DefaultChainableStatement

        public DefaultChainableStatement​(java.lang.String label,
                                         java.lang.CharSequence... args)
        Creates a new instance of DefaultChainableStatement.
    • Method Detail

      • chainLabel

        public java.lang.String chainLabel()
        Specified by:
        chainLabel in interface ChainableStatement
        Returns:
        the statement label (like each, css...)
      • statementArgs

        public java.lang.CharSequence[] statementArgs()
        Specified by:
        statementArgs in interface ChainableStatement
        Returns:
        the list of arguments passed to the statement.