Class GridSqlDropTable

    • Constructor Detail

      • GridSqlDropTable

        public GridSqlDropTable()
    • Method Detail

      • schemaName

        public String schemaName()
        Returns:
        Schema name.
      • schemaName

        public void schemaName​(String schemaName)
        Parameters:
        schemaName - Schema name.
      • tableName

        public String tableName()
        Returns:
        Table name.
      • tableName

        public void tableName​(String tblName)
        Parameters:
        tblName - Table name.
      • ifExists

        public boolean ifExists()
        Returns:
        Quietly ignore this command if table does not exist.
      • ifExists

        public void ifExists​(boolean ifExists)
        Parameters:
        ifExists - Quietly ignore this command if table does not exist.