Class Delete

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Delete​(BeforeDelete parent, java.lang.String table)  
        Delete​(Table table)
      Create a new DELETE statement
        Delete​(java.lang.String table)
      Create a new DELETE statement
    • Constructor Detail

      • Delete

        public Delete​(java.lang.String table)
        Create a new DELETE statement
        Parameters:
        table - The name of the table to delete from
      • Delete

        public Delete​(Table table)
        Create a new DELETE statement
        Parameters:
        table - The Table representation of the table to delete from
      • Delete

        protected Delete​(BeforeDelete parent,
                         java.lang.String table)
    • Method Detail

      • string

        public java.lang.String string​(QueryOptions options)
        Description copied from interface: QueryPart
        Transforms this statement into an SQL string
        Specified by:
        string in interface QueryPart
        Parameters:
        options - The QueryOptions to apply for transformation
        Returns:
        The created SQL string